Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
msk7131 opened this issue May 7, 2023 · 2 comments
Open

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

msk7131 opened this issue May 7, 2023 · 2 comments

Comments

@msk7131
Copy link

msk7131 commented May 7, 2023

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
Copy link
Owner

Owen718 commented May 7, 2023

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
Copy link
Author

msk7131 commented May 9, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants