Hi I started using WEBODM Ligtning for processing multispectral data.
I imported different datasets of 50-500 images, but the process is stopped all the time. I thought editing task options could be a solution. I wanted to start with the camera file.
How can I check whether the camera.json file I added is being used? When I select import to a json file in Edit Task options I cannot see any response.
The pocess terminates with:
Running global seam leveling:
Create matrices for optimizationβ¦
*** stack smashing detected ***: terminated
Aborted (core dumped)
Traceback (most recent call last):
File β/code/run.pyβ, line 69, in
app.execute()
File β/code/stages/odm_app.pyβ, line 83, in execute
self.first_stage.run()
File β/code/opendm/types.pyβ, line 360, in run
self.next_stage.run(outputs)
File β/code/opendm/types.pyβ, line 360, in run
self.next_stage.run(outputs)
File β/code/opendm/types.pyβ, line 360, in run
self.next_stage.run(outputs)
[Previous line repeated 3 more times]
File β/code/opendm/types.pyβ, line 341, 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 134