Spaces:
Running
Running
Upload requirements.txt
Browse files- requirements.txt +17 -0
requirements.txt
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
addict
|
2 |
+
future
|
3 |
+
numpy
|
4 |
+
opencv-python
|
5 |
+
pandas
|
6 |
+
Pillow
|
7 |
+
pyyaml
|
8 |
+
requests
|
9 |
+
scikit-image
|
10 |
+
scikit-learn
|
11 |
+
scipy
|
12 |
+
torch>=1.8.0
|
13 |
+
torchvision
|
14 |
+
tensorboardx>=2.4
|
15 |
+
tqdm
|
16 |
+
yapf
|
17 |
+
lpips
|