Snowdar / asv-subtools

An Open Source Tools for Speaker Recognition
Apache License 2.0
587 stars 135 forks source link

subtools/scoreSets.sh中191行特征提取错误数统计值errorNum #47

Open songfuture opened 2 years ago

songfuture commented 2 years ago
image

问题:若$vectordir/$set/log/文件夹下有未清理的plda.log且plda.log中有ERROR,errorNum=$(grep ERROR $vectordir/$set/log/.log | wc -l)会将plda的error误统计为”it means you lose many vectors which is so bad thing and I suggest you to extract vectors of this dataset again“。 建议:若为了统计特征提取数有误,可设置errorNum=$(grep ERROR $vectordir/$set/log/extract..log | wc -l) (好像用文中写的issue字会出错,下图是原文)

image
sssyousen commented 2 years ago

感谢你的建议,我们会采纳你的建议并做出修改。