czyoung commited on
Commit
e38cada
·
verified ·
1 Parent(s): a73ce4b

Update sonogram_utility.py

Browse files
Files changed (1) hide show
  1. sonogram_utility.py +1 -1
sonogram_utility.py CHANGED
@@ -96,7 +96,7 @@ def loadAudioRTTM(sampleRTTM):
96
  while len(speakerList) < index + 1:
97
  speakerList.append([])
98
  speakerList[index].append((float(speakerResult[3]),float(speakerResult[4])))
99
- prediction[Segment(start,end)] = index
100
 
101
  return speakerList, prediction
102
 
 
96
  while len(speakerList) < index + 1:
97
  speakerList.append([])
98
  speakerList[index].append((float(speakerResult[3]),float(speakerResult[4])))
99
+ prediction[Segment(start,end)] = speakerResult[7]
100
 
101
  return speakerList, prediction
102