Replies: 1 comment 2 replies
-
@arekmula I'm currently a bit over 1/4 through training a v2_tiny It's ultimately up to you in terms of tradeoffs, but using similar scaling to the original would put most of the v2 models into pretty expensive territory (in terms of compute / time). Scaling the resolution really blows up your costs. Hence why I used my smallest v2 w/ a step down from equivalent detection config. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
What is the recommended input size for object detection models that are using EfficientNetv2 backbones?
In this tutorial he's using 512x512 input for the
tf_efficientnetv2_l
backbone, while the input_size for this backbone is 384x384.EfficientDet v1 has precise information about input size of the images:
Beta Was this translation helpful? Give feedback.
All reactions