Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch>=2.0.0
|
| 2 |
+
torchvision>=0.15.0
|
| 3 |
+
opencv-python
|
| 4 |
+
numpy>=1.24.0
|
| 5 |
+
Pillow>=10.0.0
|
| 6 |
+
gradio>=3.50.0
|
| 7 |
+
python-box>=7.1.1
|
| 8 |
+
fvcore>=0.1.5.post20221221; platform_system!="Darwin"
|
| 9 |
+
iopath>=0.1.9; platform_system!="Darwin"
|
| 10 |
+
pycocotools>=2.0.6; platform_system!="Darwin"
|