matterport / Mask_RCNN

Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
Other
24.37k stars 11.65k forks source link

json annotations mask rcnn #2386

Open etailleur opened 3 years ago

etailleur commented 3 years ago

Hi

I'm a newbie in AI and i'm using labelbox to create my own dataset (instance segmentation) and the annotation output is a single json file.

The issue that i have is that the model that i'm using (Mask RCNN) need to be feed with images with an annotation file in VOC xml for each file.

I need a script that could use the single JSON from labelbox and convert it to multiple images and voc xml annotation file.

Thanks for your help.

hanhern commented 2 years ago

Hi, have you found a solution to this? I also used labelbox to annotate my images but the json file is not in the right format for the code, and IDK how to convert it to the right format or write the code to read it.