LizhenWangT / FaceVerse

FaceVerse: a Fine-grained and Detail-controllable 3D Face Morphable Model from a Hybrid Dataset (CVPR2022)
BSD 2-Clause "Simplified" License
460 stars 57 forks source link

Some questions about this project #18

Open positive666 opened 2 years ago

positive666 commented 2 years ago

nice job!I have a few questions, hope to get your reply q1.Will the training part and the CUDA accelerated rendering version be announced soon? q2.For example, how to calculate 52blendshapes for your V2 version of the design process? q3.Do you have an idea for an end-to-end training and inference solution? Can you provide a case or open source project to learn from?

LizhenWangT commented 2 years ago

Thank you!

  1. Sorry, we do not have plan to release the CUDA code recently.
  2. Maybe you can refer to this issue.
  3. A new ECCV 2022 paper done by Microsoft provides a quite stable result using a dense landmark prediction network. We'd like to follow their work recently.
positive666 commented 1 year ago

Thanks for your answer, here is an engineering question to ask you: is the output blendshape communicating to UE or using arkit, and if it is Arkit, how does this connect?