Cluster ODM Error

Traceback (most recent call last):
File “/code/run.py”, line 54, in
retcode = app.execute()
File “/code/stages/odm_app.py”, line 130, in execute
raise e
File “/code/stages/odm_app.py”, line 94, in execute
self.first_stage.run()
File “/code/opendm/types.py”, line 340, in run
self.next_stage.run(outputs)
File “/code/opendm/types.py”, line 340, in run
self.next_stage.run(outputs)
File “/code/opendm/types.py”, line 340, in run
self.next_stage.run(outputs)
[Previous line repeated 5 more times]
File “/code/opendm/types.py”, line 321, in run
self.process(self.args, outputs)
File “/code/stages/odm_georeferencing.py”, line 30, in process
gcps = octx.ground_control_points(reconstruction.georef.proj4())
File “/code/opendm/osfm.py”, line 462, in ground_control_points
gcps = ds.load_ground_control_points()
File “/code/SuperBuild/install/bin/opensfm/opensfm/dataset.py”, line 969, in load_ground_control_points
return self.load_ground_control_points_impl(reference)
File “/code/SuperBuild/install/bin/opensfm/opensfm/dataset.py”, line 981, in load_ground_control_points_impl
exif = {image: self.load_exif(image) for image in self.images()}
File “/code/SuperBuild/install/bin/opensfm/opensfm/dataset.py”, line 981, in
exif = {image: self.load_exif(image) for image in self.images()}
File “/code/SuperBuild/install/bin/opensfm/opensfm/dataset.py”, line 579, in load_exif
with self.io_handler.open_rt(self._exif_file(image)) as fin:
File “/code/SuperBuild/install/bin/opensfm/opensfm/io.py”, line 1349, in open_rt
return cls.open(path, “r”, encoding=“utf-8”)
File “/code/SuperBuild/install/bin/opensfm/opensfm/io.py”, line 1341, in open
return open(*args, **kwargs)
FileNotFoundError: [Errno 2] No such file or directory: ‘/var/www/data/c46249bb-0af9-48ba-97c0-a4d1e3fd468c/opensfm/exif/IMG_0235_5.tif.exif’

I am trying to run in a distributed setup but facing an error with newer version of node odm ran using cluster odm. Can someone help

1 Like

Are ODM, nodeODM, and ClusterODM all at the most recent versions?

yes 2.5.9 odm

1 Like

What are your processing parameters?

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