Change framesize and framestep in ComParE_2016 config file
まだ誰も着手していません。
評価
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 初心者へのやさしさ
- 30/100
- issue の種類
- バグ
- 明瞭さ
- 説明が足りない
- 活発さ
- 停滞
- 技術スタック
- python
調査の方向性
opensmile/core/config/compare にある4つの設定ファイルから始め、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分
- マージ済み PR(30日)
- 2
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- 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 ·