Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 431 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 431 Bytes

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