OpenDroneMap – Simple Images into 3D
Once Docker is installed, the fastest way to use OpenDroneMap is to run a pre-built image by typing:
If you want to build your own Docker image from sources, type:
Using this method, the containerized ODM will process the images in the OpenDroneMap/images directory and output results to the OpenDroneMap/odm_orthophoto and OpenDroneMap/odm_texturing directories as described in the Viewing Results section. If you want to view other results outside the Docker image simply add which directories you’re interested in to the run command in the same pattern established above. For example:
If you want to pass in custom parameters using the settings.yaml file, you can pass it as a -v volume binding:
When building your own Docker image, if image size is of importance to you, you should use the flag, like so:
This will clean up intermediate steps in the Docker build process, resulting in a significantly smaller image (about half the size).
Source: github.com