Skip to content

Releases: OpenDroneMap/ODM

3.1.1

06 Apr 02:00
2361fce
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.1.1

3.1.0

21 Mar 03:42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.4...v3.1.0

3.0.4

30 Jan 15:42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.2...v3.0.4

3.0.2

09 Jan 15:18
d55202d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.1...v3.0.2

3.0.1

01 Dec 03:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.1

3.0.0

23 Nov 19:28
c80d4e0
Compare
Choose a tag to compare

Breaking Changes

The parameters below have been removed. If they are mistakenly used, a warning will be printed on screen and they will be ignored.

  • Removed --resize-to which was deprecated long ago (in favor of --feature-quality).
  • Removed --depthmap-resolution, which is redundant with --pc-quality.
  • Removed --pc-geometric, which is now enabled by default. The point cloud results with pc-geometric are much sharper and accurate. While it does increase runtime, very few users remember know/remember to check this flag. If there's a case for reducing the runtime later on, I'd rather add a --skip-geometric-estimation flag or something (change from default off to on).
  • Removed --texturing-data-term, which I believe is not really used by many. A 3D model is almost always better textured using gmi.
  • Removed --texturing-outlier-removal-type, which I think it's always good to leave turned on, and gauss_clamping (the default) is already the best working method.
  • Removed --texturing-tone-mapping which I think nobody ever touches (defaults to none).
  • Removed --verbose, which was toggling on only a few extra printout statements. We now always print all available information. There might be a case in the future for adding a --quiet flag, which prints no messages and is probably a better logic.
  • Removed --debug, which was used in only two places.
  • Removed --time; we now always generate a benchmark.txt file by default.

What's Changed

Full Changelog: v2.9.2...v3.0.0

2.9.2

19 Oct 03:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.9.0...v2.9.2

2.9.0

19 Sep 16:55
deb5327
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.8.8...v2.9.0

2.8.8

29 Jul 18:55
Compare
Choose a tag to compare
  • AI powered Sky Removal via --sky-removal
  • Faster orthophoto rendering
  • Dynamic rolling shutter readout database
  • Support for RGB+Multispec image inputs
  • Phantom 4 Multispectral Support

v2.8.7

10 Jul 16:50
Compare
Choose a tag to compare
  • Image masks work again
  • Several bug fixes and improvements