How can I calculate the functions per second?
Nessuno ha ancora preso questa issue.
Valutazione
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Idoneità per principianti
- 35/100
- Tipo di issue
- Bug
- Chiarezza
- Abbastanza chiara
- Stato di attività
- Ferma
- Stack tecnologico
- python
- Ambito
- audio-video-rtc
Direzione di ricerca
Inizia da GeMAPSv01b.conf e dai file referenziati FrameModeFunctionals.conf.inc e BufferMode.conf.inc, quindi esamina come Smile.process_file di Python gestisce il livello di funzionali configurato. Usa l'avviso registrato 'destination levels are full' come primo punto diagnostico. Il lavoro è completato quando la configurazione produce un record di caratteristiche per ogni secondo previsto e l'elaborazione termina senza l'avviso segnalato di elaborazione incompleta.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Descrizione
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']
- Lingua principale
- BitBake
- Stelle
- 334
- Fork
- 42
- Merge medio
- 57m
- PR unite (30g)
- 2
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Altre issue di audeering/opensmile-python
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 72/100
audeering/opensmile-python#133 ·
-
Difficoltà 1/5 Meno di un'ora Idoneità per principianti 45/100
audeering/opensmile-python#131 ·
-
Difficoltà 4/5 3-5 giorni Idoneità per principianti 25/100
audeering/opensmile-python#123 ·
-
Difficoltà 4/5 3-5 giorni Idoneità per principianti 25/100
audeering/opensmile-python#110 ·
-
Difficoltà 4/5 3-5 giorni Idoneità per principianti 28/100
audeering/opensmile-python#107 · 3 commenti ·
Tutte le issue di audeering/opensmile-python
Issue simili
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
flutter-webrtc/flutter-webrtc#2206 ·
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
Borewit/music-metadata#2755 ·
-
task
Difficoltà 2/5 1-3 ore Idoneità per principianti 70/100
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 65/100
flutter-webrtc/dart-sip-ua#592 ·
-
TypeError: Cannot read properties of null (reading 'includes') when all microphones disappear Aperta
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100