NVlabs / neuralangelo

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

How to use Agisoft Metashape result instead colmap result? #128

Open xuduo18311199384 opened 9 months ago

xuduo18311199384 commented 9 months ago

Thanks for your work! I want to use Agisoft to reconstuct object instead colmap. I follow https://github.com/EnricoAhlers/agi2nerf to get 'transforms.json', but in the transforms.json, there is no way to compute 'aabb_range' ,'sphere_center' and 'sphere_radius', can you tell me how to deal with it? ![Uploading 2023-09-26 11-38-15 的屏幕截图.png…]()

xuduo18311199384 commented 9 months ago

2023-09-26 11-39-53 的屏幕截图

mli0603 commented 9 months ago

Hi @xuduo18311199384

You can see the functions here of how to obtain the above values!