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

To change videos #42

Open hpxfr13 opened 8 years ago

hpxfr13 commented 8 years ago

How can I change videos in CLM-framework? I deleted videos in Videos File and I've printed files vector and I'm still taking previous videos' names. I guess their paths are written another file and I couldn't find anywhere. Maybe it is so easy issue but you will save me if you give me a feedback.

TadasBaltrusaitis commented 8 years ago

Have a look at our new project - OpenFace - https://github.com/TadasBaltrusaitis/OpenFace

It has better documentation, which you can find here - https://github.com/TadasBaltrusaitis/OpenFace/wiki

To change input files you will need to change command line arguments (either from VisualStudio) or when running the executable. For example running: SimpleCLM.exe -f "video_path/video_name.avi"

The Readme.txt file explains this in more detail.