mirror of
https://github.com/THU-MIG/yolov10.git
synced 2025-05-23 05:24:22 +08:00
demo: add missing libs in requirements and update read me with required files (#110)
This commit is contained in:
parent
4c998415ec
commit
066d5c48f6
@ -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
|
||||
```
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user