Change framesize and framestep in ComParE_2016 config file
Chưa có ai nhận issue này.
Đánh giá
- Độ khó
- 3/5
- Thời gian dự kiến
- 1-2 ngày
- Mức phù hợp với người mới
- 30/100
- Loại issue
- Lỗi
- Độ rõ ràng
- Cần làm rõ
- Mức độ hoạt động
- Đình trệ
- Công nghệ
- python
- Lĩnh vực
- audio-video-rtc
Hướng nghiên cứu
Bắt đầu với bốn tệp cấu hình trong opensmile/core/config/compare và so sánh chúng với các bước từ issue 42. Tái hiện lệnh gọi Python bằng ComParE_2016.conf và feature_level='lld', sau đó xác định định dạng cấu hình và phần mở rộng tệp nào được chấp nhận; hoàn tất khi cấu hình được tải mà không có OpenSmileException: Code: 6 và cho phép thay đổi framesize và framestep.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Mô tả
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?
- Ngôn ngữ chính
- BitBake
- Star
- 334
- Fork
- 42
- Merge trung bình
- 57 phút
- Pull request đã merge (30 ngày)
- 2
Hướng dẫn đóng góp
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Issue khác của audeering/opensmile-python
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 72/100
audeering/opensmile-python#133 ·
-
Độ khó 1/5 Dưới một giờ Mức phù hợp với người mới 45/100
audeering/opensmile-python#131 ·
-
Độ khó 4/5 3-5 ngày Mức phù hợp với người mới 25/100
audeering/opensmile-python#123 ·
-
Độ khó 3/5 1-2 ngày Mức phù hợp với người mới 35/100
audeering/opensmile-python#122 ·
-
formant bandwidths seem too high Đang mở
Độ khó 4/5 3-5 ngày Mức phù hợp với người mới 25/100
audeering/opensmile-python#110 ·
Tất cả issue của audeering/opensmile-python
Issue tương tự
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 75/100
flutter-webrtc/flutter-webrtc#2206 ·
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 70/100
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 75/100
Borewit/music-metadata#2755 ·
-
task
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 70/100
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 65/100
flutter-webrtc/dart-sip-ua#592 ·