Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extrcting features with opencv #39

Open
nidhijoshi123 opened this issue Dec 16, 2021 · 2 comments
Open

Extrcting features with opencv #39

nidhijoshi123 opened this issue Dec 16, 2021 · 2 comments

Comments

@nidhijoshi123
Copy link

Thanks for the software!

I am getting the following error when I provide the audio visual input:

(ERR) [0] commandlineParser: parse: unknown option '-P' on commandline!
(ERR) [1] cComponentManager: cannot add component (instname='openCVSource' type='cOpenCVSource'): unknown component type!!
(ERR) [1] cComponentManager: error during addComponent (returnVal=-1)!

Can you please help ? Do I need to externally download some models ?

@chausner-audeering
Copy link
Contributor

(ERR) [1] cComponentManager: cannot add component (instname='openCVSource' type='cOpenCVSource'): unknown component type!!

This indicates that openSMILE was not built with OpenCV. The pre-built binaries made available via GitHub do not include OpenCV, you will have to build it yourself. See https://audeering.github.io/opensmile/get-started.html#compiling-on-linux-mac-with-portaudio-and-opencv-support and https://audeering.github.io/opensmile/get-started.html#compiling-on-windows-with-portaudio-and-opencv-support in the documentation.

@chausner-audeering
Copy link
Contributor

Do I need to externally download some models ?

openSMILE does not come with any models for audio-visual analysis and it is also not possible to run models as part of openSMILE. You can only use openSMILE to extract features. Note that visual feature extraction in openSMILE is extremely limited, as the focus for openSMILE has always been on audio feature extraction.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants