0

I need to train deeplabv3+ with detectron2 on coco instance segmentation dataset. I can train maskrcnn model on coco with detectron, but I could not use deeplab (detectron/projects/deeplab). Is there anyone who trained deeplab using detectron2 before?

1 Answers1

0

The DeepLab architecture is for semantic segmentation, not instance segmentation. I don't think it's possible to use any of the DeepLab architectures in detectron on the COCO instance segmentation dataset.

jkelle
  • 158
  • 8