You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
120 B
5 lines
120 B
2 weeks ago
|
### 1、下载yolov5仓库
|
||
|
git clone https://github.com/ultralytics/yolov5.git
|
||
|
|
||
|
### 2、demo测试
|
||
|
python3 detect_api.py
|