ValueError: could not convert string to float - csv_line = [float(tokens[0])

Hi I Configured natively WebODM, nodeOpenDroneMap and OpenDroneMap when I tried to create a task but I got this error that say “Process exited with code 1”

Task’s Output:

[INFO] Initializing OpenDroneMap app - Tue Jun 05 15:46:36 2018

[INFO] Running ODM Load Dataset Cell

[DEBUG] Loading dataset from: /home/elopez/dev/node-OpenDroneMap/data/5f6bf5d2-b9b0-4928-b043-8ff294154276/images

[DEBUG] /home/elopez/dev/node-OpenDroneMap/data/5f6bf5d2-b9b0-4928-b043-8ff294154276/images

[DEBUG] Loaded DJI_0018.JPG | camera: dji fc350 | dimensions: 4000 x 3000 | focal: 3.61 | ccd: 6.17 | lat: 14.081348 | lon: -87.2185363333 | alt: 1078.993

[DEBUG] Loaded DJI_0019.JPG | camera: dji fc350 | dimensions: 4000 x 3000 | focal: 3.61 | ccd: 6.17 | lat: 14.0814815 | lon: -87.2185378889 | alt: 1079.093

[DEBUG] Loaded DJI_0017.JPG | camera: dji fc350 | dimensions: 4000 x 3000 | focal: 3.61 | ccd: 6.17 | lat: 14.0811805 | lon: -87.2185344722 | alt: 1078.793

[DEBUG] Loaded DJI_0021.JPG | camera: dji fc350 | dimensions: 4000 x 3000 | focal: 3.61 | ccd: 6.17 | lat: 14.08174975 | lon: -87.2185404444 | alt: 1078.993

[DEBUG] Loaded DJI_0022.JPG | camera: dji fc350 | dimensions: 4000 x 3000 | focal: 3.61 | ccd: 6.17 | lat: 14.0817914167 | lon: -87.2187916944 | alt: 1079.193

[DEBUG] Loaded DJI_0020.JPG | camera: dji fc350 | dimensions: 4000 x 3000 | focal: 3.61 | ccd: 6.17 | lat: 14.0816609722 | lon: -87.2185400833 | alt: 1078.993

[INFO] Found 6 usable images

[DEBUG] Line: WGS84 UTM 16N

[INFO] Running ODM Load Dataset Cell - Finished

[INFO] Running ODM OpenSfM Cell

[DEBUG] Altitude data detected, enabling it for GPS alignment

[DEBUG] [‘use_exif_size: no’, ‘feature_process_size: 2048’, ‘feature_min_frames: 8000’, ‘processes: 8’, ‘matching_gps_neighbors: 8’, ‘depthmap_method: PATCH_MATCH’, ‘depthmap_resolution: 640’, ‘depthmap_min_patch_sd: 1’, ‘depthmap_min_consistent_views: 3’, ‘optimize_camera_parameters: yes’, ‘use_altitude_tag: True’, ‘align_method: naive’]

[DEBUG] running PYTHONPATH=/home/elopez/dev/OpenDroneMap/SuperBuild/install/lib/python2.7/dist-packages /home/elopez/dev/OpenDroneMap/SuperBuild/src/opensfm/bin/opensfm extract_metadata /home/elopez/dev/node-OpenDroneMap/data/5f6bf5d2-b9b0-4928-b043-8ff294154276/opensfm

2018-06-05 15:46:37,947 INFO: Extracting focal lengths for image DJI_0018.JPG

2018-06-05 15:46:38,100 INFO: Extracting focal lengths for image DJI_0019.JPG

2018-06-05 15:46:38,238 INFO: Extracting focal lengths for image DJI_0017.JPG

2018-06-05 15:46:38,378 INFO: Extracting focal lengths for image DJI_0021.JPG

2018-06-05 15:46:38,510 INFO: Extracting focal lengths for image DJI_0022.JPG

2018-06-05 15:46:38,653 INFO: Extracting focal lengths for image DJI_0020.JPG

[DEBUG] running PYTHONPATH=/home/elopez/dev/OpenDroneMap/SuperBuild/install/lib/python2.7/dist-packages /home/elopez/dev/OpenDroneMap/SuperBuild/src/opensfm/bin/opensfm detect_features /home/elopez/dev/node-OpenDroneMap/data/5f6bf5d2-b9b0-4928-b043-8ff294154276/opensfm

2018-06-05 15:46:39,516 INFO: Extracting ROOT_HAHOG features for image DJI_0018.JPG

2018-06-05 15:46:39,824 INFO: Extracting ROOT_HAHOG features for image DJI_0019.JPG

2018-06-05 15:46:40,103 INFO: Extracting ROOT_HAHOG features for image DJI_0017.JPG

2018-06-05 15:46:40,387 INFO: Extracting ROOT_HAHOG features for image DJI_0021.JPG

2018-06-05 15:46:40,671 INFO: Extracting ROOT_HAHOG features for image DJI_0022.JPG

2018-06-05 15:46:40,948 INFO: Extracting ROOT_HAHOG features for image DJI_0020.JPG

[DEBUG] running PYTHONPATH=/home/elopez/dev/OpenDroneMap/SuperBuild/install/lib/python2.7/dist-packages /home/elopez/dev/OpenDroneMap/SuperBuild/src/opensfm/bin/opensfm match_features /home/elopez/dev/node-OpenDroneMap/data/5f6bf5d2-b9b0-4928-b043-8ff294154276/opensfm

2018-06-05 15:46:41,408 INFO: Matching 15 image pairs

2018-06-05 15:46:41,816 INFO: Matching DJI_0019.JPG - 1 / 6

2018-06-05 15:46:42,133 INFO: Matching DJI_0017.JPG - 2 / 6

2018-06-05 15:46:42,545 INFO: Matching DJI_0021.JPG - 3 / 6

2018-06-05 15:46:42,970 INFO: Matching DJI_0022.JPG - 4 / 6

2018-06-05 15:46:43,394 INFO: Matching DJI_0020.JPG - 5 / 6

2018-06-05 15:46:43,903 INFO: Matching DJI_0018.JPG - 6 / 6

2018-06-05 15:46:45,148 DEBUG: DJI_0019.JPG - DJI_0020.JPG has 2729 candidate matches

2018-06-05 15:46:45,151 DEBUG: Robust matching time : 0.00207185745239s

2018-06-05 15:46:45,151 DEBUG: Full matching 2631 / 2729, time: 3.3347389698s

2018-06-05 15:46:45,860 DEBUG: DJI_0017.JPG - DJI_0021.JPG has 323 candidate matches

2018-06-05 15:46:45,861 DEBUG: Robust matching time : 0.000699996948242s

2018-06-05 15:46:45,861 DEBUG: Full matching 283 / 323, time: 3.7275531292s

2018-06-05 15:46:46,182 DEBUG: DJI_0021.JPG - DJI_0022.JPG has 1942 candidate matches

2018-06-05 15:46:46,184 DEBUG: Robust matching time : 0.00156307220459s

2018-06-05 15:46:46,184 DEBUG: Full matching 1811 / 1942, time: 3.63930988312s

2018-06-05 15:46:47,255 DEBUG: DJI_0020.JPG - DJI_0021.JPG has 5275 candidate matches

2018-06-05 15:46:47,256 DEBUG: Robust matching time : 0.0012469291687s

2018-06-05 15:46:47,257 DEBUG: Full matching 5088 / 5275, time: 3.86256504059s

2018-06-05 15:46:47,573 DEBUG: DJI_0018.JPG - DJI_0019.JPG has 2270 candidate matches

2018-06-05 15:46:47,576 DEBUG: Robust matching time : 0.00272393226624s

2018-06-05 15:46:47,577 DEBUG: Full matching 1932 / 2270, time: 3.67337012291s

2018-06-05 15:46:48,711 DEBUG: DJI_0019.JPG - DJI_0021.JPG has 2012 candidate matches

2018-06-05 15:46:48,713 DEBUG: Robust matching time : 0.00143313407898s

2018-06-05 15:46:48,713 DEBUG: Full matching 1765 / 2012, time: 3.56173706055s

2018-06-05 15:46:49,220 DEBUG: DJI_0017.JPG - DJI_0022.JPG has 202 candidate matches

2018-06-05 15:46:49,221 DEBUG: Robust matching time : 0.000485897064209s

2018-06-05 15:46:49,221 DEBUG: Full matching 171 / 202, time: 3.35996794701s

2018-06-05 15:46:50,633 DEBUG: DJI_0020.JPG - DJI_0022.JPG has 2044 candidate matches

2018-06-05 15:46:50,635 DEBUG: Robust matching time : 0.00168800354004s

2018-06-05 15:46:50,635 DEBUG: Full matching 1786 / 2044, time: 3.37842917442s

2018-06-05 15:46:50,781 DEBUG: DJI_0018.JPG - DJI_0022.JPG has 434 candidate matches

2018-06-05 15:46:50,782 DEBUG: Robust matching time : 0.000813007354736s

2018-06-05 15:46:50,782 DEBUG: Full matching 358 / 434, time: 3.20524406433s

2018-06-05 15:46:51,895 DEBUG: DJI_0019.JPG - DJI_0022.JPG has 1230 candidate matches

2018-06-05 15:46:51,896 DEBUG: Robust matching time : 0.000853061676025s

2018-06-05 15:46:51,897 DEBUG: Full matching 1154 / 1230, time: 3.18370008469s

2018-06-05 15:46:52,316 DEBUG: DJI_0017.JPG - DJI_0020.JPG has 361 candidate matches

2018-06-05 15:46:52,317 DEBUG: Robust matching time : 0.000373840332031s

2018-06-05 15:46:52,317 DEBUG: Full matching 321 / 361, time: 3.09584307671s

2018-06-05 15:46:53,464 DEBUG: DJI_0018.JPG - DJI_0020.JPG has 850 candidate matches

2018-06-05 15:46:53,465 DEBUG: Robust matching time : 0.000823974609375s

2018-06-05 15:46:53,465 DEBUG: Full matching 741 / 850, time: 2.68299412727s

2018-06-05 15:46:54,740 DEBUG: DJI_0017.JPG - DJI_0018.JPG has 3067 candidate matches

2018-06-05 15:46:54,742 DEBUG: Robust matching time : 0.00107383728027s

2018-06-05 15:46:54,742 DEBUG: Full matching 2947 / 3067, time: 2.42472195625s

2018-06-05 15:46:55,898 DEBUG: DJI_0018.JPG - DJI_0021.JPG has 723 candidate matches

2018-06-05 15:46:55,899 DEBUG: Robust matching time : 0.000978946685791s

2018-06-05 15:46:55,899 DEBUG: Full matching 633 / 723, time: 2.43419599533s

2018-06-05 15:46:57,078 DEBUG: DJI_0017.JPG - DJI_0019.JPG has 1021 candidate matches

2018-06-05 15:46:57,079 DEBUG: Robust matching time : 0.00119996070862s

2018-06-05 15:46:57,080 DEBUG: Full matching 863 / 1021, time: 2.33796215057s

[DEBUG] running PYTHONPATH=/home/elopez/dev/OpenDroneMap/SuperBuild/install/lib/python2.7/dist-packages /home/elopez/dev/OpenDroneMap/SuperBuild/src/opensfm/bin/opensfm create_tracks /home/elopez/dev/node-OpenDroneMap/data/5f6bf5d2-b9b0-4928-b043-8ff294154276/opensfm

2018-06-05 15:46:57,617 INFO: reading features

2018-06-05 15:46:57,853 DEBUG: Merging features onto tracks

2018-06-05 15:46:58,014 DEBUG: Good tracks: 9629

[DEBUG] running PYTHONPATH=/home/elopez/dev/OpenDroneMap/SuperBuild/install/lib/python2.7/dist-packages /home/elopez/dev/OpenDroneMap/SuperBuild/src/opensfm/bin/opensfm reconstruct /home/elopez/dev/node-OpenDroneMap/data/5f6bf5d2-b9b0-4928-b043-8ff294154276/opensfm

2018-06-05 15:46:58,775 INFO: Starting incremental reconstruction

2018-06-05 15:47:01,213 INFO: Starting reconstruction with DJI_0017.JPG and DJI_0018.JPG

2018-06-05 15:47:01,410 INFO: Two-view reconstruction inliers: 2987 / 2987

2018-06-05 15:47:01,612 INFO: Triangulated: 2987

2018-06-05 15:47:01,637 DEBUG: Ceres Solver Report: Iterations: 2, Initial cost: 2.628473e+03, Final cost: 2.623179e+03, Termination: CONVERGENCE

2018-06-05 15:47:01,802 DEBUG: Ceres Solver Report: Iterations: 2, Initial cost: 2.624493e+03, Final cost: 2.622482e+03, Termination: CONVERGENCE

2018-06-05 15:47:02,797 DEBUG: Ceres Solver Report: Iterations: 50, Initial cost: 5.249652e+03, Final cost: 5.199808e+03, Termination: NO_CONVERGENCE

2018-06-05 15:47:02,799 INFO: Removed outliers: 0

2018-06-05 15:47:02,801 INFO: -------------------------------------------------------

2018-06-05 15:47:02,818 INFO: DJI_0019.JPG resection inliers: 800 / 1034

2018-06-05 15:47:02,932 DEBUG: Ceres Solver Report: Iterations: 5, Initial cost: 2.788349e+03, Final cost: 2.691121e+03, Termination: CONVERGENCE

2018-06-05 15:47:02,932 INFO: Adding DJI_0019.JPG to the reconstruction

2018-06-05 15:47:03,007 INFO: Re-triangulating

2018-06-05 15:47:04,034 DEBUG: Ceres Solver Report: Iterations: 37, Initial cost: 7.905392e+03, Final cost: 7.805127e+03, Termination: CONVERGENCE

2018-06-05 15:47:04,377 DEBUG: Ceres Solver Report: Iterations: 1, Initial cost: 7.806233e+03, Final cost: 7.805124e+03, Termination: CONVERGENCE

2018-06-05 15:47:04,379 INFO: Removed outliers: 1

2018-06-05 15:47:04,406 INFO: -------------------------------------------------------

2018-06-05 15:47:04,427 INFO: DJI_0020.JPG resection inliers: 803 / 943

2018-06-05 15:47:04,441 DEBUG: Ceres Solver Report: Iterations: 5, Initial cost: 1.499050e+02, Final cost: 8.386094e+01, Termination: CONVERGENCE

2018-06-05 15:47:04,441 INFO: Adding DJI_0020.JPG to the reconstruction

2018-06-05 15:47:04,578 INFO: Re-triangulating

2018-06-05 15:47:05,172 DEBUG: Ceres Solver Report: Iterations: 13, Initial cost: 1.309331e+02, Final cost: 8.990211e+01, Termination: CONVERGENCE

2018-06-05 15:47:05,701 DEBUG: Ceres Solver Report: Iterations: 2, Initial cost: 9.108028e+01, Final cost: 8.990215e+01, Termination: CONVERGENCE

2018-06-05 15:47:05,705 INFO: Removed outliers: 0

2018-06-05 15:47:05,735 INFO: -------------------------------------------------------

2018-06-05 15:47:05,780 INFO: DJI_0021.JPG resection inliers: 2123 / 2228

2018-06-05 15:47:05,899 DEBUG: Ceres Solver Report: Iterations: 5, Initial cost: 1.956014e+02, Final cost: 8.057287e+01, Termination: CONVERGENCE

2018-06-05 15:47:05,899 INFO: Adding DJI_0021.JPG to the reconstruction

2018-06-05 15:47:06,035 INFO: Re-triangulating

2018-06-05 15:47:07,060 DEBUG: Ceres Solver Report: Iterations: 14, Initial cost: 1.320460e+02, Final cost: 1.155942e+02, Termination: CONVERGENCE

2018-06-05 15:47:07,862 DEBUG: Ceres Solver Report: Iterations: 3, Initial cost: 1.169941e+02, Final cost: 1.155942e+02, Termination: CONVERGENCE

2018-06-05 15:47:07,867 INFO: Removed outliers: 0

2018-06-05 15:47:07,913 INFO: -------------------------------------------------------

2018-06-05 15:47:07,949 INFO: DJI_0022.JPG resection inliers: 1895 / 2029

2018-06-05 15:47:08,070 DEBUG: Ceres Solver Report: Iterations: 4, Initial cost: 2.863161e+02, Final cost: 2.168743e+02, Termination: CONVERGENCE

2018-06-05 15:47:08,070 INFO: Adding DJI_0022.JPG to the reconstruction

2018-06-05 15:47:08,127 DEBUG: Local bundle sets: interior 6 boundary 0 other 0

2018-06-05 15:47:08,672 DEBUG: Ceres Solver Report: Iterations: 10, Initial cost: 2.875982e+02, Final cost: 2.049635e+02, Termination: NO_CONVERGENCE

2018-06-05 15:47:08,677 INFO: Removed outliers: 4

2018-06-05 15:47:08,678 INFO: -------------------------------------------------------

2018-06-05 15:47:11,544 DEBUG: Ceres Solver Report: Iterations: 48, Initial cost: 1.603788e+02, Final cost: 1.581267e+02, Termination: CONVERGENCE

2018-06-05 15:47:11,551 INFO: Removed outliers: 0

2018-06-05 15:47:12,063 INFO: Reconstruction 0: 6 images, 9606 points

2018-06-05 15:47:12,063 INFO: 1 partial reconstructions in total.

[DEBUG] running PYTHONPATH=/home/elopez/dev/OpenDroneMap/SuperBuild/install/lib/python2.7/dist-packages /home/elopez/dev/OpenDroneMap/SuperBuild/src/opensfm/bin/opensfm mesh /home/elopez/dev/node-OpenDroneMap/data/5f6bf5d2-b9b0-4928-b043-8ff294154276/opensfm

[DEBUG] running PYTHONPATH=/home/elopez/dev/OpenDroneMap/SuperBuild/install/lib/python2.7/dist-packages /home/elopez/dev/OpenDroneMap/SuperBuild/src/opensfm/bin/opensfm export_visualsfm /home/elopez/dev/node-OpenDroneMap/data/5f6bf5d2-b9b0-4928-b043-8ff294154276/opensfm

[DEBUG] running PYTHONPATH=/home/elopez/dev/OpenDroneMap/SuperBuild/install/lib/python2.7/dist-packages /home/elopez/dev/OpenDroneMap/SuperBuild/src/opensfm/bin/opensfm undistort /home/elopez/dev/node-OpenDroneMap/data/5f6bf5d2-b9b0-4928-b043-8ff294154276/opensfm

2018-06-05 15:47:16,015 DEBUG: Undistorting the reconstruction

2018-06-05 15:47:16,879 DEBUG: Undistorting image DJI_0019.JPG

2018-06-05 15:47:17,206 DEBUG: Undistorting image DJI_0017.JPG

2018-06-05 15:47:17,576 DEBUG: Undistorting image DJI_0021.JPG

2018-06-05 15:47:18,036 DEBUG: Undistorting image DJI_0022.JPG

2018-06-05 15:47:18,414 DEBUG: Undistorting image DJI_0020.JPG

2018-06-05 15:47:18,819 DEBUG: Undistorting image DJI_0018.JPG

[DEBUG] running PYTHONPATH=/home/elopez/dev/OpenDroneMap/SuperBuild/install/lib/python2.7/dist-packages /home/elopez/dev/OpenDroneMap/SuperBuild/src/opensfm/bin/opensfm export_ply --no-cameras /home/elopez/dev/node-OpenDroneMap/data/5f6bf5d2-b9b0-4928-b043-8ff294154276/opensfm

[DEBUG] running PYTHONPATH=/home/elopez/dev/OpenDroneMap/SuperBuild/install/lib/python2.7/dist-packages /home/elopez/dev/OpenDroneMap/SuperBuild/src/opensfm/bin/export_bundler /home/elopez/dev/node-OpenDroneMap/data/5f6bf5d2-b9b0-4928-b043-8ff294154276/opensfm

[DEBUG] running PYTHONPATH=/home/elopez/dev/OpenDroneMap/SuperBuild/install/lib/python2.7/dist-packages /home/elopez/dev/OpenDroneMap/SuperBuild/src/opensfm/bin/opensfm export_geocoords /home/elopez/dev/node-OpenDroneMap/data/5f6bf5d2-b9b0-4928-b043-8ff294154276/opensfm --transformation --proj '+units=m +no_defs=True +datum=WGS84 +proj=utm +zone=16 ’

[INFO] Running ODM OpenSfM Cell - Finished

[INFO] Running ODM Meshing Cell

[DEBUG] Writing ODM 2.5D Mesh file in: /home/elopez/dev/node-OpenDroneMap/data/5f6bf5d2-b9b0-4928-b043-8ff294154276/odm_meshing/odm_25dmesh.ply

[DEBUG] running /home/elopez/dev/OpenDroneMap/build/bin/odm_25dmeshing -inputFile /home/elopez/dev/node-OpenDroneMap/data/5f6bf5d2-b9b0-4928-b043-8ff294154276/opensfm/reconstruction.ply -outputFile /home/elopez/dev/node-OpenDroneMap/data/5f6bf5d2-b9b0-4928-b043-8ff294154276/odm_meshing/odm_25dmesh.ply -logFile /home/elopez/dev/node-OpenDroneMap/data/5f6bf5d2-b9b0-4928-b043-8ff294154276/odm_meshing/odm_25dmeshing_log.txt -maxVertexCount 100000 -neighbors 24 -resolution 0

[INFO] Running ODM Meshing Cell - Finished

[INFO] Running MVS Texturing Cell

[DEBUG] Writing MVS Textured file in: /home/elopez/dev/node-OpenDroneMap/data/5f6bf5d2-b9b0-4928-b043-8ff294154276/odm_texturing_25d/odm_textured_model.obj

[DEBUG] running /home/elopez/dev/OpenDroneMap/SuperBuild/install/bin/texrecon /home/elopez/dev/node-OpenDroneMap/data/5f6bf5d2-b9b0-4928-b043-8ff294154276/opensfm/reconstruction.nvm /home/elopez/dev/node-OpenDroneMap/data/5f6bf5d2-b9b0-4928-b043-8ff294154276/odm_meshing/odm_25dmesh.ply /home/elopez/dev/node-OpenDroneMap/data/5f6bf5d2-b9b0-4928-b043-8ff294154276/odm_texturing_25d/odm_textured_model -d gmi -o gauss_clamping -t none --skip_geometric_visibility_test

/home/elopez/dev/OpenDroneMap/SuperBuild/install/bin/texrecon (built on Jun 5 2018, 10:57:57)

Load and prepare mesh:

PLY Loader: comment VTK generated PLY File

Reading PLY: 100087 verts…

200000 faces…

done.

Generating texture views:

NVM: Loading file…

NVM: Number of views: 6

NVM: Number of features: 0

Loading 100%… done. (Took 1.727s)

Building adjacency graph:

Adding edges 100%… done. (Took 0.559s)

299914 total edges.

View selection:

Building BVH from 200000 faces…

done. (Took: 233 ms)

Calculating face qualities 100%… done. (Took 1.592s)

Postprocessing face infos 100%… done. (Took 0.127s)

Maximum quality of a face within an image: 10989.2

Clamping qualities to 274.759 within normalization.

Writing data cost file…

done.

Optimizing:

Time[s] Energy

0 195595

0 194810

1 193477

1 192751

1 192465

1 192285

2 192171

2 192057

3 192012

3 191972

3 191941

3 191913

3 191892

13256 faces have not been seen

Took: 6.457s

Generating texture patches:

Running…

done. (Took 0.977s)

1584 texture patches.

Running global seam leveling:

Create matrices for optimization…

done.

Lhs dimensionality: 101557 x 101557

Calculating adjustments:

Color channel 1: CG took 69 iterations. Residual is 9.14694e-05

Color channel 2: CG took 69 iterations. Residual is 9.36376e-05

Color channel 0: CG took 69 iterations. Residual is 9.10352e-05

Took 0.2 seconds

Adjusting texture patches 100%… done. (Took 1.025s)

Running local seam leveling:

Blending texture patches 100%… done. (Took 9.813s)

Generating texture atlases:

Sorting texture patches…

done.

Working on atlas 3 100%… done.

Finalizing texture atlases…

done. (Took: 24.905s)

Building objmodel:

Saving model…

done.

Whole texturing procedure took: 56.448s

[INFO] Running ODM Texturing Cell - Finished

[INFO] Running ODM Georeferencing Cell

[INFO] Running georeferencing with OpenSfM transformation matrix

[DEBUG] running /home/elopez/dev/OpenDroneMap/build/bin/odm_georef -bundleFile /home/elopez/dev/node-OpenDroneMap/data/5f6bf5d2-b9b0-4928-b043-8ff294154276/opensfm/bundle_r000.out -inputTransformFile /home/elopez/dev/node-OpenDroneMap/data/5f6bf5d2-b9b0-4928-b043-8ff294154276/opensfm/geocoords_transformation.txt -inputCoordFile /home/elopez/dev/node-OpenDroneMap/data/5f6bf5d2-b9b0-4928-b043-8ff294154276/odm_georeferencing/coords.txt -inputFile /home/elopez/dev/node-OpenDroneMap/data/5f6bf5d2-b9b0-4928-b043-8ff294154276/odm_texturing_25d/odm_textured_model.obj -outputFile /home/elopez/dev/node-OpenDroneMap/data/5f6bf5d2-b9b0-4928-b043-8ff294154276/odm_texturing_25d/odm_textured_model_geo.obj -inputPointCloudFile /home/elopez/dev/node-OpenDroneMap/data/5f6bf5d2-b9b0-4928-b043-8ff294154276/opensfm/reconstruction.ply -outputPointCloudFile /home/elopez/dev/node-OpenDroneMap/data/5f6bf5d2-b9b0-4928-b043-8ff294154276/odm_25dgeoreferencing/odm_georeferenced_model.ply -logFile /home/elopez/dev/node-OpenDroneMap/data/5f6bf5d2-b9b0-4928-b043-8ff294154276/odm_25dgeoreferencing/odm_georeferencing_log.txt -outputTransformFile /home/elopez/dev/node-OpenDroneMap/data/5f6bf5d2-b9b0-4928-b043-8ff294154276/odm_25dgeoreferencing/odm_georeferencing_transform.txt -georefFileOutputPath /home/elopez/dev/node-OpenDroneMap/data/5f6bf5d2-b9b0-4928-b043-8ff294154276/odm_25dgeoreferencing/odm_georeferencing_model_geo.txt

[DEBUG] running /home/elopez/dev/OpenDroneMap/SuperBuild/build/pdal/bin/pdal pipeline -i /home/elopez/dev/node-OpenDroneMap/data/5f6bf5d2-b9b0-4928-b043-8ff294154276/odm_georeferencing/las.json --readers.ply.filename=/home/elopez/dev/node-OpenDroneMap/data/5f6bf5d2-b9b0-4928-b043-8ff294154276/odm_25dgeoreferencing/odm_georeferenced_model.ply --writers.las.filename=/home/elopez/dev/node-OpenDroneMap/data/5f6bf5d2-b9b0-4928-b043-8ff294154276/odm_georeferencing/odm_georeferenced_model.las

[INFO] Creating geo-referenced CSV file (XYZ format)

Traceback (most recent call last):

File “/home/elopez/dev/OpenDroneMap/run.py”, line 47, in

plasm.execute(niter=1)

File “/home/elopez/dev/OpenDroneMap/scripts/odm_georeferencing.py”, line 154, in process

csv_line = [float(tokens[0]),

ValueError: could not convert string to float: ???!AÓM?0?7A?`"[email protected]#??-EA???

Hey @elopez :hand: this is a bug that should have been fixed with https://github.com/OpenDroneMap/OpenDroneMap/pull/832. Download the latest version of ODM and try again. Sorry about that :slight_smile:

@pierotofy thank you for your help! :+1:

1 Like