in backend/model_garden/management/commands/process_task_statuses.py [0:0]
def _get_annotations_format(dataset: Dataset):
if dataset.dataset_format == DatasetFormat.YOLO:
return AnnotationsFormat.YOLO_ZIP_1_1
else:
return AnnotationsFormat.PASCAL_VOB_ZIP_1_1