Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
fix: LEAP-1339: Disable YOLO_OBB export for timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
triklozoid committed Aug 19, 2024
1 parent 2ef5400 commit 01061ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions label_studio_converter/converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,8 @@ def _get_supported_formats(self):
and 'TextArea' in output_tag_types
):
all_formats.remove(Format.ASR_MANIFEST.name)
if 'Video' in input_tag_types and 'TimelineLabels' in output_tag_types:
all_formats.remove(Format.YOLO_OBB.name)

return all_formats

Expand Down

0 comments on commit 01061ba

Please sign in to comment.