From c1904068afc431ca54771e5dc20f2c588e876956 Mon Sep 17 00:00:00 2001 From: Alexey Date: Tue, 21 Nov 2017 00:12:03 +0300 Subject: [PATCH] Update Readme.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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`