-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Improve behavior when using image_groups.txt #1781
Comments
But, if I'm honest, I don't really see a flaw in the logic here: |
I think one needs to set It could be changed of course. |
I forget this every time... (every few years in a fever...). For any that find this later, logic requires it set to a value smaller than the number of images as just setting it isn't enough:
Now with one image fewer than the total images it works.
So, not a bug, but definitely a rough edge. I've got a pull request coming. It's probably wrong, but worth a try. |
How did you install ODM? (Docker, installer, natively, ...)?
Docker, on Ubuntu.
What is the problem?
Including an image_groups.txt in upload to WebODM, the txt file is correctly identified and copied into the appropriate directory:
but the
split_image_groups_is_set
flag doesn't appear to be set or otherwise is bypassed: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.
If an image_groups.txt file is uploaded through WebODM, we should be setting split_image_groups_is_set so we proceed with split merge.
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).
[Dataset here]
Full(enough) log as below:
The text was updated successfully, but these errors were encountered: