When I test the SSD,the test output detection_eval。What‘s the meaning about detection_eval?How can I adjusting parameter with detection_eval?When I train the Net,the value of detection_eval is rasing,this is right?
detection_eval is mAP (mean Average Precision) used in object detection.
@weiliu89 : couple of questions on results from your paper.
@siddharthm83
If you use original (==> higher resolution) image, it can possibly have better results although not optimal since you train your model on 300 x 300. I don't think 0.01 is a big issue here. You can try to play with the threshold to confirm.
@siddharthm83 @songjmcn How did you guys use detection_eval? I am trying to calculate mAP for VOC dataset and my my own dataset?
@weiliu89 In a system which MobileNet , is this caffe , the detection_eval is bigger than 1 sometimes. What's that mean?
I1214 00:20:21.365911 19452 caffe.cpp:320] Batch 1, detection_eval = 1
I1214 00:20:21.365914 19452 caffe.cpp:320] Batch 1, detection_eval = 0
I1214 00:20:21.365918 19452 caffe.cpp:320] Batch 1, detection_eval = 1
I1214 00:20:21.365922 19452 caffe.cpp:320] Batch 1, detection_eval = 0
I1214 00:20:21.365926 19452 caffe.cpp:320] Batch 1, detection_eval = 2
and
I1214 03:03:31.287315 19452 caffe.cpp:337] detection_eval = 0.18
I1214 03:03:31.287320 19452 caffe.cpp:337] detection_eval = 0
I1214 03:03:31.287324 19452 caffe.cpp:337] detection_eval = 3.54
I1214 03:03:31.287329 19452 caffe.cpp:337] detection_eval = 0.18
I1214 03:03:31.287334 19452 caffe.cpp:337] detection_eval = 0
I1214 03:03:31.287338 19452 caffe.cpp:337] detection_eval = 0.18
and how can I get the mAP in detection system?
thanks very much
Most helpful comment
@siddharthm83
If you use original (==> higher resolution) image, it can possibly have better results although not optimal since you train your model on 300 x 300. I don't think 0.01 is a big issue here. You can try to play with the threshold to confirm.