Hi guys, I’m trying to process a set of 3265 photos with GCPs and it failed, citing “strange values in the reconstruction”. Looking through the logs I noticed something that appears odd - although the GCP file specifies datum EPSG:8058 it seems to be changed by the processing to WGS84 UTM 43N.
[INFO] ==============
[INFO] Running dataset stage
[INFO] Loading dataset from: /var/www/data/9776812c-a881-4972-be23-6285ab5bc36b/images
[INFO] Loading 3265 images
[INFO] Wrote images database: /var/www/data/9776812c-a881-4972-be23-6285ab5bc36b/images.json
[INFO] Found 3265 usable images
[INFO] Parsing SRS header: EPSG:8058
[INFO] Parsing SRS header: WGS84 UTM 43N
[INFO] Parsing SRS header: WGS84 UTM 43N
[INFO] 114 GCP points will be used for georeferencing
[INFO] Generated coords file from GCP: WGS84 UTM 43N
[INFO] Wrote /var/www/data/9776812c-a881-4972-be23-6285ab5bc36b/odm_georeferencing/odm_georeferencing_model_geo.txt
[INFO] Parsing SRS header: WGS84 UTM 43N
[INFO] Finished dataset stage
Do the logs indicate it’s changing the datum or is this normal behaviour?