Hi!
I’m running WebODM using Docker Toolbox on a Windows 10 Home MSI Laptop with a 7th Gen i7 CPU, 16GB of physical RAM and an Nvidia GTX1060 GPU. I got WebODM up and running following the documentation at GitHub - OpenDroneMap/WebODM: User-friendly, commercial-grade software for processing aerial imagery. 🛩 and help from @pierotofy.
But now it stops processing midway and the process exits with a code 1, saying that the processing node ran out of memory.
This is my first project with WebODM after I got it installed. I got the same error in two different scenarios:
CASE 1:
This was with 132 images in the dataset - about 37 Nadir images and the rest obique. I had unchecked the resize option and left everything else on default settings.
CASE 2:
This was with ONLY the nadir images and I put the resize to 2000
When I click on the link pointing to the documentation it only shows the steps for Docker for Windows here :
After sometime on Google I came across these:
Does this mean I have to delete the current machine from docker-machine and restart the entire procedure of setting up a new machine and then allocating more memory to it and the redownloading and reinstalling ALL of WebODM?
Or is there a way where I can preserve or migrate the WebODM data from the current machine and put into a new created machine?
Thanks!