Mask_RCNN_Humanpose icon indicating copy to clipboard operation
Mask_RCNN_Humanpose copied to clipboard

How to reach the mAP on Maskrcnn paper?

Open yiyang186 opened this issue 5 years ago • 1 comments

I used the project to train on coco train 2014. And I got the evaluation:

loading annotations into memory... Done (t=4.37s) creating index... index created! 40504 40504 Loading and preparing results... DONE (t=11.58s) creating index... index created! Running per image evaluation... Evaluate annotation type keypoints DONE (t=147.12s). Accumulating evaluation results... DONE (t=1.72s). Average Precision (AP) @[ IoU=0.50:0.95 | area= all | maxDets= 20 ] = 0.229 Average Precision (AP) @[ IoU=0.50 | area= all | maxDets= 20 ] = 0.614 Average Precision (AP) @[ IoU=0.75 | area= all | maxDets= 20 ] = 0.116 Average Precision (AP) @[ IoU=0.50:0.95 | area=medium | maxDets= 20 ] = 0.191 Average Precision (AP) @[ IoU=0.50:0.95 | area= large | maxDets= 20 ] = 0.281 Average Recall (AR) @[ IoU=0.50:0.95 | area= all | maxDets= 20 ] = 0.310 Average Recall (AR) @[ IoU=0.50 | area= all | maxDets= 20 ] = 0.686 Average Recall (AR) @[ IoU=0.75 | area= all | maxDets= 20 ] = 0.241 Average Recall (AR) @[ IoU=0.50:0.95 | area=medium | maxDets= 20 ] = 0.259 Average Recall (AR) @[ IoU=0.50:0.95 | area= large | maxDets= 20 ] = 0.378

How do I train to mAP(kp, 50)=80+ on maskrcnn paper?

yiyang186 avatar Mar 07 '19 10:03 yiyang186

i want to know,too

chenyanyin avatar Jun 27 '19 12:06 chenyanyin