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
Hello! I have a kernel-pool which has 1k kernels of size 33x33 for x4 upscaling. How should the code be modified in order to make sure that we obtain proper estimations? Cause right now in order to obtain the x4 kernel you use FKP_x2 to obtain an estimation and then you do a kernel shift to obtain the x4 one. But this should not work if we would have to bring our own kernels of a different size.
The text was updated successfully, but these errors were encountered:
Hello! I have a kernel-pool which has 1k kernels of size 33x33 for x4 upscaling. How should the code be modified in order to make sure that we obtain proper estimations? Cause right now in order to obtain the x4 kernel you use FKP_x2 to obtain an estimation and then you do a kernel shift to obtain the x4 one. But this should not work if we would have to bring our own kernels of a different size.
The text was updated successfully, but these errors were encountered: