Owen718 / ECCV22-Perceiving-and-Modeling-Density-for-Image-Dehazing

ECCV'22 Oral | Perceiving and Modeling Density for Single Image Dehazing.
MIT License
55 stars 6 forks source link

how to deal with input image of arbitrary size with the JIT #9

Open msk7131 opened 1 year ago

msk7131 commented 1 year ago

the inference code only support the input size of 400*400 , how to deal with input image of arbitrary size with the JIT ,thank you very much

Owen718 commented 1 year ago

Hello, to the best of my knowledge, it seems that JIT does not support variable resolution input. I have attempted to address this issue, but without success. The reason for setting the input size as 400x400 is because the test set size for Haze4K is 400x400. If the input size is changed, it may negatively impact the performance on Haze4K. I will make the entire code open source as soon as possible. Thank you for your interest in our work!

msk7131 commented 1 year ago

hope the entire code open source as soon as possible. Thank you very much!