mirror of
https://github.com/deepinsight/insightface.git
synced 2025-12-30 08:02:27 +00:00
1.5 KiB
1.5 KiB
Introduction
Here we provide some lightweight facial landmark models with fast coordinate regression. The input of these models is loose cropped face image while the output is the direct landmark coordinates.
Pretrained Models
-
Model
2d106detGiven face detection bounding box, predict 2d-106 landmarks. Mainly used for static image inference. Please check
image_infer.pyfor detail.Backbone: MobileNet-0.5, size 5MB.
Input: size 192x192, loose cropped detection bounding-box.
Download link:
baidu cloud (code:
lqvv) -
Model
2d106trackGiven landmarks bounding box, predict 2d-106 landmarks. Used for video landmarks tracking.
Download link: coming soon
Visualization
Points mark-up(ordered by point names):
Image result:
Video result:


