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

Failed to run the first OpenDBM program #52

Open
WenwuC opened this issue Nov 24, 2022 · 1 comment
Open

Failed to run the first OpenDBM program #52

WenwuC opened this issue Nov 24, 2022 · 1 comment

Comments

@WenwuC
Copy link

WenwuC commented Nov 24, 2022

Hi!I'm a beginner.I am learning this project through GitHub.I want to ask if I can use the code without installing openface.
I just successfully installed open_ dbm on my Windows. But I haven't finished installing openface. Then I ran the code and an error occurred.Here is the error message.
subprocess.CalledProcessError: Command '['wsl', 'docker', 'image', 'ls']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
OSError: Make sure to set the Docker to be active

Finally, can I run this project locally without using Docker?
Thanks!

@ADParedes
Copy link
Contributor

ADParedes commented Jan 12, 2023

Hi! Thank you raising an issue.

  • Yes you can use the code without using the docker image with openface, but you won't be able to extract facial expressivity or head movement. We released a separate way to use the functionality via beta version of the opendbm PyPI library, which you can install and use now OpenDBM PyPI Library install
  • Yes your error seems to be related to not having the docker app running, which is a requirement if you're trying to run the opendbm image in the docker container. Alternatively, try the PyPI library.
  • With the PyPI library, you don't need docker to extract speech or verbal acoustic digital measures. But you must have docker running (with the respective image) when using the PyPI library if you want to import and use the facial expressivity or head movement models to extract those measures.

Happy to share a test script if you go down that path. Feel free to follow up if you keep running into issues!

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