Skip to content

Releases: mapillary/mapillary_tools

v0.4.1

22 Jan 18:45
Compare
Choose a tag to compare

0.4.1

Features and improvements

  • Fix ipc exif encoding to support desktop uploader

v0.4.0

10 Jan 13:16
Compare
Choose a tag to compare

0.4.0

Features and improvements

  • Improved upload stability
  • Improved processing of Blackvue videos with embedded gps data
  • Added features for process_csv command
  • More options for storing local image file path
  • Improved and added features for post_process command

Breaking changes

  • Argument --video_import_path can be single video or a directory of videos
  • Duplicate flagging is now done automatically with the default duplicate thresholds. To keep duplicates, argument --keep_duplicates must be passed.

Bug fixes

  • Store username in case authenticating manually

v0.3.2

10 Jan 13:04
4a1c6b6
Compare
Choose a tag to compare
Merge pull request #318 from mapillary/fix-ipc-windows-encoding

fix: ipc encoding on Windows for import paths encoded as cp1252

v0.3.1

10 Dec 20:15
Compare
Choose a tag to compare

0.3.1

Features and improvements

  • mapillary_tools available to be downloaded and installed as a package

v0.3.0

31 Oct 23:02
Compare
Choose a tag to compare

0.3.0

Features and improvements

  • Enable specification of a time offset in case of already geotagged images
  • Add better progress bars and information output in process
  • Support Blackvue videos with embedded gps data
  • Add a simple download command to download all the blurred imaged from Mapillary for a certain import_path
  • Support import of multiple videos

Breaking changes

  • Argument --video_file was renamed to --video_import_path as directories of one or more videos can now be processed and uploaded. Note that even if one video is to be processed and uploaded, the directory of the video should be specified as the video import path and not the video file itself.
  • Only the Image Description EXIF tag is overwritten with the mapillary image description which includes all the data obtained during the process command. If one would like the rest of the tags to be overwritten, an additional argument needs to be passed under advanced usage. Single specific tags can also be overwritten by additional specific corresponding arguments.

v0.2.0

23 Sep 19:42
Compare
Choose a tag to compare

0.2.0

Features and improvements

  • Additional information and progress bars under verbose in process,
  • Partial optimization in DONE file sending,
  • Post process command covering process summary, list of image status and options to move image according to status
  • Extend support in csv processing
  • Adding number of threads and max attempts in upload as command line arguments

Bug fixes

  • Correct the last interpolated direction

v0.1.7

17 Sep 23:43
Compare
Choose a tag to compare

0.1.7

Bug fixes

  • Fix bug that resulted in sub seconds added twice in case subseconds were written to capture time tag as well as sub second time tag.

v0.1.6

29 Aug 13:24
Compare
Choose a tag to compare

0.1.6

Features and improvements

  • Sample video frames into a made up sub directory .mapillary/sampled_video_frames/"video filename", either where the video is located or in the import path if it is specified.
  • Add command line arguments for user_name, user_email and user_password for authenticate command, in order to avoid the prompt.

v0.1.5

23 Aug 11:15
Compare
Choose a tag to compare

0.1.5

Bug fixes

  • Do not delete the import path in case it is specified as an import path for video files to be sampled into and that particular video file was already sampled into that import path, but rather issue a warning that user needs to delete existing frames that were sampled in any previous runs

v0.1.4

14 Aug 12:16
Compare
Choose a tag to compare

0.1.4

Bug fixes

  • Create .mapillary folder for image copies in case of passing --keep_original
  • Add missing global variable EPOCH in interpolation

Features and improvements

  • Do not require filename column to be passed when processing csv, but align csv data and images in order by image file names if filename column is missing
  • Support partial matching between image file names and file names in the csv file