You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

648 B

2D Face Landmark Detection

2D face landmark detection (also referred to as face alignment) is defined as the task of detecting the face keypoints from an input image.

Normally, the input images are cropped face images, where the face locates at the center; or the rough location (or the bounding box) of the hand is provided.

Data preparation

Please follow DATA Preparation to prepare data.

Demo

Please follow Demo to run demos.