TadasBaltrusaitis / CLM-framework

CLM-framework (a.k.a Cambridge Face Tracker) is a framework for various Constrained Local Model based face tracking and landmark detection algorithms and their extensions/applications. Includes CLM-Z and CLNF.
Other
471 stars 246 forks source link

Usage with no GUI #24

Closed khazidhea closed 8 years ago

khazidhea commented 8 years ago

Hello,

Is it possible to generate face features data by CLM without the GUI?

On Windows when I run SimpleCLMImg.exe it opens up this little window with the images being processed. I successfully compiled CLM on my remote Linux box, but when I try to run it I get:

(colour:12341): Gtk-WARNING **: cannot open display

I guess that's because I don't have any GUI on my Linux box. Is that fixable?

TadasBaltrusaitis commented 8 years ago

Hi,

It is indeed possible to extract features without any vizualisation, you should use -q command line argument to suppress the display.

-Tadas