Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add progress plotting to correspondence copier and opensfm.reconstructor
Summary: To make it easier to track reconstruction progress in larger jobs, this diff adds - logging to the `opensfm.reconstructor` how many shots we already have in a map - `tqdm` logging to the most expensive loops of the `copy_view_correspondences_between_pose_graph_and_component` module. Differential Revision: D51964593 fbshipit-source-id: 08a4e81f6464329da01ba78e41d5142c7db0e848
- Loading branch information
6a1f95e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see any additions in the code matching the claim
tqdm
logging to the most expensive loops of thecopy_view_correspondences_between_pose_graph_and_component
module.in the commit-message!? Did I miss something?