You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for releasing the repo.
I want to use it to train a image enhance network ,My input are those low quality images,and output are high-quality ones, but they are the same size.
How do I modify the network so it can adjustify my work?Because, I see your net is always downscale ,and when I change the scale factor in opt yml to 1, it return a null net ....
The text was updated successfully, but these errors were encountered:
Hi, you should modify the invertible architecture in 'models/modules/Inv_arch.py'. And you may consider padding images with the latent variable to represent the lost information.
Hi, you should modify the invertible architecture in 'models/modules/Inv_arch.py'. And you may consider padding images with the latent variable to represent the lost information.
Hi, thanks for releasing the repo.
I want to use it to train a image enhance network ,My input are those low quality images,and output are high-quality ones, but they are the same size.
How do I modify the network so it can adjustify my work?Because, I see your net is always downscale ,and when I change the scale factor in opt yml to 1, it return a null net ....
The text was updated successfully, but these errors were encountered: