Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3DMM model #38

Open
pepeballesterostel opened this issue Nov 6, 2024 · 1 comment
Open

3DMM model #38

pepeballesterostel opened this issue Nov 6, 2024 · 1 comment

Comments

@pepeballesterostel
Copy link

Hi all,

My question is really simple, hopefully I can get some help.

I am trying to remove the areas of the nose, mouth, eyes and eyebros from the 3DMM. However, the segmentation file provided by the Basel Face Model contains 53490 3d vertices, while the output 3DMM by SynergyNet has 53215 vertices.

I need to know the indices of the vertices that were discarded from the Basel Face Model in order to perform the segmentation correctly. Somehow I cannot find this in the code. The provided files u_exp and u_shp from where the base model is constructed have already the shape of the output, hence I cannot know what vertices were discarded.

Many thanks for the help,
Pepe

@choyingw
Copy link
Owner

We use the same 3d face model as 3ddfa https://github.com/cleardusk/3DDFA

The face model is already processed to retain 53125 vertices. The difference I remember are discarding inner areas of nose or mouth. You can check the difference by visualizing using meshlab.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants