Change framesize and framestep in ComParE_2016 config file
还没有人认领这个 Issue。
评估
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 新手友好度
- 30/100
- Issue 类型
- 缺陷
- 描述清晰度
- 需要澄清
- 活跃度
- 停滞
- 技术栈
- python
调研方向
从 opensmile/core/config/compare 中的四个配置文件开始,并将它们与 issue 42 中的步骤进行比较。使用 ComParE_2016.conf 和 feature_level='lld' 重现 Python 调用,然后确定接受哪种配置格式和文件扩展名;当配置能够在不出现 OpenSmileException: Code: 6 的情况下加载,并且允许更改 framesize 和 framestep 时,即表示完成。
由索引模型根据 Issue 内容生成。
描述
Hello everyone,
I am doing my master's thesis and I want to use openSMILE to extract features from my audio files. If I use the standard configuration of ComParE_2016 with the low level descriptors
smile = opensmile.Smile(
feature_set=opensmile.FeatureSet.ComParE_2016,
feature_level=opensmile.FeatureLevel.LowLevelDescriptors,
)
everything is alright. However, I would like to increase the framesize to get shorter sequences. I found here in github issue https://github.com/audeering/opensmile-python/issues/42 of someone with the same intention as me I followed the suggested steps:
- Copied the 4 config files from here https://github.com/audeering/opensmile-python/tree/main/opensmile/core/config/compare;
- They are in the same folder of my script.
After this I run the following command:
smile = opensmile.Smile(
feature_set='ComParE_2016.conf',
feature_level='lld',
)
but I got this error : OpenSmileException: Code: 6 . Maybe the problem is in the creation of the config files: all I did was copy the files from github but I added in the first line config_str = ''' and in the last line i closed with '''. Should I save all files as .conf or with the same extensions as seen in the github? How can I solve this?
- 主要语言
- BitBake
- 星标
- 334
- 派生
- 42
- 平均合并
- 57 分钟
- 30 天内合并 PR
- 2
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
audeering/opensmile-python 的其他 Issue
-
难度 2/5 1-3 小时 新手友好度 72/100
audeering/opensmile-python#133 ·
-
难度 1/5 1 小时以内 新手友好度 45/100
audeering/opensmile-python#131 ·
-
难度 4/5 3-5 天 新手友好度 25/100
audeering/opensmile-python#123 ·
-
难度 3/5 1-2 天 新手友好度 35/100
audeering/opensmile-python#122 ·
-
难度 4/5 3-5 天 新手友好度 25/100
audeering/opensmile-python#110 ·
查看 audeering/opensmile-python 的全部 Issue
相似的 Issue
-
难度 2/5 1-3 小时 新手友好度 75/100
flutter-webrtc/flutter-webrtc#2206 ·
-
难度 2/5 1-3 小时 新手友好度 70/100
-
难度 2/5 1-3 小时 新手友好度 75/100
Borewit/music-metadata#2755 ·
-
task
难度 2/5 1-3 小时 新手友好度 70/100
-
难度 2/5 1-3 小时 新手友好度 65/100
flutter-webrtc/dart-sip-ua#592 ·