Useful python scripts

  • Sorting Images Into Sequences

This one by @maxim75 -group_photos_by_date_and_distance.py · GitHub

I can reccomend https://github.com/mapillary/mapillary_tools/blob/master/python/remove_duplicates.py which removes duplicate images, e.g. when stopping for at red light or going very slow.

Also requires https://github.com/mapillary/mapillary_tools/blob/master/python/lib_gps_exif.py and PIL or Pillow, run: pip install Pillow or see http://pillow.readthedocs.org/ to install the latter.

1 Like

I’m using a script that I combined from the existing ones to split all pictures from the SD of my Garmin Virb into sequences and upload them without further interaction.
See here: https://github.com/moenk/mapillary-tools/blob/master/python/mapillary_uploader.py
Just connect your camera, adjust path and credentials and upload all.

1 Like