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

Surface area / Volume calculation of the 3D object #3

Open
keerthan2 opened this issue Oct 7, 2021 · 1 comment
Open

Surface area / Volume calculation of the 3D object #3

keerthan2 opened this issue Oct 7, 2021 · 1 comment

Comments

@keerthan2
Copy link

Hi,

Thanks for the implementations. I'm currently interested in virtually measuring volume / surface area of the 3D reconstructed object. I also want to train these models on my own set of 2D images. Can you give me some guidance regarding this ?.

Thanks.

@joeylitalien
Copy link

AFAIK there is no way of directly computing the volume or surface area of a neural implicit surface. Your best bet is probably to run Marching Cubes with fine resolution on the SDF MLP and compute these quantities on the resulting mesh.

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