Update requirements.txt
Browse files- requirements.txt +7 -4
requirements.txt
CHANGED
@@ -1,6 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
numpy
|
|
|
2 |
torch
|
3 |
-
torchvision
|
4 |
-
huggingface_hub
|
5 |
-
imageio
|
6 |
-
opencv-python
|
|
|
1 |
+
argparse
|
2 |
+
opencv-python
|
3 |
+
imageio
|
4 |
+
python-math
|
5 |
+
matplotlib
|
6 |
numpy
|
7 |
+
Pillow
|
8 |
torch
|
9 |
+
torchvision
|
|
|
|
|
|