immersive-limit / coco-manager

Scripts to manage COCO datasets
MIT License
100 stars 40 forks source link

Adding custom class annotations to the existing Coco annotations #4

Open Ekta246 opened 3 years ago

Ekta246 commented 3 years ago

Hi,

I understand how can I parse/filter only the categories out of the 80 categories of Coco dataset I want. Like for example if I want 3 categories say cat, dog, potted plant. What if I want to add the custom class of my dataset to these selected 3 categories. Also, I have my custom dataset of 1 class in coco json format already.
It would be challenging to add/merge annotations manually in the existing coco dataset. Is that any way that I can merge the custom class with the wanted categories of Coco like I mentioned above?

I need help TIA