facebookresearch/MaskFormer

No instruction or code for coco panoptic segmentation training?

kl2005ad opened this issue · 3 comments

Looking forward to the coco panoptic instructions. Thanks!

You can simply replace the config file in the example with the the model that you want to train/evaluate. You can find corresponding config files under MODEL_ZOO.

But there is no such file as register_coco_panoptic.py ? I thought dataset registration and preprocessing are necessary.

COCO panoptic dataset is already registered in Detectron2. Please follow https://github.com/facebookresearch/detectron2/tree/main/datasets to prepare the COCO panoptic dataset.