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
Name | Short | Description | Required |
---|---|---|---|
--annotation-id | -a | The annotation ID | Yes |
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
Name | Short | Description | Required |
---|---|---|---|
--project-id | -p | The project ID | Yes |
--dataset-id | -d | The dataset ID | Yes |
--directory | Path to directory where annotations will be saved | Yes | |
--format | -f | Format in which the annotations will be saved (coco ) | Yes |