clearml

How to make ClearML not upload annotations twice when they have the same ID?

How to make ClearML not upload annotations twice when they have the same ID? Question: The following uploads two annotations, though I expected there to be only one from typing import List from allegroai import Dataset, DatasetVersion, SingleFrame, DataView from allegroai.dataframe.annotation import BoundingBox2D allegro_frame = SingleFrame( source="/irrelevant/source.png" ) ann_id = "the_id" label = "the_label" annotation …

Total answers: 1