youngwanLEE / vovnet-detectron2

[CVPR 2020] VoVNet backbone networks for detectron2
Other
376 stars 69 forks source link

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

Open kfeng123 opened 4 years ago

kfeng123 commented 4 years ago

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

aishgupta commented 3 years ago

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