Spaces:
Build error
Build error
commit
Browse files- requirements.txt +15 -0
requirements.txt
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
huggingface_hub
|
2 |
+
gradio
|
3 |
+
torch>=1.8.0
|
4 |
+
torchvision>=0.9.0
|
5 |
+
numpy>=1.18.5
|
6 |
+
opencv-python>=4.1.2
|
7 |
+
PyYAML>=5.3.1
|
8 |
+
scipy>=1.4.1
|
9 |
+
# tqdm>=4.41.0
|
10 |
+
# addict>=2.4.0
|
11 |
+
# tensorboard>=2.7.0
|
12 |
+
# pycocotools>=2.0
|
13 |
+
# onnx>=1.10.0 # ONNX export
|
14 |
+
# onnx-simplifier>=0.3.6 # ONNX simplifier
|
15 |
+
# thop # FLOPs computation
|