Skip to content

v0.10.2

Compare
Choose a tag to compare
@github-actions github-actions released this 24 May 19:39
· 70 commits to main since this release

What's Changed

Improvement

  • Improve image/video processing performance significantly by multiprocessing #620
    • Processing 99GB images/video takes 1 min (previously it took 4 mins) in my experiment
  • Cut sequences by max file size 2GB #613
  • Cut sequences by max 6 gigapixel of images #616
  • Prefer GPS DateTime over EXIF DateTimeOriginal #615
  • Add upload status in mapillary_image_description.json #618
    • If a sequence/video is uploaded already, it will marked as a skippable error MapillaryUploadedAlreadyError in the JSON output
  • Move md5sum calculation from the upload phase to the process phase #617

CI

  • Automate PyPI publish in CI in #621

Full Changelog: v0.10.1...v0.10.2