ECCV22-Perceiving-and-Modeling-Density-for-Image-Dehazing icon indicating copy to clipboard operation
ECCV22-Perceiving-and-Modeling-Density-for-Image-Dehazing copied to clipboard

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

Open msk7131 opened this issue 1 year ago • 2 comments

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

msk7131 avatar May 07 '23 10:05 msk7131

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!

Owen718 avatar May 07 '23 10:05 Owen718

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

msk7131 avatar May 09 '23 15:05 msk7131