-
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
General information regarding input image #4484
Comments
No. Any image will be automatically resized to the network size. |
I'm using tensorRT where we have to manage the input more comprehensively. The problem I see is that calling a resize on the image with larger aspect ratios leads to some stretching and distortion. In that case do you recommend padding before resizing to avoid this? |
It depends on which approach of resizing did you use for training: #232 (comment) |
Just using the pretrained weights from your site! |
So it also depends on your images. |
Your work is amazing.
In terms of the input image, if we are using 608x608 pretrained weights, do you recommend we resize the image to 608x608, or pad and resize to 608 to 608 for better results?
From the .dll (that I've used previously) I don't recall that there was a pad before the resize. What do you think?
The text was updated successfully, but these errors were encountered: