From @everydayduffy on Tue May 30 2017 21:09:30 GMT+0000 (UTC)
Running ODM with docker on Windows 10. Ran the following:
docker run -it --rm -v C:/Software/OpenDroneMap/images:/code/images -v C:/Software/OpenDroneMap/odm_orthophoto:/code/odm_orthophoto -v C:/Software/OpenDroneMap/odm_texturing:/code/odm_texturing my_odm_image --opensfm-processes 4 --dem --min-num-features 12000 --orthophoto-resolution 2500
The processing got so far and printed the following:
[DEBUG] lat_frac: 25209/1 7/1 34006/1000
[DEBUG] lat_frac: 25218/1 27/1 51557/1000
[DEBUG] lat_frac: 25220/1 53/1 27679/1000
[DEBUG] running /code/SuperBuild/build/pdal/bin/pdal pipeline -i /code/odm_georeferencing/las.json --readers.ply.filen
ame=/code/odm_georeferencing/odm_georeferenced_model.ply --writers.las.filename=/code/odm_georeferencing/odm_georeferenc
ed_model.las
[DEBUG] running /code/SuperBuild/build/pdal/bin/pdal pipeline /code/odm_georeferencing/dem.json --readers.las.filename
=/code/odm_georeferencing/odm_georeferenced_model.las --writers.gdal.filename=/code/odm_georeferencing/odm_georeferencin
g_model_dem.tif
[INFO] DEM created at /code/odm_georeferencing/odm_georeferencing_model_dem.tif
[INFO] Creating geo-referenced CSV file (XYZ format)
[WARNING] Found a valid georeferenced model in: /code/odm_georeferencing/odm_georeferenced_model.ply
[INFO] Running ODM Georeferencing Cell - Finished
[INFO] Running ODM Orthophoto Cell
[DEBUG] running /code/build/bin/odm_orthophoto -inputFile /code/odm_texturing/odm_textured_model_geo.obj -logFile /cod
e/odm_orthophoto/odm_orthophoto_log.txt -outputFile /code/odm_orthophoto/odm_orthophoto.png -resolution 2500.0 -outputC
ornerFile /code/odm_orthophoto/odm_orthophoto_corners.txt
Killed
Traceback (most recent call last):
File “/code/run.py”, line 46, in
plasm.execute(niter=1)
File “/code/scripts/odm_orthophoto.py”, line 74, in process
‘-outputCornerFile {corners}’.format(**kwargs))
File “/code/opendm/system.py”, line 28, in run
raise Exception(“Child returned {}”.format(retcode))
Exception: Child returned 137
My odm_orthophoto and odm_texturing folders were empty before running, so not sure why it killed itself. If anyone has advice, that would be much appreciated.
Thank you.
Copied from original issue: 'Killed' on orthophoto generation · Issue #592 · OpenDroneMap/ODM · GitHub