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

Head reconstruction #33

Open
Zvyozdo4ka opened this issue Sep 26, 2023 · 3 comments
Open

Head reconstruction #33

Zvyozdo4ka opened this issue Sep 26, 2023 · 3 comments

Comments

@Zvyozdo4ka
Copy link

Do you know which tool they employed to get head without background?

Is it necessary to preprocess images and get rid of background?

What is resolution requirement to images?

It is possible to process head with hair and opened eye?

Why do we need imgs_train and imgs_test?

Do you have sample data which you used for processing this model?
image

@xuduo18311199384
Copy link

First, remove background is not necessary.
Second, if you want to remove background, can use rembg.
Third, any image resolution can be used. Of course, the higher the better.
Fourth, it can process full head.
Final, author already offered custom dataset which is include a full head.

@Zvyozdo4ka
Copy link
Author

I appreciate your explanation. Rembg worked well for me.

I ran full head, but could not extract mesh. How did you do this?

@RaduAlexandru
Copy link
Owner

Hi @Zvyozdo4ka,

You can extract meshes from either sdf model and density models using the functions from this file:

Concretely the function extract_mesh_from_sdf_model can be used on a checkpointed model to extract a mesh from an sdf.

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

3 participants