View on GitHub

Low Resources TSM Face Detection System (C++)

The implementation of a TSM Face Detection System in C++

Download this project as a .zip file Download this project as a tar.gz file

Abstract

This page is referred to the custom implementation in C++ of a Tree Structure Model (TSM) face detection, pose estimation and landmark localization system based on the “Face Detection, Pose Estimation, and Landmark Localization in the Wild” system by Xiangxin Zhu and Deva Ramanan. This implementation was developed by Panos Kalodimas as its master thesis for the Technical University of Crete, Chania, Greece. More details about the master thesis can be found in the master thesis web page.

Documentation

As this implementation is a part of a master thesis, the full documentation can be found in the master thesis main page. The TSM system user manual can be found in the documentation folder.

Implementation

This implementation of the TSM face detection system is implemented in C++. The default version used is the version 3.2.2 as described in the master thesis documentation. The version 2.2.2 is also available by changing the settings file as is described in the TSM system user manual. All the other versions described in the master thesis documentation are implemented in basic C and can be found in the basic C implementation page.