I’ve searched for similar issues others have had and not found a response that matches this problem so far. I am trying to make a decent sized orthomosaic and after several hours this happened:
===== Dumping Info for Geeks (developers need this to fix bugs) =====
Child returned 3221226505
Traceback (most recent call last):
File “D:\WebODM\resources\app\apps\ODM\stages\odm_app.py”, line 89, in execute
self.first_stage.run()
File “D:\WebODM\resources\app\apps\ODM\opendm\types.py”, line 340, in run
self.next_stage.run(outputs)
File “D:\WebODM\resources\app\apps\ODM\opendm\types.py”, line 340, in run
self.next_stage.run(outputs)
File “D:\WebODM\resources\app\apps\ODM\opendm\types.py”, line 340, in run
self.next_stage.run(outputs)
[Previous line repeated 1 more time]
File “D:\WebODM\resources\app\apps\ODM\opendm\types.py”, line 321, in run
self.process(self.args, outputs)
File “D:\WebODM\resources\app\apps\ODM\stages\openmvs.py”, line 76, in process
system.run(’%s “%s” %s’ % (context.omvs_densify_path,
File “D:\WebODM\resources\app\apps\ODM\opendm\system.py”, line 106, in run
raise SubprocessException(“Child returned {}”.format(retcode), retcode)
opendm.system.SubprocessException: Child returned 3221226505
===== Done, human-readable information to follow... =====
[ERROR] The program exited with a strange error code. Please report it at https://community.opendronemap.org
I am running this on my home computer, the similar topics suggested were run on cloud clusters, so I assume this is a different cause.
Any help would be great, I’m hoping to migrate totally to this system and away from Drone Deploy. The test map that I managed to stitch worked well and I like it.