Detectron2: train Panoptic Segmentation model on custom dataset

Created on 29 Jun 2020  ยท  1Comment  ยท  Source: facebookresearch/detectron2

โ“ How to train Panoptic Segmentation on a custom dataset ?

Hello everyone,

My question is two-fold :

  1. What is the expected Detectron2 format for Panoptic Segmentation ? In the PS paper, they are talking about a pixel-wise annotation (either stuff class or instance ID) but it seems that D2 requires bounding boxes as well.
  2. Is it possible to train PS on a custom dataset with only pixel-wise annotations ?

Thanks,

Cyril

enhancement

Most helpful comment

At the moment we don't have instructions to train panoptic segmentation models on custom dataset. Our code now expects panoptic segmentation data in COCO format, which is unfortunately not well-documented.

>All comments

At the moment we don't have instructions to train panoptic segmentation models on custom dataset. Our code now expects panoptic segmentation data in COCO format, which is unfortunately not well-documented.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kl720 picture kl720  ยท  3Comments

danielgordon10 picture danielgordon10  ยท  3Comments

limsijie93 picture limsijie93  ยท  3Comments

invisprints picture invisprints  ยท  4Comments

marcoippolito picture marcoippolito  ยท  4Comments