Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PeizhiYan authored Oct 30, 2024
1 parent b9070a0 commit cac4c82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ This tool converts Mediapipe's 478 face landmarks into Dlib's 68 face landmarks.

I created this tool because many projects still rely on Dlib's 68 landmarks format, while others use Mediapipe's face detector. To enable code reuse between both sides, this tool provides a practical solution.

## Works that Use This Conversion
- flame-head-tracker: https://github.com/PeizhiYan/flame-head-tracker

## Install
```
pip install .
Expand Down

0 comments on commit cac4c82

Please sign in to comment.