All Projects → lzx1413 → pytorch_face_landmark

lzx1413 / pytorch_face_landmark

Licence: other
A pytorch version of face landmark framework

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to pytorch face landmark

LUVLi
[CVPR 2020] Re-hosting of the LUVLi Face Alignment codebase. Please download the codebase from the original MERL website by agreeing to all terms and conditions. By using this code, you agree to MERL's research-only licensing terms.
Stars: ✭ 24 (-20%)
Mutual labels:  face-landmarks
Face Api.js
JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js
Stars: ✭ 13,258 (+44093.33%)
Mutual labels:  face-landmarks
Tenginekit
TengineKit - Free, Fast, Easy, Real-Time Face Detection & Face Landmarks & Face Attributes & Hand Detection & Hand Landmarks & Body Detection & Body Landmarks & Iris Landmarks & Yolov5 SDK On Mobile.
Stars: ✭ 2,103 (+6910%)
Mutual labels:  face-landmarks
gaze-estimation-with-laser-sparking
Deep learning based gaze estimation demo with a fun feature :-)
Stars: ✭ 32 (+6.67%)
Mutual labels:  face-landmarks
HoloLensWithDlibFaceLandmarkDetectorExample
HoloLens With DlibFaceLandmarkDetector Example
Stars: ✭ 19 (-36.67%)
Mutual labels:  face-landmarks

Pytorch Face Landmark

This project is based on the pytorch-classification.

requirement

  1. pytorch

how to use

  1. prepare dataset and generate gt cvs file and the format is like follows:
path_to_image,pt1_x,pt1_y......
....
  1. define the model just like in models/basetnet
  2. set the hyper params in train.py
  3. take a cup of coffee
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].