diff --git a/README.md b/README.md index 90410245..8939edd5 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/requirements.txt b/requirements.txt index c16a917a..ad9c3927 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 \ No newline at end of file +gradio==4.31.5 +opencv-python==4.9.0.80 +psutil==5.9.8 +py-cpuinfo==9.0.0