Add mAP computation and demo

Signed-off-by: xavier <micaelaverucchi@gmail.com>
This commit is contained in:
xavier
2020-02-05 18:39:13 +01:00
parent fe85c26888
commit d8eeb36d4b
3 changed files with 438 additions and 1 deletions
+1 -1
View File
@@ -434,7 +434,7 @@ public:
dnnType *predictions;
static const int MAX_DETECTIONS = 256;
static const int MAX_DETECTIONS = 1024;
static Yolo::detection *allocateDetections(int nboxes, int classes);
static void mergeDetections(Yolo::detection *dets, int ndets, int classes);
};