ODM turns simple point-and-shoot camera images into two and three dimensional geographic data that can be used in combination with other geographic datasets.
In a nutshell, it’s a program that takes images as input and produces a variety of georeferenced assets as output, such as maps and 3D models.
If you have Docker installed, place your JPGs in a folder named “images” (for example /my/project/images), then simply run:
docker run -ti --rm -v /my/project:/datasets/code opendronemap/odm --project-path /datasets
ODM runs on all major platforms (Windows, Mac and Linux) when using Docker. It can also run natively on Windows. See the releases page.
For information on running ODM and parameter tuning, visit the documentation page.