yfeng95 / face3d

Python tools for 3D face: 3DMM, Mesh processing(transform, camera, light, render), 3D face representations.
2.68k stars 614 forks source link

How to remove ears? #65

Open dearkafka opened 4 years ago

dearkafka commented 4 years ago

Maybe that's not quite to you, but I am quite interesting in a question, how to edit 3D face mask in a way to remove ears? As a result, to have same 3D face mask, but without ears. I was thinking about using key points information, but struggle with manipulating meshes, vertices, etc. Have you ever seen methods/interface for such manipulation?