I am having similar memory related issues as rmarkRCS and am running into the same problem as OrangOrangUtan, when I try to implement the flags using ODM on docker.
Where do I use the --use-opensfm-pointcloud or -opensfm-processes 1 flags when I am using the docker instance?
However when I run without trying those flags it works fine except for after about 2 hours into the process the memory use skyrockets and the program exits. For instance this command:
[INFO] Running ODM Georeferencing Cell - Finished
[INFO] Running ODM DEM Cell
[INFO] Classify: False
[INFO] Create DSM: True
[INFO] Create DTM: False
[INFO] DEM input file /code/odm_georeferencing/odm_georeferenced_model.laz found: True
[INFO] Creating odm_dem/dsm_r0.025 [idw] from 1 files
[DEBUG] running pdal pipeline -i /tmp/tmpDsTYfA.json > /dev/null 2>&1
[INFO] Creating odm_dem/dsm_r0.05 [idw] from 1 files
[DEBUG] running pdal pipeline -i /tmp/tmp385dT_.json > /dev/null 2>&1
[INFO] Creating odm_dem/dsm_r0.1 [idw] from 1 files
[DEBUG] running pdal pipeline -i /tmp/tmpgpiCfH.json > /dev/null 2>&1
[INFO] Completed odm_dem/dsm_r0.025 [idw] in 0:03:35.874535
[INFO] Completed odm_dem/dsm_r0.05 [idw] in 0:03:37.575822
[INFO] Completed odm_dem/dsm_r0.1 [idw] in 0:03:44.863483
[INFO] Starting gap-filling with nearest interpolation…
[INFO] Completed gap-filling to create odm_dem/dsm.tif in 0:01:27.725997
[DEBUG] running gdalwarp -cutline /code/odm_georeferencing/odm_georeferenced_model.bounds.shp -crop_to_cutline -co BLOCKXSIZE=512 -co COMPRESS=LZW -co TILED=YES -co NUM_THREADS=8 -co BLOCKYSIZE=512 /code/odm_dem/dsm.original.tif /code/odm_dem/dsm.tif --config GDAL_CACHEMAX 34.45%
Creating output file that is 7527P x 8727L.
Processing input file /code/odm_dem/dsm.original.tif.
Using internal nodata values (e.g. -9999) for image /code/odm_dem/dsm.original.tif.
Copying nodata values from source /code/odm_dem/dsm.original.tif to destination /code/odm_dem/dsm.tif.
0…10…20…30…40…50…60…70…80…90…100 - done.
[INFO] Running ODM DEM Cell - Finished
[INFO] Running ODM Orthophoto Cell
[WARNING] Found a valid orthophoto in: /code/odm_orthophoto/odm_orthophoto.png
[INFO] Running ODM OrthoPhoto Cell - Finished
[INFO] OpenDroneMap app finished - Tue Oct 23 20:10:00 2018
However I cannot find “/code/odm_dem/dsm.tif” or “/code/odm_dem/dsm.original.tif” anywhere on my computer even though the output seems to indicate that this was created.
According to this issue the problem seems to be that I need to bind “the open_dem directory”, however I cannot find any directions on how to do this step.