Update requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
CHANGED
@@ -1 +1,11 @@
|
|
1 |
torch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
torch
|
2 |
+
pickle5
|
3 |
+
Pillow
|
4 |
+
time
|
5 |
+
os
|
6 |
+
numpy
|
7 |
+
opencv-python 4.6.0.66
|
8 |
+
torchvision
|
9 |
+
imageio
|
10 |
+
natsort
|
11 |
+
importlib-metadata
|