Skip to content

Commit

Permalink
Made corrections for LibriVox
Browse files Browse the repository at this point in the history
  • Loading branch information
siesto1elemento committed Aug 23, 2024
1 parent ac403c3 commit 0b6165a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cvat/apps/dataset_manager/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -1196,6 +1196,7 @@ def convert_annotation_data_format(data, format_name):
formatted_data.append(formatted_entry)
return formatted_data
elif format_name == "LibriVox":
language_id_mapping = {"en": 0}
formatted_data = []
for entry in data:
formatted_entry = {
Expand Down

0 comments on commit 0b6165a

Please sign in to comment.