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

Is the input supposed to be rgb or bgr? #16

Open
kfeng123 opened this issue Jul 24, 2020 · 1 comment
Open

Is the input supposed to be rgb or bgr? #16

kfeng123 opened this issue Jul 24, 2020 · 1 comment

Comments

@kfeng123
Copy link

the default config of detectron2 is bgr. Is it the case here?

@aishgupta
Copy link

Yes, the models in Detectron2 are trained on the BGR format. The image is converted to RGB format before visualizing by the DefaultPredictor.

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