anhttran / extreme_3d_faces

Extreme 3D Face Reconstruction: Looking Past Occlusions
Other
785 stars 184 forks source link

Removing facial fine details (wrinkles, etc) #18

Closed tsly123 closed 5 years ago

tsly123 commented 5 years ago

Hi, Thank you for sharing your work. Is there any way to remove the facial fine details like wrinkles from 3D reconstructed face, and keep the facial expression in the same time? By the way, I've read the paper. Although it's seem to me that fine details and expression don't related much to each other, just want to make sure.

Thank you, tlsy

anhttran commented 5 years ago

Sorry for my late response. You can output the foundation 3D model (shape + expression) by changing this config: https://github.com/anhttran/extreme_3d_faces/blob/master/main.cpp#L139

tsly123 commented 5 years ago

Thank you for your answer.

Although I havent tried to produce the foundation shape yet, but your original code worked incredibly. I also have 2 more questions, hope you could help me with it.

  1. I tried your original code, and it works. In the process, it displays the "cuda opengl windows". Do you know how to disable that display windows? I want to implement the code in the server which cant display anything.
  2. I have also read the ExpNet paper which mentioned in your paper. I would like to know how to combine your code to ExpNet code. If you cant give me full answer, some hints would be much appreciated.

Thank you. tsly

anhttran commented 5 years ago

Sorry for my late response.

To run my code on server, you need offscreen rendering with OSMesa. I will provide Docker file to build my code w/ OSMesa in few days. Hope it help.

anhttran commented 5 years ago

I updated my code with Dockerfile. Hope it help.

best, Anh

lhyfst commented 2 years ago

Dear author, for unknown reasons, my 3d reconstructed faces don't have fine details. Could you please kindly tell me how to add the fine details to the 3d reconstructed faces? @anhttran

lhyfst commented 2 years ago

I opened a new issue for this problem. https://github.com/anhttran/extreme_3d_faces/issues/51