patrikhuber/superviseddescent
A C++11 library implementing supervised descent optimization with a focus on facial landmark detection.

Velocity · 7d
+0.1
★ / day
Trend
→steady
star history
This library provides a generic implementation of the supervised descent method, a machine learning optimization technique that can work with non-differentiable functions. It features a pre-trained facial landmark detection model based on Robust Cascaded Regression. The implementation uses Eigen for efficient matrix operations and is delivered as a header-only library for easy integration.