This is an advanced facial filter to let you become Iron Man which implemented 3D reconstruction and rendering to handle large-pose cases.
- Clone this repo to your local machine
- Install required packages
pip install tqdm numpy trimesh pyrender
- Run this project
python3 i_am_iron_man.py
- If any required retrained model is missing, use the following command to sepicify its location
python3 i_am_iron_man.py -e lib/models/Mark42.obj -m lib/models/mobilenet.model -d lib/models/68_face_landmarks.dat
- Charles Young: Qizy's Sites
- Zhenbang You
- Zhiyi Cheng
This project is licensed under the MIT License.