Pyodm create task use parameter outputs

when I use pyodm to create tasks with parameters [outputs=[‘odm_orthophoto/odm_orthophoto.tif]’],it throws exception as fallow:
self.next_stage.run(outputs)
[Previous line repeated 4 more times]
File “/code/opendm/types.py”, line 342, in run
self.process(self.args, outputs)
File “/code/stages/mvstex.py”, line 104, in process
system.run(’{bin} {nvm_file} {model} {out_dir} ’
File “/code/opendm/system.py”, line 79, in run
raise Exception(“Child returned {}”.format(retcode))
Exception: Child returned 136

I don’t know why . if i not use parameter ‘outputs’ ,it run ok!

1 Like

Does the documentation help with proper syntax?
https://pyodm.readthedocs.io/en/latest/

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.