GeorgeSeif / Semantic-Segmentation-Suite

Semantic Segmentation Suite in TensorFlow. Implement, train, and test new Semantic Segmentation models easily!
2.51k stars 880 forks source link

Multiscale inout #133

Closed Leo551 closed 5 years ago

Leo551 commented 5 years ago

For my own data, its multi-scale images, I known that like FC-DenseNet can accept arbitrary size of input if I just use batch-size =1. But how to do preprocessing of making each one can be divided by 32. Hope for your advice.

GeorgeSeif commented 5 years ago

Just figure out the proper crop size so that it's divisible by 32.

Also, from the issue template:

Issues which do not fill out this template, or are already answered in the FAQs will simply be closed.

Please go to Stack Overflow for help and support.

Thanks