dcharatan / flowmap

[3DV 2025] Code for "FlowMap: High-Quality Camera Poses, Intrinsics, and Depth via Gradient Descent" by Cameron Smith*, David Charatan*, Ayush Tewari, and Vincent Sitzmann
https://cameronosmith.github.io/flowmap/
MIT License
893 stars 87 forks source link

How to import point3D.bin #49

Closed jianghr-shanghaitech closed 2 months ago

jianghr-shanghaitech commented 2 months ago

I try to convert point3D.ply to point3D.bin, but my colmap can not open such large .bin file

dcharatan commented 2 months ago

I would recommend filtering the points (e.g., only including every 20th point) or visualizing a smaller scene with fewer frames.