No instruction or code for coco panoptic segmentation training?
kl2005ad opened this issue · 3 comments
kl2005ad commented
Looking forward to the coco panoptic instructions. Thanks!
bowenc0221 commented
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.
kl2005ad commented
But there is no such file as register_coco_panoptic.py ? I thought dataset registration and preprocessing are necessary.
bowenc0221 commented
COCO panoptic dataset is already registered in Detectron2. Please follow https://github.com/facebookresearch/detectron2/tree/main/datasets to prepare the COCO panoptic dataset.