I found the documentation on how to perform a split merge and am eager to use it as I only have 64gb of ram. In a linux terminal I pasted:
docker run -ti --rm -v /my/project:/datasets/code opendronemap/odm --project-path /datasets --split 400 --split-overlap 100
As my project has 1103 images, I adapted it to:
sudo docker run -ti --rm -v /mnt/f46c40e7-907c-4634-9444-f849305741f9/AirDrone:/backfield/code opendronemap/odm --project-path /datasets --split 300 --split-overlap 80
The issue that I’m having, is do I keep the colon after “AirDrone”(the folder holding the images) and why is “/code” included? Is this a necessary placeholder?
Can anyone explain which portions of this string needs “customized” and how to customize it? Or… where I can find this information? Google and youtube are incredibly sparse with information on this.