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

Normal map error #91

Closed zhoupeizhu closed 1 year ago

zhoupeizhu commented 1 year ago

Great work! One problem in Normal map. Could anyone give me some advices?

error

mli0603 commented 1 year ago

Hi @ZPzhu

Based on the normal and opacity map, the bounding regions are likely wrong.

zhoupeizhu commented 1 year ago

Hi @ZPzhu

Based on the normal and opacity map, the bounding regions are likely wrong.

  • We have updated the pre-processing scripts, especially the bounding region estimation. Can you try the latest code on the main branch?
  • You can also inspect and modify the bounding regions following the instructions here

The problem has been solved.Thanks!!!