Update requirements.txt
Browse files- requirements.txt +18 -19
requirements.txt
CHANGED
|
@@ -1,22 +1,21 @@
|
|
| 1 |
torch==2.0.1
|
| 2 |
torchvision==0.15.2
|
| 3 |
-
onnxruntime==1.15.1
|
| 4 |
-
requests==2.32.3
|
| 5 |
-
PyYAML==6.0.1
|
| 6 |
-
scipy==1.13.0
|
| 7 |
-
pycpuinfo==9.0.0
|
| 8 |
-
gradio==4.31.5
|
| 9 |
-
onnxslim==0.1.31
|
| 10 |
ultralytics==8.2
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
torch==2.0.1
|
| 2 |
torchvision==0.15.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
ultralytics==8.2
|
| 4 |
+
numpy==1.26.4
|
| 5 |
+
opencv-python-headless==4.9.0.80
|
| 6 |
+
onnxruntime
|
| 7 |
+
requests
|
| 8 |
+
PyYAML
|
| 9 |
+
gradio
|
| 10 |
+
onnxslim
|
| 11 |
+
onnx
|
| 12 |
+
wandb
|
| 13 |
+
onnx
|
| 14 |
+
onnxruntime-gpu
|
| 15 |
+
huggingface-hub
|
| 16 |
+
pycocotools
|
| 17 |
+
safetensors
|
| 18 |
+
psutil
|
| 19 |
+
wget
|
| 20 |
+
ttach
|
| 21 |
+
pyyaml
|