Spaces:
No application file
No application file
culture
commited on
Commit
·
1cc0b4e
1
Parent(s):
5a1417c
Upload requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch>=1.7
|
2 |
+
numpy<1.21 # numba requires numpy<1.21,>=1.17
|
3 |
+
opencv-python
|
4 |
+
torchvision
|
5 |
+
scipy
|
6 |
+
tqdm
|
7 |
+
lmdb
|
8 |
+
pyyaml
|
9 |
+
tb-nightly
|
10 |
+
yapf
|