Yanfeng-Zhou / XNet

[ICCV2023] XNet: Wavelet-Based Low and High Frequency Merging Networks for Semi- and Supervised Semantic Segmentation of Biomedical Images
MIT License
184 stars 8 forks source link

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

Open bdne opened 10 months ago

bdne commented 10 months ago

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?

Yanfeng-Zhou commented 10 months ago

please see this issue #2