Ok, I have found that it was a case specific.
Without gps data in picture it process to the repport stage but if there is gps data it crashes with the same type of error log during the run_opensfm stage. I will work on this and let you now as I progess.
[INFO] Altitude data detected, enabling it for GPS alignment
[INFO] ['use_exif_size: no', 'flann_algorithm: KDTREE', 'feature_process_size: 2304', 'feature_min_frames: 8000', 'processes: 8', 'matching_gps_neighbors: 8', 'matching_gps_distance: 0', 'optimize_camera_parameters: yes', 'undistorted_image_format: tif', 'bundle_outlier_filtering_type: AUTO', 'sift_peak_threshold: 0.066', 'align_orientation_prior: vertical', 'triangulation_type: ROBUST', 'retriangulation_ratio: 2', 'matcher_type: FLANN', 'feature_type: SIFT', 'use_altitude_tag: yes', 'align_method: auto', 'local_bundle_radius: 0']
ERROR 1: PROJ: proj_create_from_database: Cannot find proj.db
ERROR 1: PROJ: proj_create_from_database: Cannot find proj.db
ERROR 1: PROJ: proj_create: unrecognized format / unknown name
ERROR 6: Cannot find coordinate operations from `' to `'
Traceback (most recent call last):
File "C:\space folder\ODM\\run.py", line 53, in <module>
retcode = app.execute()
File "C:\space folder\ODM\stages\odm_app.py", line 130, in execute
raise e
File "C:\space folder\ODM\stages\odm_app.py", line 94, in execute
self.first_stage.run()
File "C:\space folder\ODM\opendm\types.py", line 346, in run
self.next_stage.run(outputs)
File "C:\space folder\ODM\opendm\types.py", line 346, in run
self.next_stage.run(outputs)
File "C:\space folder\ODM\opendm\types.py", line 346, in run
self.next_stage.run(outputs)
File "C:\space folder\ODM\opendm\types.py", line 327, in run
self.process(self.args, outputs)
File "C:\space folder\ODM\stages\run_opensfm.py", line 32, in process
octx.setup(args, tree.dataset_raw, reconstruction=reconstruction, rerun=self.rerun())
File "C:\space folder\ODM\opendm\osfm.py", line 271, in setup
self.write_reference_lla(reconstruction.georef.utm_east_offset, reconstruction.georef.utm_north_offset, reconstruction.georef.proj4())
File "C:\space folder\ODM\opendm\osfm.py", line 450, in write_reference_lla
lon, lat = location.transform2(CRS.from_proj4(proj4), longlat, offset_x, offset_y)
File "C:\space folder\ODM\opendm\location.py", line 60, in transform2
return transformer(from_srs, to_srs).TransformPoint(x, y, 0)[:2]
File "C:\space folder\ODM\venv\lib\site-packages\osgeo\osr.py", line 1091, in TransformPoint
return _osr.CoordinateTransformation_TransformPoint(self, *args)
NotImplementedError: Wrong number or type of arguments for overloaded function 'CoordinateTransformation_TransformPoint'.
Possible C/C++ prototypes are:
OSRCoordinateTransformationShadow::TransformPoint(double [3])
OSRCoordinateTransformationShadow::TransformPoint(double [4])
OSRCoordinateTransformationShadow::TransformPoint(double [3],double,double,double)
OSRCoordinateTransformationShadow::TransformPoint(double [4],double,double,double,double)