Error while generating orthophoto

This is my commands:“docker run -it --user root -v C:\Users\bailingxiao\odm_test_1/images:/code/images -v C:\Users\bailingxiao\odm_test_1/odm_orthophoto:/code/odm_orthophoto opendronemap/opendronemap”
An exception occurred during processing:
“Generating texture patches:
Running… Killed
Traceback (most recent call last):
File “/code/run.py”, line 47, in
plasm.execute(niter=1)
File “/code/scripts/mvstex.py”, line 133, in process
‘{keepUnseenFaces}’.format(**kwargs))
File “/code/opendm/system.py”, line 34, in run
raise Exception(“Child returned {}”.format(retcode))
Exception: Child returned 137”

No result was generated. What should i do to solve this problem?

Hi @bailingxiao1 – my hunch is that’s a memory issue. @pierotofy – you had a recommendation other than just increasing memory for this issue with running out of memory on texturing. Can you remind me what that was?

Resizing the input images often does the trick (while being careful not to oblitarate the EXIF tags).

1 Like