Ceachi Bogdan
Results
1
comments of
Ceachi Bogdan
Or maybe you can just try something similar: ``` for class_id, polygons in tqdm(results.items(), desc="uploading results"): term_id = terms[labels[class_id]] # from ontology for idx, polygon in enumerate(polygons): annotation = Annotation(location=polygon.wkt,...