-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
How to turn off the display before building OpenFace? #1076
Comments
The mentioned sample has a GUI, using OpenCV to display images/frames.
(all from "https://github.com/TadasBaltrusaitis/OpenFace/wiki/Command-line-arguments") But I haven't tried it just now... |
thanks for you replay! The arguments like
|
Hey @ismeyueyue , I encountered the same issue when running OpenFace without a GUI. The application requires a display for its operations. One effective solution is to use X11 forwarding. This approach works well, especially in scenarios involving Docker containers that need a DISPLAY. If you're on a Mac, you can follow this guide for setting up X11 forwarding. Additionally, you might consider using Hope this helps! |
Describe the bug
I have successfully installed OpenFace on my server (Python application) which lack of GUI.
However, when run the test demo on videos, an error of
display
occurred as belowrun
get error msg:
Therefore, if there is an option to turn off the display before building OpenFace?
I just need save the landmark detection results.
Thanks.
The text was updated successfully, but these errors were encountered: