updates
This commit is contained in:
parent
a6f87a28e7
commit
5f912d3add
13
README.md
13
README.md
|
@ -136,12 +136,13 @@ Success: converted 'weights/yolov3-spp.pt' to 'converted.weights'
|
||||||
|
|
||||||
# mAP
|
# mAP
|
||||||
|
|
||||||
- `test.py --weights weights/yolov3.weights` tests official YOLOv3 weights.
|
```bash
|
||||||
- `test.py --weights weights/last.pt` tests latest checkpoint.
|
python3 test.py --weights ... --cfg ...
|
||||||
- mAPs on COCO2014 using pycocotools.
|
```
|
||||||
- mAP@0.5 run at `--nms-thres 0.5`, mAP@0.5...0.95 run at `--nms-thres 0.7`.
|
|
||||||
- YOLOv3-SPP ultralytics is `ultralytics68.pt` with `yolov3-spp.cfg`.
|
- mAP@0.5 run at `--nms-thres 0.5`, mAP@0.5...0.95 run at `--nms-thres 0.7`
|
||||||
- Darknet results published in https://arxiv.org/abs/1804.02767.
|
- YOLOv3-SPP ultralytics is `ultralytics68.pt` with `yolov3-spp.cfg`
|
||||||
|
- Darknet results: https://arxiv.org/abs/1804.02767
|
||||||
|
|
||||||
<i></i> |Size |COCO mAP<br>@0.5...0.95 |COCO mAP<br>@0.5
|
<i></i> |Size |COCO mAP<br>@0.5...0.95 |COCO mAP<br>@0.5
|
||||||
--- | --- | --- | ---
|
--- | --- | --- | ---
|
||||||
|
|
Loading…
Reference in New Issue