Yanfeng-Zhou/XNet

Wavelet transform results in image sizes that are not powers of two.

bdne opened this issue · 1 comments

bdne commented

Thanks for your work! I have a question when I reproduce your network. When I used 'haar' wavlet basis to process 512512 images, I got 256256 outputs. But using other basises like 'db2' led to image sizes that are not powers of two, such as 257*257. How to process these images?

please see this issue #2