- **Project Type: Instance Segmentation
- **Operating System & Browser: Chrome, MacOS
I have an instance segmentation project. I have annotated the images with segmentation. When I export, I see the formats “(JSON) COCO Segmentation” and “TFRecords” available that seem relevant.
Ideally, I would like to export as TFRecords with the segmentation annotations, however, when I export as TFRecords format, I only get the bounding box annotations, no segmentation. This is making me have to export as COCO segmentation json annotations and converting that to TFRecords which I am having trouble getting correct.
Am I missing the ability to export as TFRecords WITH segmentation annotations somewhere/somehow?
Thank you in advance for any help you can provide!