Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion doc/source/large.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,6 @@ Once every submodel has a reconstruction, they can be aligned by using the comma

bin/opensfm align_submodels path/to/dataset

This command will load all the reconstructions, look for cameras and points shared between the reconstructions, and move each reconstruction rigidly in order best align the corresponding cameras and points.
This command will load all the reconstructions, look for cameras and points shared between the reconstructions, and move each reconstruction rigidly in order best align the corresponding cameras and points. The results of this realignment get stored in a new file named ``reconstruction.aligned.json``. The final steps of the pipeline then need to be told to look at this new file::

bin/opensfm undistort path/to/dataset/submodels/submodel_XXXX --reconstruction reconstruction.aligned.json