anatools.annotations.convert_coco module¶
- coco_panoptic_segmentation(annsdir, metadir, outdir, mapfile)¶
- convert_coco(datadir, outdir, mapfile)¶
Generate annotations in COCO format. Result will be placed in outdir.
- Parameters
datadir (str) – Location of Rendered.ai dataset output.
outdir (str) – Location where the results should be written.
mapfile (str) – The map file used for annotations (YAML only).
- create_cocodata()¶