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
In your code, noisy image and the corresponding clean image are intermingled in the filenames list as a separate entry. Meanwhile, get_patches() generates random patches for each entry in the filenames. Accordingly, locations of the patches for noisy image and locations of the patches for the corresponding clean image are not consistent. Am I right?
The text was updated successfully, but these errors were encountered:
In your code, noisy image and the corresponding clean image are intermingled in the filenames list as a separate entry. Meanwhile, get_patches() generates random patches for each entry in the filenames. Accordingly, locations of the patches for noisy image and locations of the patches for the corresponding clean image are not consistent. Am I right?
The text was updated successfully, but these errors were encountered: