Skip to content

Releases: mapillary/mapillary_tools

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

v0.1.3

08 Aug 06:38
Compare
Choose a tag to compare

v0.1.3

Bug fixes

  • Add orientation to EXIF if specified in processing script

Tests

  • Add initial test setup

v0.1.2

19 Jul 15:16
Compare
Choose a tag to compare

v0.1.2

Bug fixes

  • Fix typo for version in setup script

v0.1.1

19 Jul 14:56
Compare
Choose a tag to compare

v0.1.1

Bug fixes

  • Remove legacy params in uploader
  • Handle DONE file properly

v0.1.0

12 Jul 22:19
Compare
Choose a tag to compare

0.1.0

Breaking changes

  • Logging was modified to store log files in a hidden directory where the image is located and not in the import path.

Features and improvements

  • DONE file is created in the import path and not where the tools are being run from.
  • exifread version requirement upgraded to resolve installation issues
  • support geotagging from a csv file
  • support various interpolations
  • support re-authentication as a command
  • support option to keep the original images intact
  • print out version
  • increase the amount of information printed out without the verbose flag.

v0.0.2

20 Jun 19:40
Compare
Choose a tag to compare

0.0.2

Bug fixes

  • Update the timestamps list in case duplicates are flagged

v0.0.1

04 Jun 11:45
Compare
Choose a tag to compare

0.0.1

Bug fixes

  • Store the subsecond estimations done in sequence processing in case of identical timestamps

v0.0.0

31 May 08:19
Compare
Choose a tag to compare

0.0.0

Breaking changes

  • The library has been rewritten for this initial release. The library usage is different from before. Refer to the documentation in the README for instructions on requirement installation and usage. Due to an incompatible logging procedure, previous tools need to be used to finish uploading any sequences that were partially uploaded with the previous tools.

Features and improvements

  • Improved authentication procedure
  • Improved user interface with only one executable that can run several basic tools with basic arguments, as well as advanced tools and/or advanced arguments
  • Improved logging procedure
  • Simpler installation with pip
  • Modules can be imported in Python to enable easier development of custom process and/or upload scripts

Bug fixes