Convert

Description of the "convert" menu from the CLI

Converts darwin annotations to the given format. Valid formats are:

  • Coco
  • Cvat
  • Dataloop
  • Pascalvoc
  • Instance_mask
  • Semantic_mask
  • Semantic_mask_grey
  • Semantic_mask_index
  • Nifti
  • Yolo
$ 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!