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

Test different size of images #10

Open
zhangqingbo1 opened this issue Apr 17, 2018 · 0 comments
Open

Test different size of images #10

zhangqingbo1 opened this issue Apr 17, 2018 · 0 comments

Comments

@zhangqingbo1
Copy link

zhangqingbo1 commented Apr 17, 2018

@neka-nat hello, in the original paper, Computational times with different resolution of the input image are tested(such as 512x512,768x768 and 1024x1024), how can I train the model with (256,256,3) then use the model to test images with arbitrary shape ?

I have tried such as change input_shape to (None, None, 3) ,But it can't work. Only can change to (512,512,3), so the model only can deal with images with shape of (512,512,3)
Can you give me some advice ?

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