You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to generate the segmentation_float with the zpy.output_coco.OutputCOCO(saver).output_annotations().
When I changed the code, it doesn't return any segmentation, just return the bbox.
The reason I want to normalize these is I am using 4K image size for rendering and I am getting a large annotation files. For example for 5 images, the annotation file was 17Mb.
How to get the normalised segmentation?
I want to generate the segmentation_float with the zpy.output_coco.OutputCOCO(saver).output_annotations().
When I changed the code, it doesn't return any segmentation, just return the bbox.
The reason I want to normalize these is I am using 4K image size for rendering and I am getting a large annotation files. For example for 5 images, the annotation file was 17Mb.
The text was updated successfully, but these errors were encountered: