-
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
Warn users that if a dataset has no GPS info, but split-merge is enabled #1012
Comments
@pierotofy I'd love to make a PR. Here's how I'm thinking of solving it. If you approve it, I'll make the changes then :)
|
Sounds like a good approach! |
Could you tell me what would be better? Exiting the process or just logging a warning? |
I would print a warning and try to process the dataset without split-merge. |
split-merge either needs GPS info or a
image_groups.txt
file to split a dataset.Otherwise it cannot work. The program should help users understand that instead of failing with :
The text was updated successfully, but these errors were encountered: