Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
fix json formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
faroit authored Apr 17, 2018
1 parent a7f6054 commit 117ca93
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ In the following example a speaker count of 3 speakers is the ground truth.
[
{
"sex": "F",
"activity": [[0, 51076], [51396, 55400], [56681, 80000]], "speaker_id": 1221
"activity": [[0, 51076], [51396, 55400], [56681, 80000]],
"speaker_id": 1221
},
{
"sex": "F",
Expand All @@ -78,7 +79,8 @@ In the following example a speaker count of 3 speakers is the ground truth.
},
{
"sex": "M",
"activity": [[0, 15681], [16161, 68213], [73498, 80000]], "speaker_id": 5105
"activity": [[0, 15681], [16161, 68213], [73498, 80000]],
"speaker_id": 5105
}
]
```
Expand Down

0 comments on commit 117ca93

Please sign in to comment.