flowmap
flowmap copied to clipboard
[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
Hi, thank for your share. I meet the bug when I run the code: "python3 -m flowmap.overfit dataset=images dataset.images.root="/xxx/flowmap/mipnerf360_garden"" Do you have any method to solve it?  
My application scenario involves using a standard `PINHOLE` camera cropped from a fisheye camera. Can `flowmap` fix the intrinsic parameters without optimization, solely used for estimating depth and pose information?...
Could your code generate a transform matrix that can be used in other Nerf frameworks or methods, such as Nerfstudio or Neuralangelo? These methods require a transform matrix in JSON...
fix torch.hub download HTTP Error 403
Peform -> Perform
Does this code support images from anamorphic lenses? Would the intrinsic data be calculated correctly? Also, how many parameters are returned for the distortion matrix? Thanks!
Hello, I successfully ran the subsampling preprocessing script, however when i run the overfit script: ```python3 -m flowmap.overfit dataset=images dataset.images.root=/.../.../.../.../flowmap/frames``` ``` Computing RAFT flow: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████| 18/18 [00:43
Hi, I run the following command and generated images/ply in outputs/local folder successfully, I just have a question: I saw the novel synthesis view videos from your website cameronosmith.github.io/flowmap: could...
Great job! Could you please share the models related to paper/assets/exports_birds_compact.pt and paper/assets/flows_tracks_birds_compact.pt? These two pt files are missing when running render_point_cloud. py under paper directory. May I ask where...
verison -> version