Update Readme.md

This commit is contained in:
Alexey
2017-11-21 00:12:03 +03:00
committed by GitHub
parent 12c1d55942
commit c1904068af

View File

@ -325,6 +325,8 @@ For example, **bigger IOU** gives weights `yolo-obj_8000.weights` - then **use t
![precision_recall_iou](https://hsto.org/files/ca8/866/d76/ca8866d76fb840228940dbf442a7f06a.jpg)
How to calculate **mAP** [voc_eval.py](https://github.com/AlexeyAB/darknet/blob/master/scripts/voc_eval.py) or [datascience.stackexchange link](https://datascience.stackexchange.com/questions/16797/what-does-the-notation-map-5-95-mean)
### Custom object detection:
Example of custom object detection: `darknet.exe detector test data/obj.data yolo-obj.cfg yolo-obj_8000.weights`