From 34b608c24b3a76efd71102c53c4ba83aa3141da6 Mon Sep 17 00:00:00 2001
From: Qifan Deng <qifan.deng@outlook.com>
Date: Wed, 29 May 2024 14:25:41 +1000
Subject: [PATCH] demo: add missing libs in requirements and update read me
 with required files

---
 README.md        | 1 +
 requirements.txt | 5 ++++-
 2 files changed, 5 insertions(+), 1 deletion(-)

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