Open kfeng123 opened 4 years ago
the default config of detectron2 is bgr. Is it the case here?
Yes, the models in Detectron2 are trained on the BGR format. The image is converted to RGB format before visualizing by the DefaultPredictor.
the default config of detectron2 is bgr. Is it the case here?