NVlabs / neuralangelo

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

tnt datasets church demo result is bad. #107

Open qq297110281 opened 11 months ago

qq297110281 commented 11 months ago

any one try the tnt datasets's church demo? the result (50k iters) is not good. snapshot-church-100 snapshot-church-201 snapshot-church-302

here is my train paramters:

Training with 1 GPUs. Using random seed 0 Make folder logs/church

mli0603 commented 11 months ago

Hi @qq297110281

The Church scene does not come with the poses due to data corruption from TnT. Therefore, we did not report Church scene results for reproducibility. Nonetheless, I also experimented with the Church scene and I have found that COLMAP simply cannot recover the correct trajectory due to similarities/ambiguities of the chairs. Many poses end up opposite of where cameras are looking at. I would inspect your colmap results before running the Church scene.

Let us know if you have made progress!

hlpan commented 11 months ago

model: appear_embed: dim: 8 enabled: False

maybe you should enable the appearence embeding by setting:

model: appear_embed: dim: 32 enabled: True