Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is the precision on the VOC and COCO dataset? #6

Open
marscep456 opened this issue Mar 6, 2020 · 3 comments
Open

What is the precision on the VOC and COCO dataset? #6

marscep456 opened this issue Mar 6, 2020 · 3 comments

Comments

@marscep456
Copy link

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

@zhen8838
Copy link
Owner

zhen8838 commented Mar 6, 2020

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

@EunseongBoo
Copy link

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

@zhen8838
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants