You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How did you install ODM? (Docker, installer, natively, ...)?
Docker
What is the problem?
The file benchmark.txt is updated even if the step was not actually computed but simply passed because the corresponding files were found.
As a consequence, if a project is treated in multiple executions (for example, it stoped for any reason in the middle and is resumed from there), the time of the steps of the first execution(s) won't be representative.
What should be the expected behavior? If this is a feature request, please describe in detail the changes you think should be made to the code, citing files and lines where changes should be made, if possible.
I would expect benchmark.txt not to be updated for a given step if the corresponding output was found instead of computed.
How can we reproduce this? What steps did you do to trigger the problem? If this is an issue with processing a dataset, YOU MUST include a copy of your dataset AND task output log, uploaded on Google Drive or Dropbox (otherwise we cannot reproduce this).
Launch a reconstruction project
Ctrl+C after some steps to mimic an unwanted crash
Resume the reconstruction project
Look at benchmark.txt
The text was updated successfully, but these errors were encountered:
How did you install ODM? (Docker, installer, natively, ...)?
Docker
What is the problem?
The file
benchmark.txt
is updated even if the step was not actually computed but simply passed because the corresponding files were found.As a consequence, if a project is treated in multiple executions (for example, it stoped for any reason in the middle and is resumed from there), the time of the steps of the first execution(s) won't be representative.
What should be the expected behavior? If this is a feature request, please describe in detail the changes you think should be made to the code, citing files and lines where changes should be made, if possible.
I would expect
benchmark.txt
not to be updated for a given step if the corresponding output was found instead of computed.How can we reproduce this? What steps did you do to trigger the problem? If this is an issue with processing a dataset, YOU MUST include a copy of your dataset AND task output log, uploaded on Google Drive or Dropbox (otherwise we cannot reproduce this).
benchmark.txt
The text was updated successfully, but these errors were encountered: