Spaces:
Runtime error
Runtime error
add requirements.txt
Browse files- requirements.txt +21 -0
requirements.txt
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
--find-links https://download.pytorch.org/whl/torch_stable.html
|
2 |
+
torch==1.12.0+cpu
|
3 |
+
torchvision
|
4 |
+
cython
|
5 |
+
numpy
|
6 |
+
matplotlib
|
7 |
+
pycocotools
|
8 |
+
scipy
|
9 |
+
six
|
10 |
+
terminaltables
|
11 |
+
timm
|
12 |
+
wget
|
13 |
+
gradio
|
14 |
+
tqdm
|
15 |
+
jupyter
|
16 |
+
ipykernel
|
17 |
+
opencv-python
|
18 |
+
onnxruntime
|
19 |
+
onnx
|
20 |
+
|
21 |
+
-e .
|