Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Synthetic Burst RGB or BGR? #16

Open
haleyso opened this issue Jul 18, 2024 · 1 comment
Open

Synthetic Burst RGB or BGR? #16

haleyso opened this issue Jul 18, 2024 · 1 comment

Comments

@haleyso
Copy link

haleyso commented Jul 18, 2024

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!

@Tomas-Lee
Copy link

I also have this problem, I think it indeed need to be converted to RGB format after cv2.imread(). the author's code is inconsistent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants