Awesome
Deep3DFaceReconstruction-pytorch
Pytorch version of the repo Deep3DFaceReconstruction.
==The pytorch net model build script and the net model are also provided.==
Most of the numpy codes are also convert to pytorch codes.
Support:
- Batch run
- GPU
How to use it
- See the text files in
BFM
andnetwork
, and get the necessary model files. It's better to run Deep3DFaceReconstruction first. - Get the examples from Deep3DFaceReconstruction and create directories
input
andoutput
. - Run
0.handle.py
to create my models in BFM. - Run
1.th_demo
, the results will be inoutput
.
You'd better see the scripts before running to avoid some trivial mistakes.
Please star it if it really helps you.