Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.05 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.05 KB

Simple implementation of PRNet (torch version)

  • Notice: This project is based on PyTorch. And tensorflow version is here.

1. Environment required
  • torch == 1.3.1 (other versions would be Okay)
  • numpy
  • matplotlib
  • opencv-python
  • scipy
2. Introductions of some files
  • trainNet1.py is the implementations of training PRNet model, and model will be saved in model/.
  • landmarks detector tool should be downloaded and put into Data/face_detector/.
  • Generate training data:

NOTICE: Be careful of all the PATHS used in these files, you MUST modify them by yourself.


Thanks for these contributers and their excellent works: