I am a beginner. I tried some projects and notice that my GPU does not work while processing. I have NVIDIA geforce Gtx 1080 GPU. I followed the the commands at github page, but did not see the expected output.
This is what I get:
D:\Odm>docker run -ti --rm -v D:\SyncThing\Canavar\testData:/datasets --gpus all opendronemap/odm:gpu --project-path /datasets project
[INFO] Initializing ODM 3.5.3 - Tue Aug 06 05:37:32 2024
[INFO] ==============
[INFO] 3d_tiles: False
[INFO] align: None
[INFO] auto_boundary: False
[INFO] auto_boundary_distance: 0
[INFO] bg_removal: False
[INFO] boundary: {}
[INFO] build_overviews: False
[INFO] camera_lens: auto
[INFO] cameras: {}
[INFO] cog: False
[INFO] copy_to: None
[INFO] crop: 3
[INFO] dem_decimation: 1
[INFO] dem_euclidean_map: False
[INFO] dem_gapfill_steps: 3
[INFO] dem_resolution: 5
[INFO] dsm: False
[INFO] dtm: False
[INFO] end_with: odm_postprocess
[INFO] fast_orthophoto: False
[INFO] feature_quality: high
[INFO] feature_type: dspsift
[INFO] force_gps: False
[INFO] gcp: None
[INFO] geo: None
[INFO] gltf: False
[INFO] gps_accuracy: 3
[INFO] ignore_gsd: False
[INFO] matcher_neighbors: 0
[INFO] matcher_order: 0
[INFO] matcher_type: flann
[INFO] max_concurrency: 8
[INFO] merge: all
[INFO] mesh_octree_depth: 11
[INFO] mesh_size: 200000
[INFO] min_num_features: 10000
[INFO] name: project
[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: 5
[INFO] pc_las: False
[INFO] pc_quality: medium
[INFO] pc_rectify: False
[INFO] pc_sample: 0
[INFO] pc_skip_geometric: False
[INFO] primary_band: auto
[INFO] project_path: /datasets/project
[INFO] radiometric_calibration: none
[INFO] rerun: None
[INFO] rerun_all: False
[INFO] rerun_from: None
[INFO] rolling_shutter: False
[INFO] rolling_shutter_readout: 0
[INFO] sfm_algorithm: incremental
[INFO] sfm_no_partial: False
[INFO] skip_3dmodel: False
[INFO] skip_band_alignment: False
[INFO] skip_orthophoto: False
[INFO] skip_report: False
[INFO] sky_removal: False
[INFO] sm_cluster: None
[INFO] sm_no_align: False
[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_keep_unseen_faces: False
[INFO] texturing_single_material: False
[INFO] texturing_skip_global_seam_leveling: False
[INFO] tiles: False
[INFO] use_3dmesh: False
[INFO] use_exif: False
[INFO] use_fixed_camera_params: False
[INFO] use_hybrid_bundle_adjustment: False
[INFO] video_limit: 500
[INFO] video_resolution: 4000
[INFO] ==============
[INFO] Running dataset stage
[INFO] Loading dataset from: /datasets/project/images
[INFO] Loading 332 images
[INFO] Wrote images database: /datasets/project/images.json
[INFO] Found 332 usable images
[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] nvidia-smi detected
[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: 8â, â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â, âmatcher_type: FLANNâ, âfeature_type: DSPSIFTâ, âuse_altitude_tag: yesâ, âalign_method: autoâ, âlocal_bundle_radius: 0â]
[INFO] Wrote reference_lla.json
[INFO] running â/code/SuperBuild/install/bin/opensfm/bin/opensfmâ detect_features â/datasets/project/opensfmâ
This is what should I get:
source: GitHub - OpenDroneMap/ODM: A command line toolkit to generate maps, point clouds, 3D models and DEMs from drone, balloon or kite images. đˇ under GPU acceleration header.
