I am doing semantic segmentation. Detectron2 can produce prediction mask labels as pictures.
Can I save the predicted annotation images in COCO file instead of pictures. The COCO file can be used for editing in annotation tools like labelme.
Do you have the Python script for extracting the predicted annotation images in COCO format.
Thanks.