Commit 6287a30a authored by dcuai's avatar dcuai
Browse files

Update README.md

parent 1efe33af
...@@ -106,7 +106,7 @@ bash ./train.sh ...@@ -106,7 +106,7 @@ bash ./train.sh
- 这里以官方模型推理举例[[下载地址:yolov8s.pt](https://github.com/ultralytics/assets/releases/download/v8.2.0/yolov8s.pt)] - 这里以官方模型推理举例[[下载地址:yolov8s.pt](https://github.com/ultralytics/assets/releases/download/v8.2.0/yolov8s.pt)]
```bash ```bash
# 官方推理代码 # 官方推理代码
CUDA_VISIBLE_DEVICES=0 python inference.py HIP_VISIBLE_DEVICES=0 python inference.py
``` ```
## result ## result
![result.jpg](asserts%2Fresult.jpg) ![result.jpg](asserts%2Fresult.jpg)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment