I am running my first test of ODM running natively on Windows. It does not seem to use GPU. Is this normal?
I see:
[INFO] CUDA drivers detected
[WARNING] Cannot use GPU for feature extraction: Cannot initialize CUDA
I am running my first test of ODM running natively on Windows. It does not seem to use GPU. Is this normal?
I see:
[INFO] CUDA drivers detected
[WARNING] Cannot use GPU for feature extraction: Cannot initialize CUDA
Welcome!
Sorry for the trouble! Could you please start with giving me a bit more information about your system?
For instance:
Thanks for the fast reply. Here is the info:
venv) C:\ODM>run C:\Users\etien\OneDrive\Documents\projets\airplanteco\data\bog
[INFO] Initializing ODM 2.8.5 - Fri Jun 10 11:12:43 2022
[INFO] ==============
[INFO] 3d_tiles: False
[INFO] auto_boundary: False
[INFO] boundary: {}
[INFO] build_overviews: False
[INFO] camera_lens: auto
[INFO] cameras: {}
[INFO] cog: False
[INFO] copy_to: None
[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_postprocess
[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_neighbors: 0
[INFO] matcher_type: flann
[INFO] max_concurrency: 16
[INFO] merge: all
[INFO] mesh_octree_depth: 11
[INFO] mesh_size: 200000
[INFO] min_num_features: 10000
[INFO] name: C:\Users\etien\OneDrive\Documents\projets\airplanteco\data\bog
[INFO] no_gpu: False
[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_copc: False
[INFO] pc_csv: False
[INFO] pc_ept: False
[INFO] pc_filter: 2.5
[INFO] pc_geometric: False
[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: /
[INFO] radiometric_calibration: none
[INFO] rerun: None
[INFO] rerun_all: False
[INFO] rerun_from: None
[INFO] resize_to: 2048
[INFO] sfm_algorithm: incremental
[INFO] skip_3dmodel: False
[INFO] skip_band_alignment: False
[INFO] skip_orthophoto: 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: C:\Users\etien\OneDrive\Documents\projets\airplanteco\data\bog\images
[INFO] Loading 276 images
[INFO] Wrote images database: C:\Users\etien\OneDrive\Documents\projets\airplanteco\data\bog\images.json
[INFO] Found 276 usable images
[INFO] Parsing SRS header: WGS84 UTM 19N
[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] Maximum photo dimensions: 4000px
[INFO] Photo dimensions for feature extraction: 2000px
[INFO] CUDA drivers detected
[WARNING] Cannot use GPU for feature extraction: Cannot initialize CUDA
[INFO] Altitude data detected, enabling it for GPS alignment
[INFO] [âuse_exif_size: noâ, âflann_algorithm: KDTREEâ, âfeature_process_size: 2000â, âfeature_min_frames: 10000â, âprocesses: 16â, âmatching_gps_neighbors: 0â, âmatching_gps_distance: 0â, âmatching_graph_rounds: 50â, âoptimize_camera_parameters: yesâ, âreconstruction_algorithm: incrementalâ, âundistorted_image_format: tifâ, âbundle_outlier_filtering_type: AUTOâ, âsift_peak_threshold: 0.066â, âalign_orientation_prior: verticalâ, âtriangulation_type: ROBUSTâ, âretriangulation_ratio: 2â, âbundle_compensate_gps_bias: yesâ, âmatcher_type: FLANNâ, âfeature_type: SIFTâ, âuse_altitude_tag: yesâ, âalign_method: autoâ, âlocal_bundle_radius: 0â]
[INFO] Wrote reference_lla.json
[INFO] running âC:\ODM\SuperBuild\install\bin\opensfm\bin\opensfmâ detect_features âC:\Users\etien\OneDrive\Documents\projets\airplanteco\data\bog\opensfmâ
2022-06-10 11:12:48,078 INFO: Capping memory usage to ~ 8421.0390625 MB
2022-06-10 11:12:48,078 INFO: Expecting to process 183 images.
Hmmm⌠Thanks for this. This matches a number of other recent reports weâve had from users on builds newer than v1.9.11 Build 58, all on hardware and software that should be appropriate for GPU feature extraction.
See:
With the latest build GPU feature extraction is again working for smaller images However, I still donât understand why a 12MB M2P image canât have its features extracted inside 4GB of GPU memory.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.