opensmile icon indicating copy to clipboard operation
opensmile copied to clipboard

How to only calculate subset of features?

Open oscars47 opened this issue 1 year ago • 2 comments

Hello,

My problem is I want to start with, say, the ComParE-2016 features, but instead of actually computing all 6373 of them at once, pass in a list of strings custom_feature_ls which are a subset of the full feature list, and only actually perform the computation of these specific features. I haven't seen any direct support for this in the source code, nor can I quite figure out how to specify a config file to do this. Thanks!

oscars47 avatar Jun 28 '24 19:06 oscars47

Same question

jhkonan avatar Dec 01 '24 03:12 jhkonan

Hi, this is a bit tricky as there are some dependancies between the low-level-descriptors and the functionals computed on them. As it is relatively fast to compute, it is easier to compute them all and filter them once computed.

fabienringeval avatar Jan 08 '25 13:01 fabienringeval