zju3dv / NeuralRecon

Code for "NeuralRecon: Real-Time Coherent 3D Reconstruction from Monocular Video", CVPR 2021 oral
https://zju3dv.github.io/neuralrecon/
Apache License 2.0
2.07k stars 299 forks source link

colmap #60

Closed lihui1998 closed 2 years ago

lihui1998 commented 3 years ago

Thank you for your work. Why is the camera posture obtained by using colmap on the monocular video so far from the camera posture obtained by ARkit? You said that colmap cannot recover the metric scale of the camera's posture. How do we get the metric scale? How does the metric scale behave in ARkit?

JiamingSuen commented 3 years ago

You can try to use evo to recover the scale of the poses from COLMAP. Poses from ARKit are usually quite accurate and reliable.

lihui1998 commented 3 years ago

You can try to use evo to recover the scale of the poses from COLMAP. Poses from ARKit are usually quite accurate and reliable.

Thank you for your reply. After consulting evo related materials, I found that the automatic calibration scale in evo requires a standard set to be calibrated, and now I only have the camera attitude data recovered from colmap, how do I obtain this standard?

JiamingSuen commented 3 years ago

ARKit can be used to obtain poses with metric scale.