Hacktoberfest 2026: những issue maintainer đã đánh dấu cho tháng Mười, đang mở và phù hợp người mới. Xem issue Hacktoberfest

Change framesize and framestep in ComParE_2016 config file

Đang mở
#76 3 bình luận 0 reaction 0 người được giao Xem trên GitHub

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:

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

Mở hướng dẫn đóng góp

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. 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.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của audeering/opensmile-python

Tất cả issue của audeering/opensmile-python

Issue tương tự

Thêm issue về Audio/Video & RTC

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.