Demo-Maker / modules / rtmpose / configs / face_2d_keypoint /
@mikado-4410 mikado-4410 authored on 11 Oct 2024
..
rtmpose [update]RTMposeを用いた検出機能の実装 1 year ago
topdown_heatmap [update]RTMposeを用いた検出機能の実装 1 year ago
topdown_regression [update]RTMposeを用いた検出機能の実装 1 year ago
README.md [update]RTMposeを用いた検出機能の実装 1 year ago
README.md

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.