I reconstruction DTM et al. from 66 images, but after few calculation i view error:
Version ODM 2.1.0!
~/odm_projects/datasets/images$ docker run -ti --rm -v /home/alex/odm_projects/datasets:/datasets/code opendronemap/odm --project-path /datasets --camera-lens brown --texturing-data-term gmi --texturing-nadir-weight 32 --feature-quality high --opensfm-depthmap-method PATCH_MATCH --opensfm-depthmap-min-consistent-views 4 --depthmap-resolution 1280 --dtm
[INFO] DTM is turned on, automatically turning on point cloud classification
[INFO] Initializing ODM - Sun Jan 31 19:35:50 2021
[INFO] ==============
[INFO] build_overviews: False
[INFO] camera_lens: brown
[INFO] cameras: {}
[INFO] crop: 3
[INFO] debug: False
[INFO] dem_decimation: 1
[INFO] dem_euclidean_map: False
[INFO] dem_gapfill_steps: 3
[INFO] dem_resolution: 5
[INFO] depthmap_resolution: 1280.0
[INFO] dsm: False
[INFO] dtm: True
[INFO] end_with: odm_report
[INFO] fast_orthophoto: False
[INFO] feature_quality: high
[INFO] feature_type: sift
[INFO] force_gps: False
[INFO] gcp: None
[INFO] geo: None
[INFO] gps_accuracy: 10
[INFO] ignore_gsd: False
[INFO] matcher_distance: 0
[INFO] matcher_neighbors: 8
[INFO] max_concurrency: 4
[INFO] merge: all
[INFO] mesh_octree_depth: 10
[INFO] mesh_point_weight: 4
[INFO] mesh_samples: 1.0
[INFO] mesh_size: 200000
[INFO] min_num_features: 8000
[INFO] name: code
[INFO] opensfm_depthmap_method: PATCH_MATCH
[INFO] opensfm_depthmap_min_consistent_views: 4
[INFO] opensfm_depthmap_min_patch_sd: 1
[INFO] optimize_disk_space: False
[INFO] orthophoto_compression: DEFLATE
[INFO] orthophoto_cutline: False
[INFO] orthophoto_no_tiled: False
[INFO] orthophoto_png: False
[INFO] orthophoto_resolution: 5
[INFO] pc_classify: True
[INFO] pc_csv: False
[INFO] pc_ept: False
[INFO] pc_filter: 2.5
[INFO] pc_las: False
[INFO] pc_rectify: False
[INFO] pc_sample: 0
[INFO] project_path: /datasets
[INFO] radiometric_calibration: none
[INFO] rerun: None
[INFO] rerun_all: False
[INFO] rerun_from: None
[INFO] resize_to: 2048
[INFO] skip_3dmodel: False
[INFO] sm_cluster: None
[INFO] smrf_scalar: 1.25
[INFO] smrf_slope: 0.15
[INFO] smrf_threshold: 0.5
[INFO] smrf_window: 18.0
[INFO] split: 999999
[INFO] split_multitracks: False
[INFO] split_overlap: 150
[INFO] texturing_data_term: gmi
[INFO] texturing_keep_unseen_faces: False
[INFO] texturing_nadir_weight: 32
[INFO] texturing_outlier_removal_type: gauss_clamping
[INFO] texturing_skip_global_seam_leveling: False
[INFO] texturing_skip_hole_filling: False
[INFO] texturing_skip_local_seam_leveling: False
[INFO] texturing_skip_visibility_test: False
[INFO] texturing_tone_mapping: none
[INFO] tiles: False
[INFO] time: False
[INFO] use_3dmesh: False
[INFO] use_exif: False
[INFO] use_fixed_camera_params: False
[INFO] use_hybrid_bundle_adjustment: False
[INFO] use_opensfm_dense: False
[INFO] verbose: False
[INFO] ==============
[INFO] Running dataset stage
[INFO] Loading dataset from: /datasets/code/images
[INFO] Loading 66 images
[INFO] Wrote images database: /datasets/code/images.json
[INFO] Found 66 usable images
[WARNING] GPS position not available for IMG_20210131_201851.jpg
[WARNING] Will skip exporting /datasets/code/opensfm/geocoords_transformation.txt
[INFO] Finished opensfm stage
[INFO] Running openmvs stage
[INFO] running /code/SuperBuild/src/opensfm/bin/opensfm export_openmvs “/datasets/code/opensfm”
[INFO] Running dense reconstruction. This might take a while.
[INFO] running /code/SuperBuild/install/bin/OpenMVS/DensifyPointCloud “/datasets/code/opensfm/undistorted/openmvs/scene.mvs” --resolution-level 1 --min-resolution 1280 --max-resolution 3264 --max-threads 4 -w “/datasets/code/opensfm/undistorted/openmvs/depthmaps” -v 0
20:07:43 [App ] Build date: Nov 3 2020, 22:16:34
20:07:43 [App ] CPU: Intel® Core™ i3-3120M CPU @ 2.50GHz (4 cores)
20:07:43 [App ] RAM: 5.71GB Physical Memory 5.45GB Virtual Memory
20:07:43 [App ] OS: Linux 4.15.0-132-generic (x86_64)
20:07:43 [App ] SSE & AVX compatible CPU & OS detected
20:07:43 [App ] Command line: /datasets/code/opensfm/undistorted/openmvs/scene.mvs --resolution-level 1 --min-resolution 1280 --max-resolution 3264 --max-threads 4 -w /datasets/code/opensfm/undistorted/openmvs/depthmaps -v 0
20:09:32 [App ] Preparing images for dense reconstruction completed: 66 images (1m48s943ms)
20:09:33 [App ] Selecting images for dense reconstruction completed: 66 images (171ms)
Estimated depth-maps 66 (100%, 1h58m45s237ms)
Filtered depth-maps 66 (100%, 14m14s513ms)
Fused depth-maps 2 (3.03%, 35s, ETA 18m)…Killed
Traceback (most recent call last):
File “/code/run.py”, line 69, in
app.execute()
File “/code/stages/odm_app.py”, line 86, in execute
self.first_stage.run()
File “/code/opendm/types.py”, line 358, in run
self.next_stage.run(outputs)
File “/code/opendm/types.py”, line 358, in run
self.next_stage.run(outputs)
File “/code/opendm/types.py”, line 358, in run
self.next_stage.run(outputs)
[Previous line repeated 1 more time]
File “/code/opendm/types.py”, line 339, in run
self.process(self.args, outputs)
File “/code/stages/openmvs.py”, line 61, in process
’ '.join(config)))
File “/code/opendm/system.py”, line 79, in run
raise Exception(“Child returned {}”.format(retcode))
Exception: Child returned 137