hugoycj/Instant-angelo

Not good performance in an open source dataset

city19992 opened this issue · 5 comments

Nice job. I tested your code on an open source which could be download from https://doc.arcgis.com/en/drone2map/latest/help/sample-data.htm.

But the reconstructed geometry is not so reasonable. Is there any possible reason?

it50000-1
it50000-3

The first one was trained based on neuralangelo-colmap_sparse-50k.yaml. In the second experiment, I centered and scaled the 3D point cloud into NDC space and set the sampling range of ray marching to the outer bounding box of the point cloud. Other settings are the same. But both of the results are not so good.

Thank you for the results! I will review the data in more detail

Sorry to bother you, I fail to reproduce the issues. The results seem OK on my side.

2
1

We have built a docker for this repo, maybe you could run the latest with this environment to see whether it could fix

docker pull hugoycj/instant-angelo
docker run -it hugoycj/instant-angelo

Thank you so much for the reply. I will try it later.

By the way, the current results are generated using the neuralangelo-colmap_sparse.yaml configuration. We have temporarily discarded the neuralangelo-colmap_sparse-50k.yaml since we found limited quality improvement and it is less robust than the neuralangelo-colmap_sparse.yaml. For detailed reconstruction, we sincerely recommend the neuralangelo-colmap_dense.yaml which utilizes the dense point cloud from MVSNet or even from other MVS tools like drone2map as a prior.