ECCV22-Perceiving-and-Modeling-Density-for-Image-Dehazing
ECCV22-Perceiving-and-Modeling-Density-for-Image-Dehazing copied to clipboard
how to deal with input image of arbitrary size with the JIT
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
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!
hope the entire code open source as soon as possible. Thank you very much!