autonomousvision / monosdf

[NeurIPS'22] MonoSDF: Exploring Monocular Geometric Cues for Neural Implicit Surface Reconstruction
MIT License
572 stars 53 forks source link

some problem with the evaluation #78

Open bxcharlie opened 1 year ago

bxcharlie commented 1 year ago

Hi, thank you so much for your great work! But I have some problem with the evaluation. When I use your evaluation code to evaluate the mesh from MonoSDF, it works. But when I evaluate the mesh from Neus, it doesn't work. The terminal prompts me the MemoryError,but my GPU is 4090 and memory is 24G. image This confuses me a lot and has bothered me for a long time. Do you know the reason?

niujinshuchong commented 1 year ago

Hi, if your mesh is very large then sampling mesh from the mesh will take very long time. Did you check the size of your mesh?