笑声检测
该库包含用于从音频文件中分割笑声区域的代码和模型。 models /文件夹包含在数据集上训练的模型。
如果您使用此软件进行研究,请引用以下论文:
Kimiko Ryokai,ElenaDuránLópez,Noura Howell,Jon Gillick和David Bamman(2018),“捕捉,代表并与笑声互动”,CHI 2018
安装
git clone https://github.com/jrgillick/laughter-detection.git
cd laughter-detection
pip install -r requirements.txt
用法
要在Switchboard上训练新模型,请参见compute_features.py和train_model.py的主要功能。
要从命令行运行笑检测器,请使用python segment_laught