Hello everyone, could you help me??
I’m running the next command in a t2.large AWS instance:
docker run -ti --rm -v $(pwd):/datasets/code opendronemap/odm --project-path /datasets
but I get an error, this is the output of the command:
e[39m[INFO] Initializing OpenDroneMap app - Wed Oct 30 16:50:11 2019e[0m
e[39m[INFO] ==============e[0m
e[39m[INFO] build_overviews: Falsee[0m
e[39m[INFO] camera_lens: autoe[0m
e[39m[INFO] cameras: {}e[0m
e[39m[INFO] crop: 3e[0m
e[39m[INFO] debug: Falsee[0m
e[39m[INFO] dem_decimation: 1e[0m
e[39m[INFO] dem_euclidean_map: Falsee[0m
e[39m[INFO] dem_gapfill_steps: 3e[0m
e[39m[INFO] dem_resolution: 5e[0m
e[39m[INFO] depthmap_resolution: 640e[0m
e[39m[INFO] dsm: Falsee[0m
e[39m[INFO] dtm: Falsee[0m
e[39m[INFO] end_with: odm_orthophotoe[0m
e[39m[INFO] fast_orthophoto: Falsee[0m
e[39m[INFO] force_gps: Falsee[0m
e[39m[INFO] gcp: Nonee[0m
e[39m[INFO] ignore_gsd: Falsee[0m
e[39m[INFO] matcher_distance: 0e[0m
e[39m[INFO] matcher_neighbors: 8e[0m
e[39m[INFO] max_concurrency: 2e[0m
e[39m[INFO] merge: alle[0m
e[39m[INFO] mesh_octree_depth: 9e[0m
e[39m[INFO] mesh_point_weight: 4e[0m
e[39m[INFO] mesh_samples: 1.0e[0m
e[39m[INFO] mesh_size: 100000e[0m
e[39m[INFO] min_num_features: 8000e[0m
e[39m[INFO] mve_confidence: 0.6e[0m
e[39m[INFO] name: codee[0m
e[39m[INFO] opensfm_depthmap_method: PATCH_MATCHe[0m
e[39m[INFO] opensfm_depthmap_min_consistent_views: 3e[0m
e[39m[INFO] opensfm_depthmap_min_patch_sd: 1e[0m
e[39m[INFO] orthophoto_compression: DEFLATEe[0m
e[39m[INFO] orthophoto_cutline: Falsee[0m
e[39m[INFO] orthophoto_no_tiled: Falsee[0m
e[39m[INFO] orthophoto_resolution: 5e[0m
e[39m[INFO] pc_classify: Falsee[0m
e[39m[INFO] pc_csv: Falsee[0m
e[39m[INFO] pc_ept: Falsee[0m
e[39m[INFO] pc_filter: 2.5e[0m
e[39m[INFO] pc_las: Falsee[0m
e[39m[INFO] project_path: /datasetse[0m
e[39m[INFO] rerun: Nonee[0m
e[39m[INFO] rerun_all: Falsee[0m
e[39m[INFO] rerun_from: Nonee[0m
e[39m[INFO] resize_to: 2048e[0m
e[39m[INFO] skip_3dmodel: Falsee[0m
e[39m[INFO] sm_cluster: Nonee[0m
e[39m[INFO] smrf_scalar: 1.25e[0m
e[39m[INFO] smrf_slope: 0.15e[0m
e[39m[INFO] smrf_threshold: 0.5e[0m
e[39m[INFO] smrf_window: 18.0e[0m
e[39m[INFO] split: 999999e[0m
e[39m[INFO] split_overlap: 150e[0m
e[39m[INFO] texturing_data_term: gmie[0m
e[39m[INFO] texturing_keep_unseen_faces: Falsee[0m
e[39m[INFO] texturing_nadir_weight: 16e[0m
e[39m[INFO] texturing_outlier_removal_type: gauss_clampinge[0m
e[39m[INFO] texturing_skip_global_seam_leveling: Falsee[0m
e[39m[INFO] texturing_skip_hole_filling: Falsee[0m
e[39m[INFO] texturing_skip_local_seam_leveling: Falsee[0m
e[39m[INFO] texturing_skip_visibility_test: Falsee[0m
e[39m[INFO] texturing_tone_mapping: nonee[0m
e[39m[INFO] time: Falsee[0m
e[39m[INFO] use_3dmesh: Falsee[0m
e[39m[INFO] use_exif: Falsee[0m
e[39m[INFO] use_fixed_camera_params: Falsee[0m
e[39m[INFO] use_hybrid_bundle_adjustment: Falsee[0m
e[39m[INFO] use_opensfm_dense: Falsee[0m
e[39m[INFO] verbose: Falsee[0m
e[39m[INFO] ==============e[0m
e[39m[INFO] Running dataset stagee[0m
e[39m[INFO] Loading dataset from: /datasets/code/imagese[0m
e[39m[INFO] Loading images database: /datasets/code/images.jsone[0m
e[39m[INFO] Found 696 usable imagese[0m
e[39m[INFO] Coordinates file already exist: /datasets/code/odm_georeferencing/coords.txte[0m
e[39m[INFO] Parsing SRS header: WGS84 UTM 14Ne[0m
e[39m[INFO] Finished dataset stagee[0m
e[39m[INFO] Running split stagee[0m
e[39m[INFO] Normal dataset, will process all at once.e[0m
e[39m[INFO] Finished split stagee[0m
e[39m[INFO] Running merge stagee[0m
e[39m[INFO] Normal dataset, nothing to merge.e[0m
e[39m[INFO] Finished merge stagee[0m
e[39m[INFO] Running opensfm stagee[0m
e[93m[WARNING] /datasets/code/opensfm/image_list.txt already exists, not rerunning OpenSfM setupe[0m
e[93m[WARNING] Detect features already done: /datasets/code/opensfm/features existse[0m
e[93m[WARNING] Match features already done: /datasets/code/opensfm/matches existse[0m
e[93m[WARNING] Found a valid OpenSfM tracks file in: /datasets/code/opensfm/tracks.csve[0m
e[93m[WARNING] Found a valid OpenSfM reconstruction file in: /datasets/code/opensfm/reconstruction.jsone[0m
e[39m[INFO] Already extracted camerase[0m
e[93m[WARNING] Found an undistorted directory in /datasets/code/opensfm/undistortede[0m
e[93m[WARNING] Found a valid OpenSfM NVM reconstruction file in: /datasets/code/opensfm/reconstruction.nvme[0m
e[93m[WARNING] Will skip exporting /datasets/code/opensfm/geocoords_transformation.txte[0m
e[39m[INFO] Finished opensfm stagee[0m
e[39m[INFO] Running mve stagee[0m
e[93m[WARNING] Found a valid MVE reconstruction file in: /datasets/code/mve/mve_dense_point_cloud.plye[0m
e[39m[INFO] Finished mve stagee[0m
e[39m[INFO] Running odm_filterpoints stagee[0m
e[93m[WARNING] Found a valid point cloud file in: /datasets/code/odm_filterpoints/point_cloud.plye[0m
e[39m[INFO] Finished odm_filterpoints stagee[0m
e[39m[INFO] Running odm_meshing stagee[0m
e[93m[WARNING] Found a valid ODM Mesh file in: /datasets/code/odm_meshing/odm_mesh.plye[0m
e[93m[WARNING] Found a valid ODM 2.5D Mesh file in: /datasets/code/odm_meshing/odm_25dmesh.plye[0m
e[39m[INFO] Finished odm_meshing stagee[0m
e[39m[INFO] Running mvs_texturing stagee[0m
e[39m[INFO] Writing MVS Textured file in: /datasets/code/odm_texturing/odm_textured_model.obje[0m
e[39m[INFO] Removing old tmp directory /datasets/code/odm_texturing/tmpe[0m
e[39m[INFO] running /code/SuperBuild/install/bin/texrecon /datasets/code/opensfm/reconstruction.nvm /datasets/code/odm_meshing/odm_mesh.ply /datasets/code/odm_texturing/odm_textured_model -d gmi -o gauss_clamping -t none -n 65535e[0m
/code/SuperBuild/install/bin/texrecon (built on Oct 18 2019, 23:32:28)
Load and prepare mesh:
PLY Loader: comment VTK generated PLY File
Reading PLY: 100012 verts… 199864 faces… done.
Generating texture views:
NVM: Loading file…
NVM: Number of views: 539
NVM: Number of features: 0
terminate called after throwing an instance of ‘util::Exception’
what(): /datasets/code/opensfm/: Cannot determine image format
Aborted (core dumped)
Traceback (most recent call last):
File “/code/run.py”, line 57, in
app.execute()
File “/code/stages/odm_app.py”, line 92, in execute
self.first_stage.run()
File “/code/opendm/types.py”, line 370, in run
self.next_stage.run(outputs)
File “/code/opendm/types.py”, line 370, in run
self.next_stage.run(outputs)
File “/code/opendm/types.py”, line 370, in run
self.next_stage.run(outputs)
File “/code/opendm/types.py”, line 370, in run
self.next_stage.run(outputs)
File “/code/opendm/types.py”, line 370, in run
self.next_stage.run(outputs)
File “/code/opendm/types.py”, line 370, in run
self.next_stage.run(outputs)
File “/code/opendm/types.py”, line 370, in run
self.next_stage.run(outputs)
File “/code/opendm/types.py”, line 351, in run
self.process(self.args, outputs)
File “/code/stages/mvstex.py”, line 97, in process
‘-n {nadirWeight}’.format(**kwargs))
File “/code/opendm/system.py”, line 76, in run
raise Exception(“Child returned {}”.format(retcode))
Exception: Child returned 134
thank you for your help