Copy link
Copy Markdown
Member
Works like a charm on the datasets given in https://github.com/json87/SphereSfM.
What can be improved:
- make
render_perspective_imagesfaster (currently 1-2s per pano) by moving the logic to C++ (though cv2.remap is already multi-threaded).- We could create a new CLI steps that outputs a rig_config.json to be consumed after feature extraction by the
rig_configurator(unfortunately this can't be done in a single step).
- We could create a new CLI steps that outputs a rig_config.json to be consumed after feature extraction by the
- add an option to make feature matching ignore pairs between images of the same frame (since we know here that they are not covisible)
- geometric verification with rig constraints (I have a quick prototype based on PoseLib, for another PR)
Copy link
Copy Markdown
Contributor
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! LGTM. Will give it a try later today.
Copy link
Copy Markdown
Contributor
Great, thanks very much. Shall we also add reference this example in docs/rigs.rst?
Copy link
Copy Markdown
Member Author
I added a short doc. I will try to record a small dataset (with GPS pose priors) and add it to the example.
Merged
