Convert
Description of the "convert" menu from the CLI
Converts darwin annotations to the given format. Valid formats are:
- coco
- cvat
- dataloop
- instance_mask
- pascalvoc
- semantic_mask
- semantic_mask_grey
- semantic_mask_index
- nifti
$ darwin convert coco /home/helis/annotations/ /home/helis/
Converted annotations saved at /home/helis/
Positional arguments:
format
: Annotation format to convert to.files
: Annotation files (or folders) to convert.output_dir
: Where to store output files.
Watch it in action!

Updated 1 day ago