Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +15 -0
requirements.txt
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
addict
|
| 2 |
+
future
|
| 3 |
+
lmdb
|
| 4 |
+
numpy
|
| 5 |
+
opencv-python-headless
|
| 6 |
+
Pillow
|
| 7 |
+
pyyaml
|
| 8 |
+
requests
|
| 9 |
+
scikit-image
|
| 10 |
+
scipy
|
| 11 |
+
tb-nightly
|
| 12 |
+
tqdm
|
| 13 |
+
yapf
|
| 14 |
+
torch
|
| 15 |
+
torchvision
|