Skip to content

Commit

Permalink
Merge pull request #15 from siesto1elemento/my-feature-branch
Browse files Browse the repository at this point in the history
Made corrections for LibriVox
  • Loading branch information
rohan220217 authored Sep 6, 2024
2 parents 72e4778 + 0b6165a commit fc2171e
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 fc2171e

Please sign in to comment.