anhttran / 3dmm_cnn

Regressing Robust and Discriminative 3D Morphable Models with a very Deep Neural Network
Other
857 stars 254 forks source link

The input of multi images for one face model #22

Closed ChenFengYe closed 6 years ago

ChenFengYe commented 6 years ago

I am looking a method to generate one face model by feeding multi-images of one person. does your code support that? Hope for your replying. PS: I see that you use multi-images of one man to train the network, so I wonder the similar input to get one model.

anhttran commented 6 years ago

You can run the network on each input image, then combine the estimated 3D models together. This method was described in the part of "Multi image 3DMM fitting" in section 3.1.

A network that takes multiple images of the same subject as input is not in the scope of our paper. However, it can be an interesting research topic.

Best, Anh