How can I calculate the functions per second?
まだ誰も着手していません。
評価
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 初心者へのやさしさ
- 35/100
- issue の種類
- バグ
- 明瞭さ
- おおむね明確
- 活発さ
- 停滞
- 技術スタック
- python
調査の方向性
GeMAPSv01b.conf と、参照されている FrameModeFunctionals.conf.inc および BufferMode.conf.inc ファイルから始め、Python の Smile.process_file が設定された functionals level をどのように処理するかを調べます。記録された 'destination levels are full' 警告を最初の診断ポイントとして使用します。設定によって意図した 1 秒ごとに 1 つの feature record が生成され、報告されている incomplete-processing warning なしに処理が完了すれば完了です。
索引モデルが issue の本文から書いたものです。
説明
Hi,
I have this issue and would appreciate any help.
I was thinking of making the functionals per one second for frame and window size and not one output for the whole audio file as the default configuration. So, I copied all config files of GeMAPSv01b along with shared ones.
Then did these changes:
FrameModeFunctionals.conf.inc
frameMode = fixed
frameSize = 1.0
frameStep = 1.0
frameCenterSpecial = left
BufferMode.conf.inc
writer.levelconf.growDyn = 0
writer.levelconf.isRb = 1
writer.levelconf.nT = 5
for this writer.levelconf.nT option I did not find in the documentation what I should put or it will be handled automatically?
Finally, I used this in Python
smile = opensmile.Smile(
feature_set='/...../OpenSMILE_configs/GeMAPSv01b.conf',
feature_level='func',
loglevel=2,
logfile="smile.log",
)
features = smile.process_file(audio_files[3])
features.head()
After all that, the output still showed one record for the whole file!
This is the log I got, maybe there is a problem or I missed something, I could not understand the log of "destination levels are full ".
Note that this is my first time working with audio features.
['[ 28.03.2025 - 04:17:17 ]\n',
' (MSG) [2] SMILEapi: openSMILE starting!\n',
'[ 28.03.2025 - 04:17:17 ]\n',
' (MSG) [2] SMILEapi: config file is: /content/drive/My Drive/..../...../OpenSMILE_configs/GeMAPSv01b.conf\n',
'[ 28.03.2025 - 04:17:17 ]\n',
' (MSG) [2] cComponentManager: successfully registered 102 component types.\n',
'[ 28.03.2025 - 04:17:17 ]\n',
" (MSG) [2] instance 'gemapsv01b_logSpectral': logSpecFloor = -140.00 (specFloor = 1.000000e-14)\n",
'[ 28.03.2025 - 04:17:17 ]\n',
' (MSG) [2] cComponentManager: successfully finished createInstances (50 component instances were finalised, 1 data memories were finalised)\n',
'[ 28.03.2025 - 04:17:19 ]\n',
' (MSG) [2] cComponentManager: starting single thread processing loop\n',
'[ 28.03.2025 - 04:18:23 ]\n',
' (WRN) [2] cComponentManager: The following component(s) could not perform any work because destination levels are full but no other component performed any work either: gemapsv01b_smoE. Processing will possibly be incomplete. For more details, enable the execDebug option of cComponentManager.\n',
'[ 28.03.2025 - 04:18:23 ]\n',
' (WRN) [2] cComponentManager: The following component(s) could not perform any work because destination levels are full but no other component performed any work either: gemapsv01b_smoE. Processing will possibly be incomplete. For more details, enable the execDebug option of cComponentManager.\n',
'[ 28.03.2025 - 04:18:23 ]\n',
' (WRN) [2] cComponentManager: The following component(s) could not perform any work because destination levels are full but no other component performed any work either: gemapsv01b_smoE. Processing will possibly be incomplete. For more details, enable the execDebug option of cComponentManager.\n',
'[ 28.03.2025 - 04:18:23 ]\n',
' (MSG) [2] cComponentManager: Processing finished! System ran for 97271 ticks.\n']
- 主要言語
- 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 ·
-
難易度 4/5 3〜5日 初心者へのやさしさ 25/100
audeering/opensmile-python#110 ·
-
難易度 4/5 3〜5日 初心者へのやさしさ 28/100
audeering/opensmile-python#107 · コメント 3 件 ·
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 ·