thomasjpfan / pytorch_refinenet

Pytorch Implementation of Refinenet
MIT License
160 stars 33 forks source link

how to apply it on non-square image? #7

Open lingligithub opened 5 years ago

lingligithub commented 5 years ago

The code has assumed that the input has equal height and width, what if the input is non-square, how to apply it?