Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Change framesize and framestep in ComParE_2016 config file

オープン
#76 コメント 3 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
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:

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

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

audeering/opensmile-python のほかの issue

audeering/opensmile-python の issue をすべて見る

似ている issue

Audio/Video & RTC の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。