`===== Dumping Info for Geeks (developers need this to fix bugs) =====
Child returned 127
Traceback (most recent call last):
File "/code/stages/odm_app.py", line 82, in execute
self.first_stage.run()
File "/code/opendm/types.py", line 465, in run
self.next_stage.run(outputs)
File "/code/opendm/types.py", line 465, in run
self.next_stage.run(outputs)
File "/code/opendm/types.py", line 465, in run
self.next_stage.run(outputs)
[Previous line repeated 1 more time]
File "/code/opendm/types.py", line 444, in run
self.process(self.args, outputs)
File "/code/stages/openmvs.py", line 121, in process
raise e
File "/code/stages/openmvs.py", line 107, in process
run_densify()
File "/code/stages/openmvs.py", line 102, in run_densify
system.run('"%s" "%s" %s' % (context.omvs_densify_path,
File "/code/opendm/system.py", line 112, in run
raise SubprocessException("Child returned {}".format(retcode), retcode)
opendm.system.SubprocessException: Child returned 127
===== Done, human-readable information to follow... =====
[ERROR] The program exited with a strange error code. Please report it`