Spaces:
Runtime error
Runtime error
yangtaowang
commited on
Commit
•
b097686
1
Parent(s):
144434f
Create requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
torchvision
|
3 |
+
scipy>=1.5.0
|
4 |
+
matplotlib>=3.2.2
|
5 |
+
opencv-python>=4.1.2
|
6 |
+
tqdm>=4.41.0
|
7 |
+
scikit-image
|
8 |
+
catalyst
|
9 |
+
scikit-learn
|
10 |
+
pycocotools
|
11 |
+
matplotlib
|
12 |
+
pandas
|
13 |
+
timm==0.3.2
|
14 |
+
tensorboard
|