How to reannotate the tagged samples over to CVAT

PHOTO EMBED

Tue Nov 29 2022 11:14:50 GMT+0000 (Coordinated Universal Time)

Saved by @CVAT

reannotate_view = dataset.match_tags("needs_reannotation")
results = reannotate_view.annotate(
    "reannotation",
    label_field="ground_truth",
    backend="cvat",
)
content_copyCOPY