vovnet-detectron2 icon indicating copy to clipboard operation
vovnet-detectron2 copied to clipboard

Is the input supposed to be rgb or bgr?

Open kfeng123 opened this issue 4 years ago • 1 comments

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

kfeng123 avatar Jul 24 '20 10:07 kfeng123

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

aishgupta avatar May 28 '21 05:05 aishgupta