nianticlabs / ace

[CVPR 2023 - Highlight] Accelerated Coordinate Encoding (ACE): Learning to Relocalize in Minutes using RGB and Poses
https://nianticlabs.github.io/ace
Other
360 stars 34 forks source link

AceZero Adaptation Issues with Ace #37

Closed GottenZZP closed 1 month ago

GottenZZP commented 1 month ago

Hello, I tried visualizing the training of the Ace method by adding the "--render_visualization" parameter, but found that using the pose parameters obtained from the 3D reconstruction in Colmap did not effectively model the point cloud in Ace (or did not model it at all). I am wondering if the large amount of reflection in my dataset environment is causing this issue (as my scene is an indoor environment with highly reflective materials on the floor and floor-to-ceiling windows). I noticed that your team seems to have released a new paper this year called AceZero, which appears to focus on SfM modeling and scene coordinate reconstruction. Could you please confirm if the poses_final.txt file produced after training with the new AceZero method can be well adapted to the current Ace method? Looking forward to your response.

ebrach commented 1 month ago

Answered here: https://github.com/nianticlabs/acezero/issues/25

Feel free to re-open if questions remain.

Best, Eric