Skip to content
This repository has been archived by the owner on Jul 5, 2021. It is now read-only.

Not working for input crop size other than 512 X 512 #195

Open
suddu22 opened this issue Mar 5, 2019 · 4 comments
Open

Not working for input crop size other than 512 X 512 #195

suddu22 opened this issue Mar 5, 2019 · 4 comments

Comments

@suddu22
Copy link

suddu22 commented Mar 5, 2019

Hi
I am trying to run any model on the CamVid Dataset with 13 classes with crop size of 360 X 480 (anything other than the default). It gives incompatible size error for any model. Is there something I am doing wrong or is the code compatible only with size 512 X 512?

@ryohachiuma
Copy link

Which kind of model do you want to run?
Input image size can be divided by 32 for some models.
You have to read the paper and figure out the restriction of input image size.

@K-M-Ibrahim-Khalilullah

@kemangjaka
Same problem for me on the FC-DenseNet103. Please check..
#230

@ryohachiuma
Copy link

That error you have is about GPU memory.
You don't have enough GPU memory to feed-forward that size of the image.
I think you have to change the larger GPU or make the image smaller.

@yucheng-china
Copy link

Which kind of model do you want to run?
Input image size can be divided by 32 for some models.
You have to read the paper and figure out the restriction of input image size.

Hi, brother, where is the paper, i want to read them

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

No branches or pull requests

4 participants