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
I've met the same problem. You can use cv2 to read the images, like " (np.float32(cv2.imread(path + file_name, cv2.IMREAD_UNCHANGED))/10.)[:, :, 1]" in the code. If you employ numpy or see it directly, it is zero.
It seems that the blur_map in the ./dataset/train/SYNDOF/blur_map is all 0. Is there some error?
The text was updated successfully, but these errors were encountered: