Update requirements.txt
Browse files- requirements.txt +16 -2
requirements.txt
CHANGED
@@ -1,3 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
Pillow
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
scipy
|
2 |
+
tqdm
|
3 |
+
yacs
|
4 |
+
Cython
|
5 |
+
matplotlib>=3.2.2
|
6 |
+
numpy>=1.18.5
|
7 |
+
opencv-python>=4.1.2
|
8 |
Pillow
|
9 |
+
PyYAML>=5.3
|
10 |
+
scipy>=1.4.1
|
11 |
+
tensorboardX
|
12 |
+
seaborn
|
13 |
+
prefetch_generator
|
14 |
+
imageio
|
15 |
+
scikit-learn
|
16 |
+
torch>=1.7.0
|
17 |
+
torchvision>=0.8.0
|