TimoBolkart / BFM_to_FLAME

Convert from Basel Face Model (BFM) to the FLAME head model
http://flame.is.tue.mpg.de
406 stars 50 forks source link

How to calculate the BFM_to_FLAME_corr.npz #3

Open PeterZhangJIe opened 3 years ago

PeterZhangJIe commented 3 years ago

Thanks for your great work. The author provides the the BFM_to_FLAME_corr.npy for us. But how is this BFM_to_FLAME_corr.npzcalculated?

TimoBolkart commented 3 years ago

The cache_data() in col_to_tex.py was used to create the BFM_to_FLAME_corr.npz data. However this requires tightly aligned meshes in different topology in order to compute that.

Dian-Yi commented 3 years ago
  1. The cache_data() creates file 'cached_data.npy'. I find it is different from file 'BFM_to_FLAME_corr.npz'. So, How to calculate the BFM_to_FLAME_corr.npz? Thanks for your answer.
  2. I have a obj model, how can i convert BFM model to my private model?