WebODM Code 1 exit with GCPs

Hello,
I am having difficulties processing any images using a GCP file. I have been uploading 49 images and a gcp_list.txt file at the same time. I have tried processing both with my docker machine processing node and the WebODM lightning processing node with no luck. The second I take the GCP file out of the upload the process works and provided all assets in the right location. To reiterate, the DSM/DTM method works when there is no GCP file uploaded with it and fails when the GCP file is uploaded with it. GCP format below

EPSG:4326
gcp01 -105.215613000000005 39.813785000000003 5850.11548
gcp02 -105.216070200000004 39.815163400000003 5780.15371
gcp03 -105.217528900000005 39.814393400000000 5850.12545
gcp04 -105.218942100000007 39.815082799999999 5780.82953
gcp05 -105.219226100000000 39.813940400000000 5880.27859

Mission2_fail

What does the console say (Console button is next to Simple)?

Have you tried converting the values to WGS84?

You need to put the filename after the altitude also. See the example at the bottom of here:

ITWarrior,
Thanks for your reply. As far as formatting my gcp_list.txt, I got that from reading this post https://github.com/posm/posm-gcpi/issues/41

Thanks for clarifying the GCP documentation. I will get the file names at the end of the altitude. The documentation recommends having 15 lines after the header. Which would be 5 GCPs referenced from 3 different pictures each. I will start on that now.

In the mean time, here is the error from the command console

I actually had no luck at all with WGS84 GCPs when I started. I ended up converting to UTM. Example of working GCP (and how I do it) is in this post GCP’s not aligning

mikegf/ITWarrior - Thank you both for your replies as they both helped me in a combination of ways. The images needed to be added into each line of my GCPs and my degree lat long needed to be in WGS84 UTM.

Another item I was missing was the img_x and img_y. I could not find a way to get pixel coordinates other than using the GCP interface in webODM.

Thank you again for your help!

  • Gnardog