openxrlab / xrsfm

OpenXRLab Structure-from-Motion Toolbox and Benchmark
Apache License 2.0
185 stars 22 forks source link

how to visualize the results? #10

Closed KnightOfTheMoonlight closed 7 months ago

KnightOfTheMoonlight commented 1 year ago

Hi, I have run the auto_reconstruction.py file successfully. And I think the outputs are generated correctly. However, I don't know how to visualize the ".bin" file. Did I miss something in the tutorial regarding visualization? For example, points3D.bin.

oneLOH commented 1 year ago

At present, the visualization part of the code has not been completed. The output format of XRSfM is the same as COLMAP, so a simple solution is to use the colmap gui to view the reconstruction results.

KnightOfTheMoonlight commented 1 year ago

Thanks for your reply. Do you mean this colmap package?

oneLOH commented 1 year ago

Yes, the steps are [colmap gui]->[File]->[Import model].