flame-fitting

<aside> ❗ FLAME fitting을 통해 실제로 해볼 수 있는 것들 정리

</aside>

GitHub - Rubikplayer/flame-fitting: Example code for the FLAME 3D head model. The code demonstrates how to sample 3D heads from the model, fit the model to 3D keypoints and 3D scans.

https://github.com/soubhiksanyal/FLAME_PyTorch

FLAME.py

class FLAME

Instructions

1. Anaconda


wget <https://repo.anaconda.com/archive/Anaconda3-2019.10-Linux-x86_64.sh>
bash Anaconda3-2019.10-Linux-x86_64.sh

sudo ln -s <root to conda>/etc/profile.d/conda.sh

2. create

conda create -n flame python=3.8