cocodataset / panopticapi

COCO 2018 Panoptic Segmentation Task API (Beta version)
Other
418 stars 184 forks source link

How can I change color back to category? #20

Open shuitx opened 5 years ago

shuitx commented 5 years ago

Hi,

I noticed that there is a folder called 'panoptic_train2017' in the annotation zip file, and this folder contains color png images corresponding to the training samples. I wonder if there is any way to convert these png images to the panoptic annotations? Or I have to incorporate other information from the json file? Thank you.