Good day to everyone. Please help me with one problem. I have recently installed ODM (version: 2.4.10) natively on Ubuntu 20.04.2 LTS by your description steps declared on the web page. Installation was done great, without any problem during it. After installation, I downloaded the attached sample image dataset (Aukerman) to test if everything is ok with the ODM installation. When I ran ODM natively, all steps were successfully accomplished before step OpenSfM reconstruction. I used all default settings set by default ODM installation during ODM execution, except project path (for project path, I was using a new created folder âprojectâ in the main ODM-master folder). After running and finish the step OpenSfM reconstruction, ODM tells me that âThe program could not process this dataset using the current settings. Check that the images have enough overlap, that there are enough recognizable features, and that the images are in focus. You could also try to increase the --min-num-features parameter. The program will now exit.â. I will paste you all report from the terminal of ODM.
I thought that everything would be going great with the attached sample images. But as you can see, it does not. So I had tried to change the setting -min-num-features parameter (-min-num-features parameter: 20000) of the project, but the error still exists. I think that maybe the problem is in OpenSfM because it canât create file reconstruction.json. But I donât know. Please help me because I donât know what to do anymore to fix this problem. Thank you.
My PC specifications are this: RAM: 64 GB RAM, Processor: AMD Ryzen 9 3900X, 12 Core, 24 Thread Processor, 4.6 GHz Max Boost, 3.8 GHz Base, Graphics card: AMD Raden RX 5700 XT, 8 GB GDDR6.
Terminal report of ODM:
[INFO] Initializing ODM - pet tra 16 17:03:28 2021
[INFO] ==============
[INFO] build_overviews: False
[INFO] camera_lens: auto
[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: 640
[INFO] dsm: False
[INFO] dtm: False
[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] matcher_type: flann
[INFO] max_concurrency: 24
[INFO] merge: all
[INFO] mesh_octree_depth: 11
[INFO] mesh_size: 200000
[INFO] min_num_features: 8000
[INFO] name: aukerman
[INFO] optimize_disk_space: False
[INFO] orthophoto_compression: DEFLATE
[INFO] orthophoto_cutline: False
[INFO] orthophoto_kmz: False
[INFO] orthophoto_no_tiled: False
[INFO] orthophoto_png: False
[INFO] orthophoto_resolution: 5
[INFO] pc_classify: False
[INFO] pc_csv: False
[INFO] pc_ept: False
[INFO] pc_filter: 2.5
[INFO] pc_las: False
[INFO] pc_quality: medium
[INFO] pc_rectify: False
[INFO] pc_sample: 0
[INFO] pc_tile: False
[INFO] primary_band: auto
[INFO] project_path: /home/pc/Programs/ODM-master/projects
[INFO] radiometric_calibration: none
[INFO] rerun: None
[INFO] rerun_all: False
[INFO] rerun_from: None
[INFO] resize_to: 2048
[INFO] skip_3dmodel: False
[INFO] skip_band_alignment: False
[INFO] skip_report: 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_image_groups: None
[INFO] split_overlap: 150
[INFO] texturing_data_term: gmi
[INFO] texturing_keep_unseen_faces: False
[INFO] texturing_outlier_removal_type: gauss_clamping
[INFO] texturing_skip_global_seam_leveling: False
[INFO] texturing_skip_local_seam_leveling: 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] verbose: False
[INFO] ==============
[INFO] Running dataset stage
[INFO] Loading dataset from: /home/pc/Programs/ODM-master/projects/aukerman/images
[INFO] Loading 77 images
[INFO] Wrote images database: /home/pc/Programs/ODM-master/projects/aukerman/images.json
[INFO] Found 77 usable images
[INFO] Parsing SRS header: WGS84 UTM 17N
[INFO] Finished dataset stage
[INFO] Running split stage
[INFO] Normal dataset, will process all at once.
[INFO] Finished split stage
[INFO] Running merge stage
[INFO] Normal dataset, nothing to merge.
[INFO] Finished merge stage
[INFO] Running opensfm stage
[INFO] Writing exif overrides
[INFO] Maximum photo dimensions: 4896px
[INFO] PyOpenCL is missing (not a GPU build)
[INFO] Altitude data detected, enabling it for GPS alignment
[INFO] [âuse_exif_size: noâ, âflann_algorithm: KDTREEâ, âfeature_process_size: 2448â, âfeature_min_frames: 8000â, âprocesses: 24â, âmatching_gps_neighbors: 8â, âmatching_gps_distance: 0â, âoptimize_camera_parameters: yesâ, âundistorted_image_format: tifâ, âbundle_outlier_filtering_type: AUTOâ, âalign_orientation_prior: verticalâ, âtriangulation_type: ROBUSTâ, âretriangulation_ratio: 2â, âfeature_type: SIFTâ, âuse_altitude_tag: yesâ, âalign_method: autoâ, âlocal_bundle_radius: 0â]
[INFO] running /home/pc/Programs/ODM-master/SuperBuild/src/opensfm/bin/opensfm extract_metadata â/home/pc/Programs/ODM-master/projects/aukerman/opensfmâ
[INFO] running /home/pc/Programs/ODM-master/SuperBuild/src/opensfm/bin/opensfm detect_features â/home/pc/Programs/ODM-master/projects/aukerman/opensfmâ
[INFO] running /home/pc/Programs/ODM-master/SuperBuild/src/opensfm/bin/opensfm match_features â/home/pc/Programs/ODM-master/projects/aukerman/opensfmâ
[INFO] running /home/pc/Programs/ODM-master/SuperBuild/src/opensfm/bin/opensfm create_tracks â/home/pc/Programs/ODM-master/projects/aukerman/opensfmâ
[INFO] running /home/pc/Programs/ODM-master/SuperBuild/src/opensfm/bin/opensfm reconstruct â/home/pc/Programs/ODM-master/projects/aukerman/opensfmâ
[ERROR] The program could not process this dataset using the current settings. Check that the images have enough overlap, that there are enough recognizable features and that the images are in focus. You could also try to increase the --min-num-features parameter.The program will now exit.