Annotation Management

Annotation Management Functions

Upload Annotations

datature annotations upload

The datature annotations upload function allows users to upload an annotation file to the Datature platform. The tool prompts the user to enter the path of the annotation file they wish to upload and select the format of the file. Available formats include thecsv_fourcorner, csv_widthheight, coco, pascal_voc, yolo_keras_pytorch, yolo_darknet, polygon_single and polygon_coco. To learn more, go to Image and Annotator Settings.

Once the user has entered their selections, the tool processes the file and uploads it to the Datature platform. The progress of the processing is displayed as a progress bar, and the user is notified once the processing and server upload is completed.

Sample Output

$ datature annotations upload
[?] Enter the annotation files path to be uploaded: /Users/Downloads/Training.csv

Processing   |████████████████████████████████████████| 100% [1/1] in 7.0s (0.14/s)
Server processing completed.

Download Annotations

datature annotations download

The datature annotations download function allows users to download an annotation file from the Datature platform. The tool prompts the user to enter the path where they want to save the downloaded annotation file and select the format of the file. Available formats include csv_fourcorner, csv_widthheight, coco, pascal_voc, yolo_keras_pytorch, yolo_darknet, polygon_single and polygon_coco. To read more, go to Exporting Annotations.

Once the user has entered their selections, the tool processes the request and downloads the file to the specified path. The progress of the processing is displayed as a progress bar, and the user is notified once the processing and download are completed.

Sample Output

$ datature annotations download
[?] Enter the annotation files path to be uploaded: /Users/Downloads/Training.csv
[?] Select the annotation file format: csv_widthheight
   csv_fourcorner
 > csv_widthheight
   coco
   pascal_voc
   yolo_keras_pytorch
   yolo_darknet
   polygon_single
   polygon_coco

Processing   |████████████████████████████████████████| 100% [1/1] in 7.0s (0.14/s)
Server processing completed.