demo: add missing libs in requirements and update read me with required files

This commit is contained in:
Qifan Deng 2024-05-29 14:25:41 +10:00
parent 4c998415ec
commit 34b608c24b
2 changed files with 5 additions and 1 deletions

View File

@ -51,6 +51,7 @@ pip install -e .
```
## Demo
```
wget https://github.com/THU-MIG/yolov10/releases/download/v1.1/yolov10s.pt
python app.py
# Please visit http://127.0.0.1:7860
```

View File

@ -8,3 +8,6 @@ scipy==1.13.0
onnxsim==0.4.36
onnxruntime-gpu==1.18.0
gradio==4.31.5
opencv-python==4.9.0.80
psutil==5.9.8
py-cpuinfo==9.0.0