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

Improvement "Variable input image size" #2

Open
apacha opened this issue Nov 3, 2019 · 0 comments
Open

Improvement "Variable input image size" #2

apacha opened this issue Nov 3, 2019 · 0 comments

Comments

@apacha
Copy link
Member

apacha commented Nov 3, 2019

Currently, we are wasting a lot of time on processing images, that are much larger than the objects, that we are interested in. Make the input variable sized to only contain the objects of interest.

Reason: For simplicity, we were limiting ourselves to a fixed image size. If we used Adaptive Global Average Pooling in the network, we could accept images of arbitrary size and therefore crop the images to only contain the two objects of interest (plus a little margin) instead of a fixed crop.

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

1 participant