Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==1.11.0
|
2 |
+
torchvision>=0.9.1
|
3 |
+
imageio
|
4 |
+
imageio-ffmpeg
|
5 |
+
matplotlib
|
6 |
+
configargparse
|
7 |
+
tensorboard>=2.0
|
8 |
+
tqdm
|
9 |
+
opencv-python
|
10 |
+
rich
|
11 |
+
imutils
|