Tramac / Fast-SCNN-pytorch

A PyTorch Implementation of Fast-SCNN: Fast Semantic Segmentation Network
Apache License 2.0
379 stars 93 forks source link

Why do you generate zero-padded crop image? #13

Open priancho opened 5 years ago

priancho commented 5 years ago

Hi,

I am wondering why data_loader.py creates zero padded crop images when short_size is smaller than crop_size.

I read the original paper, but they only mentions that they used crop. Is there any reason not to discard such an image?

Thanks for a great s/w.

Best regards, Han-Cheol