This is the error output:
[INFO] running /code/SuperBuild/src/opensfm/bin/opensfm export_visualsfm --undistorted --points “/code/opensfm”
Traceback (most recent call last):
File “/code/SuperBuild/src/opensfm/bin/opensfm”, line 34, in
command.run(args)
File “/code/SuperBuild/src/opensfm/opensfm/commands/export_visualsfm.py”, line 30, in run
reconstructions = data.load_undistorted_reconstruction()
File “/code/SuperBuild/src/opensfm/opensfm/dataset.py”, line 585, in load_undistorted_reconstruction
filename=‘undistorted_reconstruction.json’)
File “/code/SuperBuild/src/opensfm/opensfm/dataset.py”, line 575, in load_reconstruction
with io.open_rt(self._reconstruction_file(filename)) as fin:
File “/code/SuperBuild/src/opensfm/opensfm/io.py”, line 555, in open_rt
return io.open(path, ‘r’, encoding=‘utf-8’)
IOError: [Errno 2] No such file or directory: ‘/code/opensfm/undistorted_reconstruction.json’
Traceback (most recent call last):
File “/code/run.py”, line 57, in
app.execute()
File “/code/stages/odm_app.py”, line 92, in execute
self.first_stage.run()
File “/code/opendm/types.py”, line 370, in run
self.next_stage.run(outputs)
File “/code/opendm/types.py”, line 370, in run
self.next_stage.run(outputs)
File “/code/opendm/types.py”, line 370, in run
self.next_stage.run(outputs)
File “/code/opendm/types.py”, line 351, in run
self.process(self.args, outputs)
File “/code/stages/run_opensfm.py”, line 70, in process
octx.run(‘export_visualsfm --undistorted --points’)
File “/code/opendm/osfm.py”, line 21, in run
(context.opensfm_path, command, self.opensfm_project_path))
File “/code/opendm/system.py”, line 76, in run
raise Exception(“Child returned {}”.format(retcode))
Exception: Child returned 1
and this is my start command:
sudo docker run -it --rm -v $(pwd)/test:/code/images -v $(pwd)/outpath:/code/odm_orthophoto opendronemap/odm --min-num-features 12000 --opensfm-depthmap-method BRUTE_FORCE --use-3dmesh --skip-3dmodel --mesh-size 12000 --texturing-skip-local-seam-leveling --rerun-from odm_orthophoto --ignore-gsd
I can’t solve this problem and ask everyone for help.Thank you very much!!!