OpenDroneMap / WebODM

User-friendly, commercial-grade software for processing aerial imagery. 🛩
https://www.opendronemap.org/webodm/
GNU Affero General Public License v3.0
2.86k stars 957 forks source link

Exited with code 1 #249

Closed Mr-Homeless closed 7 years ago

Mr-Homeless commented 7 years ago

I am very new to this. I am trying to get a test project done of this as a proof of concept but I keep getting error code 1 no matter what I do. I have increased the storage and memory.

I get this: Building objmodel: Saving model... done. Whole texturing procedure took: 166.914s [INFO] Running ODM Texturing Cell - Finished [INFO] Running ODM Georeferencing Cell [DEBUG] None [WARNING] No coordinates file. Generating coordinates file: /var/www/data/bba8d22d-f51f-4f93-8e08-9bf674205e62/odm_georeferencing/coords.txt [INFO] Running georeferencing with generated coords file. [DEBUG] running /code/build/bin/odm_georef -bundleFile /var/www/data/bba8d22d-f51f-4f93-8e08-9bf674205e62/opensfm/bundle_r000.out -inputCoordFile /var/www/data/bba8d22d-f51f-4f93-8e08-9bf674205e62/odm_georeferencing/coords.txt -inputFile /var/www/data/bba8d22d-f51f-4f93-8e08-9bf674205e62/odm_texturing/odm_textured_model.obj -outputFile /var/www/data/bba8d22d-f51f-4f93-8e08-9bf674205e62/odm_texturing/odm_textured_model_geo.obj -inputPointCloudFile /var/www/data/bba8d22d-f51f-4f93-8e08-9bf674205e62/opensfm/depthmaps/merged.ply -outputPointCloudFile /var/www/data/bba8d22d-f51f-4f93-8e08-9bf674205e62/odm_georeferencing/odm_georeferenced_model.ply -logFile /var/www/data/bba8d22d-f51f-4f93-8e08-9bf674205e62/odm_georeferencing/odm_georeferencing_log.txt -outputTransformFile /var/www/data/bba8d22d-f51f-4f93-8e08-9bf674205e62/odm_georeferencing/odm_georeferencing_transform.txt -georefFileOutputPath /var/www/data/bba8d22d-f51f-4f93-8e08-9bf674205e62/odm_georeferencing/odm_georeferencing_model_geo.txt Segmentation fault Traceback (most recent call last): File "/code/run.py", line 46, in plasm.execute(niter=1) File "/code/scripts/odm_georeferencing.py", line 153, in process '-logFile {log} -outputTransformFile {transform_file} -georefFileOutputPath {geo_sys}'.format(**kwargs)) File "/code/opendm/system.py", line 34, in run raise Exception("Child returned {}".format(retcode)) Exception: Child returned 139

I do not know any of the lingo used here.

Here is a google drive link to the images I am using: https://drive.google.com/open?id=0B7hZ9ELLH9SjUkRBNm9ZaEhoN3M

I learned everything I know from a youtube video where a scan of a rock was done, and am trying to replicate that with a knife on my carpet.

Any help at all would be much appreciated... since I am so new to this I imagine it could be something very simple that I am missing.

Mr-Homeless commented 7 years ago

Figured it out. So the photos were taken with a smartphone that had geolocations turned on which gave the image files a longitude and latitude. This apparently was causing the segmentation fault.