Spaces:
Build error
Build error
onipot
commited on
Commit
•
1e87d45
1
Parent(s):
e811c1b
requirements
Browse files- requirements.txt +29 -0
requirements.txt
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# base ----------------------------------------
|
2 |
+
matplotlib>=3.2.2
|
3 |
+
numpy>=1.18.5
|
4 |
+
opencv-python-headless
|
5 |
+
Pillow
|
6 |
+
PyYAML>=5.3.1
|
7 |
+
scipy>=1.4.1
|
8 |
+
torch>=1.7.0
|
9 |
+
torchvision>=0.8.1
|
10 |
+
tqdm>=4.41.0
|
11 |
+
|
12 |
+
# logging -------------------------------------
|
13 |
+
# tensorboard>=2.4.1
|
14 |
+
# wandb
|
15 |
+
|
16 |
+
# plotting ------------------------------------
|
17 |
+
seaborn>=0.11.0
|
18 |
+
pandas
|
19 |
+
|
20 |
+
# export --------------------------------------
|
21 |
+
# coremltools>=4.1
|
22 |
+
# onnx>=1.9.0
|
23 |
+
# scikit-learn==0.19.2 # for coreml quantization
|
24 |
+
|
25 |
+
# extras --------------------------------------
|
26 |
+
# Cython # for pycocotools https://github.com/cocodataset/cocoapi/issues/172
|
27 |
+
# pycocotools>=2.0 # COCO mAP
|
28 |
+
# albumentations>=1.0.3
|
29 |
+
thop # FLOPs computation
|