Skip to content

Releases: OpenDroneMap/ODM

2.0.0

22 Sep 18:50
Compare
Choose a tag to compare
  • Python 3
  • Ubuntu 18.04
  • Image Masks
  • Image Geolocation Files
  • Speed improvements
  • Memory improvements
  • Dependencies upgrades
  • Bug fixes
  • Unicorns

1.0.2

21 Aug 16:08
Compare
Choose a tag to compare
  • Updates MVS Texturing
  • Contrib scripts
  • Minor fixes

1.0.1

11 Jul 17:16
Compare
Choose a tag to compare
  • Pseudo georeferencing support (for non-georeferenced datasets)
  • SIFT features
  • Sentera-6X sensor support
  • Radiometric calibration support
  • Ground rectification algorithm
  • Optimize disk flag
  • RTK support
  • Generate camera positions (JSON)
  • Faster flann matching
  • Faster filterpoints
  • Lots of bug fixes

0.9.8

03 Feb 15:15
Compare
Choose a tag to compare
  • TIFF support
  • Faster split-merge
  • Brown camera improvements
  • MVE progress updates
  • OpenSfM engine update
  • Multispectral camera support (experimental)

0.9.1

15 Oct 17:04
Compare
Choose a tag to compare
  • Split-merge
  • Speed improvements
  • Better GCP support
  • Camera models
  • Tons of other fixes and improvements

0.7.0

09 Jun 19:26
Compare
Choose a tag to compare
  • Split-merge workflows much more stable
  • Speed enhancements
  • Entwine point tiles (EPT) support
  • Upgraded OpenSfM

0.5.0

01 May 19:25
Compare
Choose a tag to compare
  • Replaced SMVS with MVE for dense point clouds
  • Better point cloud filtering
  • DEM generation memory improvements
  • Lots of speed improvements, bug fixes

OpenDroneMap version 0.4 Release Candidate 1

30 Aug 13:04
Compare
Choose a tag to compare

Check out our docs: http://docs.opendronemap.org/
And join the conversation: http://community.opendronemap.org/

Changelog:
New Features:

  • 2.5 dimensional mesh
  • Create georef transformation file
  • DEM/DTM modeling with ground classification
  • Add python contributions/plugin support
    • vegetation indices
    • blender
    • video 360
  • Fast orthophoto with sparse reconstruction
  • Add ID column support for GCP files
  • Expose more parameters for OpenSfM (depth map, etc)
  • Add support for laz output

Fixes/updates:

  • Updated PDAL pipeline and version
  • Increase useful output to stdout
  • Remove resizing of original images (fixes issue with georeferencing
  • Fix GPS altitude tag parsing
  • Pyexiv2 crashing issue
  • Fix x,y dimensions in exif after resize
  • Improve install/configure script
  • Improve usability
  • improve readme instructions
  • remove depreciated parameters
  • Update dependencies
  • improve docker usability
  • fix utm bug: OpenDroneMap/WebODM#267
  • replace jhead with exiv2
  • fix end_with tag with mvs-texturing
  • add ability to skip convert_to_las
  • fix issue with single-digit utm zones
  • Handle bundler files that have invalid/empty camera parameters
  • remove sudo statements from config
  • Fixed single-material rendering bug in odm_orthophoto
  • Split-merge, for very large datasets
  • Improve GDAL memory management
  • Presever double coordinates precision in odm_georef
  • Fix GCP accuracy issues
  • odm_georef output to binary instead of ply
  • fix mvs-tex temp dir issues
  • make csv export optional
  • improve odm_georef processing speed
  • use cmake build type for internal modules
  • remove mesh command in opensfm (currently unused)
  • fix gippy download
  • fix build processes in config script
  • Fix VTK build

Known issues:

  • Still only works natively on 16.04, but docker is well supported (and recommended).

TODO:

  • double check documentation
  • create lean release zip file (no git folder)

OpenDroneMap Beta v0.3.1 (hotfix)

10 May 17:36
Compare
Choose a tag to compare

This release fixes a compilation bug introduced by an external module, mvs-texturing.

Instructions:

  1. Download this release.
  2. Run bash configure.sh reinstall

OpenDroneMap Beta v0.3

04 May 20:42
Compare
Choose a tag to compare

Changelog

Features:

  • Video SLAM processing (optional install) see wiki
  • UI Changes:
    • Global settings file
    • project path setting
    • verbose flag
    • parameter name simplification
  • GCP improvements:
    • Allow EXIF override
    • Automatically find gcp_list.txt
    • Use original images for georeferencing
    • Multithreaded
  • add opensfm-processes n flag for memory management
  • expose tone mapping parameter to mvs-texturing
  • Add optional modules in contrib/ directory: NDVI, GRASS DEM, Blender
  • Expose odm_orthophoto settings: BigTIFF, no-tiled, compression type
  • DEM generation using PDAL and a progressive morphological filter
  • More robust installation process (See readme)

Fixes

  • better logging for subprocesses
  • update GDAL for multithreading
  • fix texturing global illumination
  • allow for partial restart of opensfm
  • Minimize Dockerfile
  • and more....

Known Bugs

  • using a GCP file, the resized images must be very close in size to the originals, or it will either fail or come out very weird.
  • OpenSfM uses a lot of memory in systems with a high number of processors. For now, use --opensfm-processes n where n is smaller than your total number of cores (find that out by running nproc)