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

naive questions about initial rough shape #7

Open
ChauChorHim opened this issue Nov 22, 2021 · 2 comments
Open

naive questions about initial rough shape #7

ChauChorHim opened this issue Nov 22, 2021 · 2 comments

Comments

@ChauChorHim
Copy link

Hi Jiahui,

Sorry I am just a beginner in the field of computer graphics and lacking relevant background knowledge.

In the paper, you mention that you use method from Kutulakos and Seitz (2020) to reconstruct the initial rough shape. I don't read this paper thoroughly but it seems their method produces a voxel-based model? How this result could be used in your mesh-based method?
Also, it would be nice if you could offer relevant codes about reconstructing the shape using silhouette images.

Thank you!

@lvjiahui
Copy link
Owner

Hi ChauChorHim,

You can extract the 2D surface mesh from 3D volume by the famous marching cube method. See an example here .

Personally, I implement the Space Carving by modifying a TSDF code. It is a very good reference. The only difference is that I use silhouette images instead of depth images.

If you still have questions after figuring out the TSDF code, welcome to contact me!

@QiNing-07
Copy link

Hi jiahui,

You use the silhouette images instead of depth images, and what do you use instead of RGB images? are they images with Gray-coded background as shown in the following figure?
image

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