diff --git a/README.md b/README.md index 74ae89bd..8eab467c 100644 --- a/README.md +++ b/README.md @@ -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`