Hi, first of all ODM is great and im enjoying working using it, but i want to ask if there is a certain command that enable the user to pick the result they want. For example, i required the result from odm_orthophoto only and want ODM to produces that specific folder only instead of working it way and stop only at that folder.
Hey @Etehers odm_orthophoto is the last stage of the pipeline and requires all other stages to have been run. Sometimes you can stop early by using the
--end-with
option for other outputs, like the point cloud or DEMs, but odm_orthophoto is the last stage and requires the previous ones to compute its output.
1 Like