I’ve tried with diferent option to process a set of 53 jpg from a dji drone. I get this error:
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/9ea7ea6b-75df-46c8-9a19-228503d5ff72/opensfm/exif/DJI_0396.JPG.exif’
the files seem to be not corrupted and tried with many difffernt settings. Any hint ?
I am facing the same issue. same error as posted by daniele_rossii
I am using NodeODM latest to process and using GCP. The same dataset had been processed succesfully in ODM 2 months back in same set up but throws the mentioned error with new version.