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 noticed that in the function 'get_kradar_image_info' of file 'tools/kradar/kradar_data_utils.py'. When loading images, the order of image channels was altered by "mono_img = cv2.imread(img_path)[:,:1280,[2,1,0]].copy()". I have no idea why it was changed in this way since the resulting image is wrong in channel. Is it related to the pretrained weights of image backbone?
The text was updated successfully, but these errors were encountered:
I noticed that in the function 'get_kradar_image_info' of file 'tools/kradar/kradar_data_utils.py'. When loading images, the order of image channels was altered by "mono_img = cv2.imread(img_path)[:,:1280,[2,1,0]].copy()". I have no idea why it was changed in this way since the resulting image is wrong in channel. Is it related to the pretrained weights of image backbone?
The text was updated successfully, but these errors were encountered: