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 see in the zurich_raw2rgb_dataset.py, you use cv2.imread(path), so it would be BGR? But then when putting that dataset into synthetic_burst_train_set.py, it's treated as RGB. Should there be a conversion or is there actually a conversion somewhere along the pipeline already? Thanks!
The text was updated successfully, but these errors were encountered:
I see in the zurich_raw2rgb_dataset.py, you use cv2.imread(path), so it would be BGR? But then when putting that dataset into synthetic_burst_train_set.py, it's treated as RGB. Should there be a conversion or is there actually a conversion somewhere along the pipeline already? Thanks!
The text was updated successfully, but these errors were encountered: