NVlabs / neuralangelo

Official implementation of "Neuralangelo: High-Fidelity Neural Surface Reconstruction" (CVPR 2023)
https://research.nvidia.com/labs/dir/neuralangelo/
Other
4.33k stars 387 forks source link

Result mesh is very poor for indoor scenes #78

Closed smandava98 closed 1 year ago

smandava98 commented 1 year ago

Hello, I took a video of an indoor scene but only from a frontal view (so I did not have the camera move around the whole room but just a part of it) and I initially expected myself to get color results of that portion where I can move in and out to view objects but the resulting mesh is this colorless blob looking object. I ran the full training loop (500k iterations with no changes in hyperparameters). How were you able to get such good looking meshes from your dataset? Does the data need additional requirements?

When I look at the wandb validation images they look great. It seems to be capturing all details well. Its just the mesh part that looks very off..I just want to somehow get a 3D scene of those wandb images.

Followup: Also why doesn't the mesh come with colors?

Screen Shot 2023-08-25 at 6 53 20 PM
chenhsuanlin commented 1 year ago

Hi @smandava98, regarding your questions:

mli0603 commented 1 year ago

Hi @smandava98

Sorry for the late reply.

I hope these help!

mli0603 commented 1 year ago

We have pushed a commit that potentially fixes the issue of mesh extraction (https://github.com/NVlabs/neuralangelo/commit/c91af8d5098c858df8e8dfa35fba8666d314782b). Please let us know if you still run into the same problem.

smandava98 commented 1 year ago

Thanks both! I will try it out with that and experiment further with better ways to visualize it. Feel free to close the issue and I can re-open it if further need is there. Thanks again for the help.