Skip to content

Releases: OpenDroneMap/ODM

OpenDroneMap Beta v0.3 Release Candidate

25 Apr 13:11
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....

OpenDroneMap Beta v0.2

19 Dec 14:26
Compare
Choose a tag to compare

Changelog

New Features

Minor changes

  • More streamlined installation
  • Improves Docker installation (note changed process in readme)
  • Parallelization of early tasks
  • Bug fixes and code cleanup

Release candidate for beta 0.2 release

23 Nov 21:16
Compare
Choose a tag to compare
Pre-release

Changelog

New Features

  • MVS-Texturing: new texturing algorithm vastly improves blending, seam leveling, color correction, and overall quality
  • Updates OpenSfM to more recent version
  • Optional ability to install with semi-global matching point cloud densification technique. See here

Minor changes

  • More streamlined installation
  • Improves Docker installation (note changed process in readme)
  • Parallelization of early tasks
  • Bug fixes and code cleanup

OpenDroneMap Beta v0.1

15 Jun 14:26
Compare
Choose a tag to compare

Changelog for v0.1-RC1

Huge update, we've incorporated a framework for processing along the toolchain and improved the installation process.

Installation

  • cmake superbuild for all components
  • Now you will run the following to install or update ODM:
bash ./configure.sh
mkdir build && cd build && cmake .. && make && cd ..

# copy paste the following (with correct directory structure) into your ~/.bashrc (or other preferred method) (requires logout/in to work)
export PYTHONPATH=$PYTHONPATH:<ODMDIR>/SuperBuild/install/lib/python2.7/dist-packages:<ODMDIR>/SuperBuild/src/opensfm
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:<ODMDIR>/SuperBuild/install/lib

Running ODM

Use these instructions to run the processing script. Note there are significant differences from the previous version, namely you have to specify --project-path

Code restructure

  • Object Oriented Code
  • Ecto framework
  • Project tree:
    • Your ODM project will have a more organized structure. One big change is that your images must be placed in a "images/" subdirectory in the project folder.
  • Testing framework

Feature additions / changes

  • Add XYZ pointcloud output
  • benchmarking with --time
  • Replacement of LASTools with PDAL
  • Control script updates - --rerun-from, --rerun-all
  • Remove local ccd_defs

Release Candidate for Beta v0.1 Release

17 May 15:24
Compare
Choose a tag to compare
Pre-release

Changelog for v0.1-RC1

Huge update, we've incorporated a framework for processing along the toolchain and improved the installation process.

Installation

  • cmake superbuild for all components
  • Now you will run the following to install or update ODM:
bash ./configure.sh
mkdir build && cd build && cmake .. && make && cd ..

# copy paste the following (with correct directory structure) into your ~/.bashrc (or other preferred method) (requires logout/in to work)
export PYTHONPATH=$PYTHONPATH:<ODMDIR>/SuperBuild/install/lib/python2.7/dist-packages:<ODMDIR>/SuperBuild/src/opensfm
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:<ODMDIR>/SuperBuild/install/lib

Code restructure

  • Object Oriented Code
  • Ecto framework
  • Project tree:
    • Your ODM project will have a more organized structure. One big change is that your images must be placed in a "images/" subdirectory in the project folder.
  • Testing framework

Feature additions / changes

  • Add XYZ pointcloud output
  • benchmarking with --time
  • Replacement of LASTools with PDAL
  • Control script updates - --rerun-from, --rerun-all
  • Remove local ccd_defs

Planned updates for next release (v0.1)

  • None! This is a release candidate which means only bug fixes allowed.

Release/Versioning semantics

Beta

0.1-RC1 Beta Release Candidate
0.1 Beta Release
0.1.1 Bug Fix Release
0.2-RC1 Feature update RC
Etc.

Major Release

1.0-RC1 Major Release Candidate
1.0 Major Release
1.0.1 Bug Fixes
1.1 Minor Feature update (no api changes)
Etc.

Last update to the pre-alpha version before v0.1-alpha

15 Mar 19:57
Compare
Choose a tag to compare
Merge pull request #236 from OpenDroneMap/ccd-changes

Ccd changes

Former-commit-id: 3fcc58da7a88f1d2f21807f97395d78b29692ae5