princeton-vl / DROID-SLAM

BSD 3-Clause "New" or "Revised" License
1.66k stars 273 forks source link

Unable to get final point cloud in high resolution #67

Open pranav-asthana opened 1 year ago

pranav-asthana commented 1 year ago

Hi,

I am trying to use RGBD video to get poses and point cloud. The visualization tool here uses downsampled images and so produces a low-density point cloud. Once the terminate operation is performed, we get poses for each frame but I am trying to understand how to get the final high density point cloud after the terminate operation (involving dense BA).

The eval script only evaluates poses and does not show how to output a point cloud. Please let me know how I can do this.

Thanks!