Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy
|
2 |
+
opencv-python
|
3 |
+
Pillow
|
4 |
+
torch>=1.7
|
5 |
+
torchvision>=0.8.0
|
6 |
+
tqdm
|
7 |
+
imageio
|
8 |
+
gdown
|