I am running OSM on a set with 750 images on a Windows installation with 32 GB an 4 CPU:s assigned to docker. I use the following command:
docker run -ti --rm -v F:/datasets:/datasets opendronemap/odm --project-path /datasets vastra --orthophoto-resolution 10
I get
Exception: Child returned 137
when generating the texture patches
I have tried using the option --use-opensfm-pointcloud as suggested in issue #445, but the parameter is not accepted in the build of ODM that I am using.
I have tried the option --fast-orthophoto, but it generates the same error.
I need help to find a workaround, as this is a real showstopper.
My images are uploaded to Dropbox on: https://www.dropbox.com/sh/hcf0223cpi875ha/AADSVxvX_5PTkujZdhNgIOMua?dl=0
Lars