v0.10.0
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 runprocess_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
Full Changelog: v0.9.5...v0.10.0