This repository was created for peoples that want to do beginner practice with any 3D face model. The goal is decrease entry barrier to start 3D modelling with mechine learning.
-
Download BFM_model_front.mat file for Basel Face Model (BFM). You can download model from here. This file created using transferBFM09 function of Deep3DFaceReconstruction.
-
Create New Conda Environment
conda create --name env python=3.7.4 -y conda activate env
-
Run Installation Scripts 3.1 Other libraries
pip install -r requirements.txt
3.2 Pytorch 3D
python install_pytorch3d.py if you see "Installation Success !!!", Installation OK.
Now, You can do practice. :)
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch
git checkout -b feature/AmazingFeature
- Commit your Changes
git commit -m 'Add some AmazingFeature'
- Push to the Branch
git push origin feature/AmazingFeature
- Open a Pull Request