Spaces:
Runtime error
Runtime error
sharyash1101
commited on
Commit
•
2305b97
1
Parent(s):
eb6d647
Create requirements.txt
Browse files- requirements.txt +17 -0
requirements.txt
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Pillow>=7.1.2
|
2 |
+
torch>=1.7.0
|
3 |
+
torchvision>=0.8.1
|
4 |
+
opencv-python>=4.1.1
|
5 |
+
matplotlib>=3.2.2
|
6 |
+
numpy>=1.18.5
|
7 |
+
PyYAML>=5.3.1
|
8 |
+
requests>=2.23.0
|
9 |
+
scipy>=1.4.1
|
10 |
+
tqdm>=4.64.0
|
11 |
+
protobuf<=3.20.1
|
12 |
+
tensorboard>=2.4.1
|
13 |
+
pandas>=1.1.4
|
14 |
+
seaborn>=0.11.0
|
15 |
+
ipython
|
16 |
+
psutil
|
17 |
+
thop>=0.1.1
|