-
Notifications
You must be signed in to change notification settings - Fork 8k
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
Question about YoLoV4 vs EfficientDet #5311
Comments
I think yes, we follow the same way as EfficientNet to optimize our anchors. using optimized anchor for 416 to train:
using optimized anchor for 512 to train:
The image resolution and the corresponding settings can help improve AP. By the way, EfficientDet is very powerful when inference on VPU or TPU... |
Thanks. @WongKinYiu That's encouraging. I am interested in trying it. any suggestion on the settings? |
Hi, @WongKinYiu ! |
Because many people generate anchors but do not change masks, as described here: https://github.com/AlexeyAB/darknet#how-to-improve-object-detection |
Hi, @AlexeyAB !
or something else? |
@AlexeyAB how to change the masks? |
I noticed that EfficientDetD0~D7 has image resolution of: 512, 640, 768, 896, 1024, 1280,1280, 1536.
YoloV4 has image resolution: 416, 512, 608.
@AlexeyAB , Does it mean that if YoLoV4 improve the image resolution and the corresponding settings, it can even have better performance than EfficientD7?
Thanks.
The text was updated successfully, but these errors were encountered: