Manu21Iq
Manu21Iq
Number of clusters: 5 Performing GMM-ML resegmentation... Traceback (most recent call last): File "main.py", line 127, in runDiarization(os.path.splitext(os.path.basename(showName))[0],config) File "main.py", line 80, in runDiarization finalClusteringTableResegmentation,finalSegmentTable = performResegmentation(data,speechMapping, mask,finalClusteringTable[:,bestClusteringID.astype(int)-1],segmentTable,config.getint('RESEGMENTATION','modelSize'),config.getint('RESEGMENTATION','nbIter'),config.getint('RESEGMENTATION','smoothWin'),nSpeechFeatures) File "/home/manu/Iqvia_projects/pyBK-master/diarizationFunctions.py",...
Diarization only applying for part of audio, I mean last few mins is not getting processed. I think that's because of below code in audio.py file: # Trim the end...