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

Commit

Permalink
Fixed format of speaker scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Triantafyllopoulos committed Sep 7, 2020
1 parent 8eb5306 commit abc18db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

Version 1.0.1 (2020/09/07)
--------------------------

+ Fixed: format of speaker scheme


Version 1.0.0 (2020/09/02)
--------------------------

Expand Down
3 changes: 1 addition & 2 deletions crema-d-metadata/python/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,8 @@ def convert(
minimum=0,
maximum=1
)

db.schemes['speaker'] = audata.Scheme(
labels=metadata.to_dict()
labels=metadata.to_dict(orient='index')
)

##########
Expand Down

0 comments on commit abc18db

Please sign in to comment.