lzx1413 / pytorch_face_landmark

A pytorch version of face landmark framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A pytorch version of face landmark framework


Languages

Language:Python 100.0%