Skip to main content

Annotations

Commands for managing annotations.

Getting Help

For global help on annotation commands:

imerit annotation --help

For specific help on an annotation command:

imerit annotation [command] --help

View an Annotation

imerit annotation view --annotation-id <id-of-annotation>

Displays information about an annotation

Options

NameShortDescriptionRequired
--annotation-id-aThe annotation IDYes

Download Annotations

imerit annotation download --project-id <id-of-project> --dataset-id <id-of-dataset> --directory <path-to-directory>

Downloads annotations and saves them to sepcified directory

Options

NameShortDescriptionRequired
--project-id-pThe project IDYes
--dataset-id-dThe dataset IDYes
--directoryPath to directory where annotations will be savedYes
--format-fFormat in which the annotations will be saved (coco)Yes