neurecon icon indicating copy to clipboard operation
neurecon copied to clipboard

Surface area / Volume calculation of the 3D object

Open keerthan2 opened this issue 2 years ago • 1 comments

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.

keerthan2 avatar Oct 07 '21 18:10 keerthan2

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.

joeylitalien avatar Oct 12 '21 15:10 joeylitalien