Skip to content

v0.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jan 23:39
· 121 commits to main since this release

Breaking Changes

  • The local video processing (i.e. sample_video and video_process) now sample videos by distance (every 3 meters) instead of time interval (every 2 seconds) #590
  • To upload videos you need to process them first as processing images. Instead of running upload --filetypes=gopro,camm,blackvue,image MY_VIDEO_DIR, simply run process_and_upload MY_VIDEO_DIR that will process and upload all supported videos and images
  • Filenames in image description files are resolved to absolute paths #582

Improvement

  • Simplify README #594
  • Export video GPS traces in mapillary_image_description.json #581
  • Use dataclasses for storing metadata instead of dict #584
  • Calculate md5sums from raw (unprocessed) files for duplication check #586
  • Shorter sequence UUID #587
  • Log mapillary_tools version #588

Fixes

  • Parse and build ctts (Composition Time to Sample Box) #589
  • image_paths for video_process #591

Full Changelog: v0.9.5...v0.10.0