yfeng95 / face3d

Python tools for 3D face: 3DMM, Mesh processing(transform, camera, light, render), 3D face representations.
2.64k stars 609 forks source link

Environmental preparation (provide reference) #96

Open Luh1124 opened 1 year ago

Luh1124 commented 1 year ago

I encountered some problems in the process of environment configuration. The solutions are as follows:

1. BFM

cd examples/Data/BFM and View "readme.md", download files and create the corresponding folder. You can also follow #95 , according to examples/data/generate.m put the file in the corresponding folder.

2. Cython

pip install cython cd ./engineer/render/face3d/mesh/cython python3 setup.py build_ext --inplace python3 setup.py install