文件名称:spyder:简单的Python包,用于快速DER计算
文件大小:18KB
文件格式:ZIP
更新时间:2024-03-25 20:10:10
der diarization C++
间谍 一个用于快速DER计算的简单Python包。 安装 python -m pip install -e . 注意: spyder很快将可以从PyPi仓库中安装。 敬请关注! 用法 import spyder # reference (ground truth) ref = [( "A" , 0.0 , 2.0 ), # (speaker, start, end) ( "B" , 1.5 , 3.5 ), ( "A" , 4.0 , 5.1 )] # hypothesis (diarization result from your algorithm) hyp = [( "1" , 0.0 , 0.8 ), ( "2" , 0.6 , 2.3 ), ( "3" , 2.1 , 3.9 ), ( "1" , 3.8 ,
【文件预览】:
spyder-main
----setup.py(2KB)
----.gitignore(2KB)
----pyproject.toml(126B)
----src()
--------spyder()
----LICENSE(1KB)
----.gitmodules(94B)
----README.md(2KB)
----lib()
--------pybind11()