Bash script for mapillary tool chain

For those who like to upload pictures from as GPS camera I prepared a little script:

Credentials have to be changed of course and you might want to adjust paremeters for split and duplicates. Also I don’t upload sequences with less then 5 pictures, you can also set it to 0 or 1.
This script obsoletes my previous one I cut’n’pasted from the original Python source, from now on it only relies on the current version of the tools on GitHub.

1 Like

Very cool! I just got some inspiration for my script (yes | ) - I will also look at sequence_split.py. And I am very happy to see other people using remove-duplicates.py :smile: