Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +16 -0
requirements.txt
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu118
|
2 |
+
torch==2.0.0+cpu
|
3 |
+
#torch==2.0.0+cu118
|
4 |
+
torchvision==0.15.1+cpu
|
5 |
+
#torchvision==0.15.1+cu118
|
6 |
+
tensorboard==2.12.1
|
7 |
+
numpy==1.23.5
|
8 |
+
scipy==1.10.0
|
9 |
+
opencv-contrib-python==4.7.0.72
|
10 |
+
pillow==9.4.0
|
11 |
+
scikit-image==0.19.3
|
12 |
+
pandas==1.5.3
|
13 |
+
lpips==0.1.4
|
14 |
+
flask==2.2.5
|
15 |
+
flask-cors==3.0.10
|
16 |
+
git+https://github.com/prasunroy/openpose-pytorch.git
|