View on GitHub

Low Resources TSM Face Detection System (Basic C)

The implementation of a TSM Face Detection System in basic 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 basic C (for embedded systems) 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 basic C. The default version is the 3.2 one. All the versions described in the master thesis documentation are available below.

There is also an object oriented version of the TSM system implemented in C++ that can be found here.