demo: add missing libs in requirements and update read me with required files (#110)

This commit is contained in:
Qifan Deng 2024-05-29 15:08:08 +10:00 committed by GitHub
parent 4c998415ec
commit 066d5c48f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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

@ -7,4 +7,7 @@ PyYAML==6.0.1
scipy==1.13.0
onnxsim==0.4.36
onnxruntime-gpu==1.18.0
gradio==4.31.5
gradio==4.31.5
opencv-python==4.9.0.80
psutil==5.9.8
py-cpuinfo==9.0.0