-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] CalledProcessError
due to incorrect mutable range in alicevision.py
#13
Comments
CalledProcessError
due to incorrect mutable range in alicevision.py
This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment to re-open. |
This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment to re-open. |
This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment to re-open. |
This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment to re-open. |
This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment to re-open. |
Problem description
If a new contribution (set of uploaded images) for a site (
Mesh
) is being processed byImageOps
and added toMesh
's/good/
folder, while a reconstructionRun
is ongoing, it is possible that theinputSize()
property
will return different values for different steps of theAliceVision
pipeline. This can sometimes lead to aCalledProcessError
due to an incorrect range (orblockSize
). In pratical terms, this is not a problem generally, due toMESHOPS_CONTRIB_DELAY
and if a run fails, the next run should be able to handle it. Perhaps, we can ensure that theMESHOPS_CONTRIB_DELAY
is added on to, after each new contribution? This would help us avoid failed "first" runs.Relevant code can be found in workers.py and alicevision.py.
Self-check
The text was updated successfully, but these errors were encountered: