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

Dimension size OF test Image #1

Open
karanchahal opened this issue Nov 18, 2017 · 3 comments
Open

Dimension size OF test Image #1

karanchahal opened this issue Nov 18, 2017 · 3 comments

Comments

@karanchahal
Copy link

Is your model multi scale ? And if so how does that work exactly ?
Any helpful links for that would be very much appreciated

@harveyslash
Copy link
Owner

At the moment, it only supports 224 x 224 , but its fairly easy to allow multi scale. The Utils function (to tensor), the model's deconvolution , and the upscaling values will need to be changed in order for this to work.

@neelkadia-zz
Copy link

neelkadia-zz commented May 3, 2018

@harveyslash @karanchahal Have you guys tried this with 800x800 px Images? Of yes, can you please share code or open pull request?

@karanchahal
Copy link
Author

Hey @harveyslash , you could try modifying your network architecture such that it supports a Feature Pyramid Network. That is much more efficient than feeding in resized images of various scales.

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

No branches or pull requests

3 participants