Skip to content

Commit

Permalink
Update GetStart.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hukaixuan19970627 authored Jun 23, 2022
1 parent 2c24986 commit e4dfa87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/GetStart.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ classaps: [100. 0. 100.]
```shell
python detect.py --weights 'runs/train/yolov5m_csl_dotav1.5/weights/best.pt' \
--source 'dataset/dataset_demo/images/' \
--img 2048 --device 2 --conf-thres 0.25 --iou-thres 0.2 --hide-labels --hide-conf
--img 2048 --device 0 --conf-thres 0.25 --iou-thres 0.2 --hide-labels --hide-conf
```

***If you want to evaluate the result on DOTA test-dev, please zip the poly format results files and submit it to the [evaluation server](https://captain-whu.github.io/DOTA/index.html).**

0 comments on commit e4dfa87

Please sign in to comment.