How to upload the data into CVAT. Part 1

PHOTO EMBED

Tue Nov 29 2022 11:05:12 GMT+0000 (Coordinated Universal Time)

Saved by @CVAT

results = unique_view.annotate(
    "annotation_key",
    label_type="detections",
    label_field="ground_truth",
    classes=["airplane", "apple", …],
    backend="cvat",
    launch_editor=True,
)
content_copyCOPY