Change framesize and framestep in ComParE_2016 config file
Nessuno ha ancora preso questa issue.
Valutazione
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Idoneità per principianti
- 30/100
- Tipo di issue
- Bug
- Chiarezza
- Da chiarire
- Stato di attività
- Ferma
- Stack tecnologico
- python
- Ambito
- audio-video-rtc
Direzione di ricerca
Inizia con i quattro file di configurazione in opensmile/core/config/compare e confrontali con i passaggi di issue 42. Riproduci la chiamata Python usando ComParE_2016.conf e feature_level='lld', quindi determina quale formato di configurazione ed estensioni di file sono accettati; il lavoro è completato quando la configurazione viene caricata senza OpenSmileException: Code: 6 e consente di modificare framesize e framestep.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Descrizione
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?
- 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à 3/5 1-2 giorni Idoneità per principianti 35/100
audeering/opensmile-python#122 ·
-
Difficoltà 4/5 3-5 giorni Idoneità per principianti 25/100
audeering/opensmile-python#110 ·
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 ·
-
mkv: seek with CueRelativePosition treats CueTime as nanoseconds; queued frames not cleared on seek Aperta
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 70/100
mozilla/standards-positions#1456 ·
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 70/100
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
Borewit/music-metadata#2755 ·