K210_Yolo_framework icon indicating copy to clipboard operation
K210_Yolo_framework copied to clipboard

What is the precision on the VOC and COCO dataset?

Open marscep456 opened this issue 4 years ago • 3 comments

Hi zhen8838! thanks your great works。I find you use mobilenet combine with yolo. I want to know the mAP value in VOC or COCO dataset and inference time.Or the mAP and inference time Compare with yolov3_tiny

marscep456 avatar Mar 06 '20 01:03 marscep456

mobilenetv1 0.75-yolov3 with 2 detect layers, .h5 file about 13mb, 65 [email protected] on voc . But this repo cannot be achieved, because the optimization part is done for others. I've documented some of the optimization process here.

If you want to optimize, you need to consider increasing data enhancement, modifying regression loss, etc

zhen8838 avatar Mar 06 '20 04:03 zhen8838

@zhen8838 Can you tell me what MAXEP was set during training to get the above accuracy?

EunseongBoo avatar Sep 22 '20 10:09 EunseongBoo

@EunseongBoo you need to use a callback to monitor accuracy. usually, I training 75 epoch got the best model.

zhen8838 avatar Sep 24 '20 08:09 zhen8838