RNAN icon indicating copy to clipboard operation
RNAN copied to clipboard

How to deal with the case where the size of the image is odd

Open Jee-King opened this issue 5 years ago • 2 comments

Hi Since there is Subscale and Upscale in the mask module, how to handle the case where the size of the image is odd?

Jee-King avatar Jul 31 '19 12:07 Jee-King

Hi, In the training phase, you can avoid the input size being odd by yourself. In the test phase, the input image can be splitted into multiple sub-images. The size of each sub-images also avoids being odd.

yulunzhang avatar Aug 02 '19 04:08 yulunzhang

Thank you for your reply!

Jee-King avatar Aug 02 '19 08:08 Jee-King