HavenFeng / photometric_optimization

Photometric optimization code for creating the FLAME texture space and other applications
MIT License
534 stars 97 forks source link

Basel Face Model (BFM) to FLAME #8

Closed saikiran321 closed 3 years ago

saikiran321 commented 4 years ago

How did you fit BFM model to FLAME? I have tried fitting a Flame mean shape to BFM mean shape, but couldn't find good shape parameters for FLAME model.

If you can give me some info on this it would be helpful.

HavenFeng commented 3 years ago

It requires a coupled registration process, it also may depend on your optimizer choice, we use L-BFGS-B for our fitting process.

HavenFeng commented 3 years ago

you can also check this repo: https://github.com/TimoBolkart/BFM_to_FLAME

saikiran321 commented 3 years ago

Thanks, this helps very much