mirror of
https://github.com/deepinsight/insightface.git
synced 2026-05-16 05:27:56 +00:00
Introduction
Here we provide some landmark prediction models with fast coordinate regression comparing with heatmap based methods. The input of these models is usually loose cropped face image, and the output is the direct landmark coordinates.
Pretrained Models
-
Model 2d106det
Given face detection bounding box, predict landmarks. Mainly used for static image inference. Please check
image_infer.pyfor detail. Download link: TODO -
Model 2d106track
Given landmarks bounding box, predict landmarks. Used for video landmarks tracking. Download link: TODO
Visualization
TODO