MCPcopy Create free account
hub / github.com/TadasBaltrusaitis/CLM-framework

github.com/TadasBaltrusaitis/CLM-framework @Cambridge_Face_Tracker_1.4.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release Cambridge_Face_Tracker_1.4.0 ↗ · + Follow
32,360 symbols 57,782 edges 3,641 files 1,602 documented · 5% updated 9y ago★ 47524 open issues

Browse by type

Functions 14,599 Types & classes 17,761
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Cambridge face tracker (CLM-framework)

Framework for various Constrained Local Model based face tracking and landmark detection algorithms and their extensions/applications. Includes CLM, CLM-Z and CLNF algorithms. More details can be found in Readme.txt.

The framework also includes a brand new Facial Action Unit detection in videos system (see Readme_action_units.txt).

The framework also includes a brand new gaze estimation system as well (see Readme_gaze.txt).

The code was written mainly by Tadas Baltrusaitis during his time at the Language Technologies Institute at the Carnegie Mellon University; Computer Laboratory, University of Cambridge; and Institute for Creative Technologies, University of Southern California.

Special thanks goes to Louis-Philippe Morency and his MultiComp Lab at Institute for Creative Technologies for help in writing and testing the code, and Erroll Wood for the gaze estimation work.

The stable versions of the framework have been tagged, the latest version of Cambridge Face Tracker is is 1.3.6 and I recommend you download it.

Some examples of the system in action: http://youtu.be/V7rV0uy7heQ http://youtu.be/vYOa8Pif5lY http://youtu.be/LDBu0BLKVDw

Instalation

For Windows systems open and compile CLM_framework_vs2013.sln (requires VisualStudio 2012) or CLM_framework_vs2013.sln (requires VisualStudio 2013). All the required libraries are included with the code.

For Unix based systems follow readme-ubuntu.txt

Binaries

For Windows systems you can find the compiled binaries here: http://www.cl.cam.ac.uk/~tb346/software/Cambridge_Face_Tracker_1.3.6.zip

Core symbols most depended-on inside this repo

Shape

Class 17,538
Method 10,704
Function 3,895
Enum 223

Languages

C++100%
C1%

Modules by API surface

lib/3rdParty/dlib/include/dlib/matrix/matrix_utilities.h401 symbols
lib/3rdParty/tbb/include/tbb/flow_graph.h353 symbols
lib/3rdParty/boost/boost/mpl/vector/aux_/preprocessed/no_ctps/vector10.hpp249 symbols
lib/3rdParty/boost/boost/mpl/vector/aux_/preprocessed/no_ctps/vector50.hpp240 symbols
lib/3rdParty/boost/boost/mpl/vector/aux_/preprocessed/no_ctps/vector40.hpp240 symbols
lib/3rdParty/boost/boost/mpl/vector/aux_/preprocessed/no_ctps/vector30.hpp240 symbols
lib/3rdParty/boost/boost/mpl/vector/aux_/preprocessed/no_ctps/vector20.hpp240 symbols
lib/3rdParty/boost/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp218 symbols
lib/3rdParty/tbb/include/tbb/internal/_flow_graph_join_impl.h174 symbols
lib/3rdParty/OpenCV3.0/include/opencv2/core/cuda/detail/color_detail.hpp172 symbols
lib/3rdParty/dlib/include/dlib/gui_widgets/widgets.cpp164 symbols
lib/3rdParty/OpenCV3.0/include/opencv2/core/cuda/functional.hpp159 symbols

For agents

$ claude mcp add CLM-framework \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page