GitHub - lzx1413/pytorch_face_landmark: A pytorch version of face landmark framework (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

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