A command line toolkit to generate maps, point clouds, 3D models and DEMs from drone, balloon or kite images. 📷
This report presents the forensic synthetic code analysis of OpenDroneMap/ODM, a Python project with 6,349 GitHub stars. SynthScan v2.0 examined 25,400 lines of code across 186 source files, recording 366 pattern matches distributed across 12 syntactic categories. The overall adjusted score of 18.0 places this repository in the Moderate AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 366 distinct pattern matches across 12 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | stages/odm_postprocess.py | 22 | except Exception as e: | CODE |
| LOW | stages/odm_georeferencing.py | 82 | except Exception as e: | CODE |
| LOW | stages/odm_georeferencing.py | 146 | except Exception as e: | CODE |
| LOW | stages/odm_georeferencing.py | 222 | except Exception as e: | CODE |
| LOW | stages/odm_georeferencing.py | 236 | except Exception as e: | CODE |
| LOW | stages/odm_georeferencing.py | 250 | except Exception as e: | CODE |
| LOW | stages/mvstex.py | 139 | except Exception as e: | CODE |
| LOW | stages/mvstex.py | 159 | except Exception as e: | CODE |
| LOW | stages/dataset.py | 59 | except Exception as e: | CODE |
| LOW | stages/dataset.py | 120 | except Exception as e: | CODE |
| LOW | stages/dataset.py | 149 | except Exception as e: | CODE |
| LOW | stages/dataset.py | 236 | except Exception as e: | CODE |
| LOW | stages/dataset.py | 277 | except Exception as e: | CODE |
| MEDIUM | stages/dataset.py | 226 | def parallel_sky_filter(item): | CODE |
| MEDIUM | stages/dataset.py | 267 | def parallel_bg_filter(item): | CODE |
| LOW | stages/splitmerge.py | 226 | except Exception as e: | CODE |
| LOW | stages/odm_app.py | 116 | except Exception as e: | CODE |
| MEDIUM | stages/odm_app.py | 80 | def execute(self): | CODE |
| LOW | tests/test_remote.py | 88 | except Exception as e: | CODE |
| MEDIUM | tests/test_remote.py | 75 | def monitor(): | CODE |
| LOW | contrib/fix_ply/fix_ply.py | 20 | except Exception as e: | CODE |
| LOW | contrib/fix_ply/fix_ply.py | 46 | except Exception as e: | CODE |
| MEDIUM | contrib/resize/resize.py | 82 | print("Error: Cannot resize {}: {}.".format(image_path, str(e))) | CODE |
| MEDIUM | contrib/resize/resize.py | 110 | print("Error: Cannot resize {}: {}.".format(gcp_path, str(e))) | CODE |
| LOW | opendm/cropper.py | 64 | except Exception as e: | CODE |
| LOW | opendm/arghelpers.py | 37 | except Exception as e: | CODE |
| MEDIUM | opendm/arghelpers.py | 33 | def save_opts(opts_json, args): | CODE |
| LOW | opendm/ogctiles.py | 34 | except Exception as e: | CODE |
| LOW | opendm/ogctiles.py | 55 | except Exception as e: | CODE |
| LOW | opendm/ogctiles.py | 69 | except Exception as e: | CODE |
| LOW | opendm/ogctiles.py | 101 | except Exception as e: | CODE |
| LOW | opendm/entwine.py | 34 | except Exception as e: | CODE |
| LOW | opendm/entwine.py | 100 | except Exception as e: | CODE |
| LOW | opendm/opc.py | 29 | except Exception as e: | CODE |
| LOW | opendm/thermal.py | 68 | except Exception as e: | CODE |
| LOW | opendm/config.py | 178 | except Exception as e: | CODE |
| LOW | opendm/log.py | 145 | except Exception as e: | CODE |
| LOW | opendm/remote.py | 46 | except Exception as e: | CODE |
| LOW | opendm/remote.py | 170 | except Exception as e: | CODE |
| LOW | opendm/remote.py | 205 | except Exception as e: | CODE |
| LOW | opendm/remote.py | 318 | except Exception as e: | CODE |
| LOW | opendm/remote.py | 325 | except Exception as e: | CODE |
| LOW | opendm/remote.py | 418 | except Exception as e: | CODE |
| MEDIUM | opendm/remote.py | 314 | def _process_local(self, done): | CODE |
| MEDIUM | opendm/remote.py | 321 | def _process_remote(self, done): | CODE |
| LOW | opendm/pseudogeo.py | 29 | except Exception as e: | CODE |
| LOW | opendm/ai.py | 59 | except Exception as e: | CODE |
| LOW | opendm/net.py | 108 | except Exception as e: | CODE |
| LOW | opendm/concurrency.py | 56 | except Exception as e: | CODE |
| LOW | opendm/gltf.py | 307 | except Exception as e: | CODE |
| LOW | opendm/types.py | 452 | except Exception as e: | CODE |
| MEDIUM | opendm/types.py | 237 | def georeference_with_gps(self, images_path, output_coords_file, output_model_tx | CODE |
| LOW | opendm/mesh.py | 107 | except Exception as e: | CODE |
| LOW | opendm/mesh.py | 176 | except Exception as e: | CODE |
| LOW | opendm/utils.py | 96 | except Exception as e: | CODE |
| LOW | opendm/utils.py | 157 | except Exception as e: | CODE |
| MEDIUM | opendm/utils.py | 107 | def rm_r(path): | CODE |
| LOW | opendm/cogeo.py | 49 | except Exception as e: | CODE |
| LOW | opendm/exiftool.py | 44 | except Exception as e: | CODE |
| LOW | opendm/exiftool.py | 50 | except Exception as e: | CODE |
| 36 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | stages/odm_meshing.py | 1 | CODE | |
| LOW | stages/odm_meshing.py | 6 | CODE | |
| LOW | stages/odm_meshing.py | 8 | CODE | |
| LOW | stages/run_opensfm.py | 1 | CODE | |
| LOW | stages/run_opensfm.py | 9 | CODE | |
| LOW | stages/run_opensfm.py | 11 | CODE | |
| LOW | stages/odm_filterpoints.py | 6 | CODE | |
| LOW | stages/odm_postprocess.py | 3 | CODE | |
| LOW | stages/odm_dem.py | 1 | CODE | |
| LOW | stages/odm_dem.py | 2 | CODE | |
| LOW | stages/odm_dem.py | 7 | CODE | |
| LOW | stages/odm_georeferencing.py | 3 | CODE | |
| LOW | stages/odm_georeferencing.py | 4 | CODE | |
| LOW | stages/odm_georeferencing.py | 17 | CODE | |
| LOW | stages/odm_georeferencing.py | 23 | CODE | |
| LOW | stages/dataset.py | 11 | CODE | |
| LOW | stages/dataset.py | 12 | CODE | |
| LOW | stages/openmvs.py | 1 | CODE | |
| LOW | stages/openmvs.py | 7 | CODE | |
| LOW | stages/openmvs.py | 12 | CODE | |
| LOW | stages/odm_app.py | 3 | CODE | |
| LOW | stages/odm_app.py | 4 | CODE | |
| LOW | stages/odm_app.py | 5 | CODE | |
| LOW | tests/test_camera.py | 1 | CODE | |
| LOW | tests/test_photo.py | 2 | CODE | |
| LOW | tests/test_photo.py | 3 | CODE | |
| LOW | tests/test_gcp.py | 1 | CODE | |
| LOW | tests/test_remote.py | 6 | CODE | |
| LOW | contrib/fix_ply/fix_ply.py | 4 | CODE | |
| LOW | opendm/cropper.py | 1 | CODE | |
| LOW | opendm/geo.py | 1 | CODE | |
| LOW | opendm/shots.py | 2 | CODE | |
| LOW | opendm/ogctiles.py | 2 | CODE | |
| LOW | opendm/ogctiles.py | 6 | CODE | |
| LOW | opendm/entwine.py | 2 | CODE | |
| LOW | opendm/entwine.py | 8 | CODE | |
| LOW | opendm/point_cloud.py | 1 | CODE | |
| LOW | opendm/point_cloud.py | 1 | CODE | |
| LOW | opendm/point_cloud.py | 8 | CODE | |
| LOW | opendm/point_cloud.py | 10 | CODE | |
| LOW | opendm/point_cloud.py | 11 | CODE | |
| LOW | opendm/concurrency.py | 2 | CODE | |
| LOW | opendm/bgfilter.py | 2 | CODE | |
| LOW | opendm/types.py | 14 | CODE | |
| LOW | opendm/mesh.py | 1 | CODE | |
| LOW | opendm/mesh.py | 2 | CODE | |
| LOW | opendm/mesh.py | 2 | CODE | |
| LOW | opendm/mesh.py | 2 | CODE | |
| LOW | opendm/mesh.py | 7 | CODE | |
| LOW | opendm/mesh.py | 8 | CODE | |
| LOW | opendm/mesh.py | 9 | CODE | |
| LOW | opendm/mesh.py | 10 | CODE | |
| LOW | opendm/location.py | 3 | CODE | |
| LOW | opendm/utils.py | 11 | CODE | |
| LOW | opendm/exiftool.py | 8 | CODE | |
| LOW | opendm/osfm.py | 5 | CODE | |
| LOW | opendm/osfm.py | 7 | CODE | |
| LOW | opendm/osfm.py | 16 | CODE | |
| LOW | opendm/osfm.py | 25 | CODE | |
| LOW | opendm/cutline.py | 6 | CODE | |
| 24 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | configure.py | 100 | CODE | |
| LOW | stages/odm_orthophoto.py | 19 | CODE | |
| LOW | stages/run_opensfm.py | 23 | CODE | |
| LOW | stages/run_opensfm.py | 42 | CODE | |
| LOW | stages/odm_report.py | 40 | CODE | |
| LOW | stages/odm_filterpoints.py | 13 | CODE | |
| LOW | stages/odm_dem.py | 19 | CODE | |
| LOW | stages/odm_georeferencing.py | 28 | CODE | |
| LOW | stages/mvstex.py | 14 | CODE | |
| LOW | stages/dataset.py | 48 | CODE | |
| LOW | stages/openmvs.py | 16 | CODE | |
| LOW | stages/splitmerge.py | 22 | CODE | |
| LOW | stages/splitmerge.py | 209 | CODE | |
| LOW | stages/odm_app.py | 80 | CODE | |
| LOW | contrib/orthorectify/orthorectify.py | 200 | CODE | |
| LOW | opendm/geo.py | 8 | CODE | |
| LOW | opendm/shots.py | 26 | CODE | |
| LOW | opendm/shots.py | 130 | CODE | |
| LOW | opendm/ogctiles.py | 14 | CODE | |
| LOW | opendm/thermal.py | 24 | CODE | |
| LOW | opendm/point_cloud.py | 15 | CODE | |
| LOW | opendm/point_cloud.py | 208 | CODE | |
| LOW | opendm/config.py | 154 | CODE | |
| LOW | opendm/align.py | 145 | CODE | |
| LOW | opendm/remote.py | 58 | CODE | |
| LOW | opendm/remote.py | 294 | CODE | |
| LOW | opendm/remote.py | 328 | CODE | |
| LOW | opendm/remote.py | 94 | CODE | |
| LOW | opendm/net.py | 14 | CODE | |
| LOW | opendm/net.py | 55 | CODE | |
| LOW | opendm/net.py | 71 | CODE | |
| LOW | opendm/io.py | 71 | CODE | |
| LOW | opendm/gltf.py | 14 | CODE | |
| LOW | opendm/gltf.py | 78 | CODE | |
| LOW | opendm/gltf.py | 128 | CODE | |
| LOW | opendm/types.py | 27 | CODE | |
| LOW | opendm/types.py | 130 | CODE | |
| LOW | opendm/types.py | 237 | CODE | |
| LOW | opendm/location.py | 116 | CODE | |
| LOW | opendm/camera.py | 4 | CODE | |
| LOW | opendm/camera.py | 33 | CODE | |
| LOW | opendm/utils.py | 82 | CODE | |
| LOW | opendm/utils.py | 122 | CODE | |
| LOW | opendm/exiftool.py | 10 | CODE | |
| LOW | opendm/exiftool.py | 54 | CODE | |
| LOW | opendm/exiftool.py | 55 | CODE | |
| LOW | opendm/osfm.py | 640 | CODE | |
| LOW | opendm/osfm.py | 773 | CODE | |
| LOW | opendm/osfm.py | 85 | CODE | |
| LOW | opendm/osfm.py | 129 | CODE | |
| LOW | opendm/osfm.py | 418 | CODE | |
| LOW | opendm/photo.py | 69 | CODE | |
| LOW | opendm/photo.py | 199 | CODE | |
| LOW | opendm/photo.py | 572 | CODE | |
| LOW | opendm/photo.py | 630 | CODE | |
| LOW | opendm/orthophoto.py | 44 | CODE | |
| LOW | opendm/orthophoto.py | 196 | CODE | |
| LOW | opendm/orthophoto.py | 268 | CODE | |
| LOW | opendm/gcp.py | 15 | CODE | |
| LOW | opendm/gcp.py | 174 | CODE | |
| 20 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | SuperBuild/CMakeLists.txt | 137 | # --------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | SuperBuild/CMakeLists.txt | 145 | # --------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | SuperBuild/CMakeLists.txt | 154 | # --------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | SuperBuild/CMakeLists.txt | 163 | # --------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | SuperBuild/CMakeLists.txt | 172 | # --------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | SuperBuild/CMakeLists.txt | 177 | # --------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | opendm/tiles/hsv_merge.py | 39 | # ============================================================================= | COMMENT |
| MEDIUM | opendm/tiles/hsv_merge.py | 79 | # ============================================================================= | COMMENT |
| MEDIUM | opendm/tiles/hsv_merge.py | 106 | # ============================================================================= | COMMENT |
| MEDIUM | opendm/tiles/hsv_merge.py | 119 | # ============================================================================= | STRING |
| MEDIUM | opendm/tiles/hsv_merge.py | 121 | # ============================================================================= | STRING |
| MEDIUM⚡ | opendm/tiles/gdal2tiles.py | 68 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | opendm/tiles/gdal2tiles.py | 69 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | opendm/tiles/gdal2tiles.py | 70 | # ============================================================================= | COMMENT |
| MEDIUM | opendm/tiles/gdal2tiles.py | 1442 | # ------------------------------------------------------------------------- | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | configure.py | 75 | def install_python_package_from_source(url, vcpkg, extractor, get_top_dir): | CODE |
| LOW | stages/odm_report.py | 31 | def generate_point_cloud_stats(input_point_cloud, pc_info_file, rerun=False): | CODE |
| LOW | tests/test_boundary.py | 24 | def test_load_boundary_without_reprojection(self): | CODE |
| LOW | tests/test_boundary.py | 31 | def test_load_boundary_reprojects_to_utm(self): | CODE |
| LOW | tests/test_osfm.py | 57 | def test_get_submodel_argv_dict(self): | CODE |
| LOW⚡ | tests/test_cutline.py | 12 | def test_largest_polygon_from_single_polygon(self): | CODE |
| LOW⚡ | tests/test_cutline.py | 21 | def test_largest_polygon_from_multipolygon_union(self): | CODE |
| LOW⚡ | tests/test_cutline.py | 30 | def test_polygon_writes_to_gpkg_with_polygon_schema(self): | CODE |
| LOW | contrib/time-sift/Timesift_odm.py | 59 | def clean_reconstruction_dict(subdict, key, images): | STRING |
| LOW | opendm/shots.py | 26 | def get_geojson_shots_from_opensfm(reconstruction_file, utm_srs=None, utm_offset=None, pseudo_geotiff=None, a_matrix=Non | CODE |
| LOW | opendm/boundary.py | 13 | def compute_boundary_from_shots(reconstruction_json, buffer=0, reconstruction_offset=(0, 0)): | CODE |
| LOW | opendm/dls.py | 86 | def __multilayer_transmission(phi, n, polarization=None): | CODE |
| LOW | opendm/pseudogeo.py | 13 | def add_pseudo_georeferencing(geotiff): | CODE |
| LOW | opendm/io.py | 71 | def path_or_json_string_to_dict(string): | CODE |
| LOW | opendm/rollingshutter.py | 67 | def get_rolling_shutter_readout(photo, override_value=0): | CODE |
| LOW | opendm/gltf.py | 78 | def convert_materials_to_jpeg(materials): | CODE |
| LOW | opendm/mesh.py | 136 | def screened_poisson_reconstruction(inPointCloud, outMesh, depth = 8, samples = 1, maxVertexCount=100000, pointWeight=4, | CODE |
| LOW | opendm/gsd.py | 102 | def opensfm_reconstruction_average_gsd(reconstruction_json, use_all_shots=False): | CODE |
| LOW | opendm/gsd.py | 173 | def calculate_gsd_from_focal_ratio(focal_ratio, flight_height, image_width): | CODE |
| LOW | opendm/location.py | 87 | def get_utm_zone_and_hemisphere_from(lon, lat): | CODE |
| LOW | opendm/camera.py | 33 | def get_opensfm_camera_models(cameras): | CODE |
| LOW | opendm/utils.py | 65 | def get_processing_results_paths(): | CODE |
| LOW | opendm/exiftool.py | 10 | def extract_raw_thermal_image_data(image_path): | CODE |
| LOW | opendm/exiftool.py | 69 | def extract_temperature_params_from(tags): | CODE |
| LOW | opendm/osfm.py | 85 | def check_merge_partial_reconstructions(self): | CODE |
| LOW | opendm/osfm.py | 498 | def restore_reconstruction_backup(self): | CODE |
| LOW | opendm/osfm.py | 520 | def add_shots_to_reconstruction(self, p2s): | CODE |
| LOW | opendm/photo.py | 679 | def get_radiometric_calibration(self): | CODE |
| LOW | opendm/photo.py | 706 | def get_vignetting_polynomial(self): | CODE |
| LOW | opendm/photo.py | 727 | def get_horizontal_irradiance(self): | CODE |
| LOW | opendm/photo.py | 795 | def override_camera_projection(self, camera_projection): | CODE |
| LOW | opendm/gpu.py | 12 | def has_popsift_and_can_handle_texsize(width, height): | CODE |
| LOW | opendm/multispectral.py | 287 | def compute_alignment_matrices(multi_camera, primary_band_name, images_path, s2p, p2s, max_concurrency=1, max_samples=30 | CODE |
| LOW | opendm/multispectral.py | 297 | def parallel_compute_homography(p): | CODE |
| LOW⚡ | opendm/tiles/tiler.py | 20 | def generate_orthophoto_tiles(geotiff, output_dir, max_concurrency, resolution): | CODE |
| LOW⚡ | opendm/tiles/tiler.py | 26 | def generate_colored_hillshade(geotiff): | CODE |
| LOW | opendm/tiles/gdal2tiles.py | 753 | def add_gdal_warp_options_to_string(vrt_string, warp_options): | CODE |
| LOW | opendm/tiles/gdal2tiles.py | 823 | def add_alpha_band_to_string_vrt(vrt_string): | CODE |
| LOW | opendm/tiles/gdal2tiles.py | 874 | def update_alpha_value_for_non_alpha_inputs(warped_vrt_dataset, options=None): | CODE |
| LOW | opendm/dem/pdal.py | 83 | def json_add_decimation_filter(json, step): | CODE |
| LOW | opendm/dem/pdal.py | 92 | def json_add_classification_filter(json, classification, equality="equals"): | CODE |
| LOW | opendm/dem/ground_rectification/point_cloud.py | 74 | def get_extra_dimension_values(self, name): | CODE |
| LOW | opendm/dem/ground_rectification/bounds/types.py | 20 | def percentage_of_points_inside(self, points): | CODE |
| LOW | opendm/dem/ground_rectification/bounds/types.py | 48 | def percentage_of_points_inside(self, points): | CODE |
| LOW | opendm/dem/ground_rectification/bounds/utils.py | 5 | def calculate_convex_hull_bounds(points): | CODE |
| LOW | …ound_rectification/partition/surrounding_partitions.py | 49 | def __find_points_for_non_surrounded_cluster(self, bounds, cluster_members, distance, min_area, min_points): | CODE |
| LOW | opendm/dem/ground_rectification/grid/builder.py | 24 | def __calculate_lonely_points(grid, point_cloud, distance): | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | opendm/tiles/gdal2tiles.py | 2179 | if (document.documentElement && document.documentElement.clientHeight) | CODE |
| HIGH | opendm/tiles/gdal2tiles.py | 2187 | if (document.documentElement && document.documentElement.clientWidth) | CODE |
| HIGH | opendm/tiles/gdal2tiles.py | 2286 | var url = document.location.toString(); | CODE |
| HIGH | opendm/tiles/gdal2tiles.py | 2731 | if (document.documentElement && document.documentElement.clientHeight) | CODE |
| HIGH | opendm/tiles/gdal2tiles.py | 2739 | if (document.documentElement && document.documentElement.clientWidth) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | opendm/cropper.py | 173 | # Create a convex hull around the boundary | COMMENT |
| MEDIUM | opendm/context.py | 46 | # Define the number of cores | COMMENT |
| MEDIUM | opendm/multispectral.py | 474 | # Define the motion model, scale the initial warp matrix to smallest level | COMMENT |
| MEDIUM | opendm/tiles/gdal2tiles.py | 1016 | # Create a KML file for this tile. | COMMENT |
| MEDIUM | opendm/tiles/gdal2tiles.py | 1132 | # Create a KML file for this tile. | COMMENT |
| MEDIUM | opendm/dem/ground_rectification/rectify.py | 66 | # Create a new point cloud | COMMENT |
| MEDIUM | …m/dem/ground_rectification/partition/partition_plan.py | 12 | """This method is expected to return a list of Partition instances""" | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | settings.yaml | 1 | --- | COMMENT |
| LOW | settings.yaml | 21 | #opensfm_processes: 4 # by default this is set to $(nproc) | COMMENT |
| LOW | settings.yaml | 41 | #texturing_skip_visibility_test: False | COMMENT |
| LOW | settings.yaml | 61 | #orthophoto_compression: DEFLATE # Options are [JPEG, LZW, PACKBITS, DEFLATE, LZMA, NONE] Don't change unless you know w | COMMENT |
| LOW | .github/workflows/test-build-prs.yaml | 21 | uses: docker/build-push-action@v2 | COMMENT |
| LOW | opendm/video/srtparser.py | 121 | # 2023-01-06 18:56:48,380,821 | COMMENT |
| LOW | opendm/video/parameters.py | 1 | COMMENT | |
| LOW | opendm/tiles/hsv_merge.py | 1 | #!/usr/bin/env python | COMMENT |
| LOW | opendm/tiles/hsv_merge.py | 21 | # | COMMENT |
| LOW | opendm/tiles/gdal2tiles.py | 1 | #!/usr/bin/env python | COMMENT |
| LOW | opendm/tiles/gdal2tiles.py | 21 | # Permission is hereby granted, free of charge, to any person obtaining a | COMMENT |
| LOW | opendm/tiles/gdal2tiles.py | 781 | warped_vrt_dataset.GetDriver().CreateCopy(temp_file, warped_vrt_dataset) | COMMENT |
| LOW | opendm/dem/pdal.py | 1 | #!/usr/bin/env python | COMMENT |
| LOW | opendm/objpacker/imagepacker/imagepacker.py | 1 | #! /usr/bin/python | COMMENT |
| LOW | opendm/objpacker/imagepacker/utils.py | 1 | #! /usr/bin/python | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | stages/odm_report.py | 52 | # Check if alignment has been performed (we need to transform our shots if so) | COMMENT |
| LOW | stages/odm_filterpoints.py | 28 | # Check if we need to compute boundary | COMMENT |
| LOW | stages/dataset.py | 107 | # Check if we need to extract video frames | COMMENT |
| LOW | stages/dataset.py | 176 | # Check if a geo file is available | COMMENT |
| LOW | opendm/align.py | 57 | # Check if we need to reproject align file | COMMENT |
| LOW | opendm/ai.py | 41 | # Check if we need to download it | COMMENT |
| LOW | opendm/video/checkers.py | 127 | # Check if ratio of black pixels is above threshold | COMMENT |
| LOW | opendm/video/video2dataset.py | 129 | # Add element to array | COMMENT |
| LOW | opendm/tiles/gdal2tiles.py | 1289 | # Output the results | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | opendm/mesh.py | 12 | CODE | |
| LOW | opendm/skyremoval/skyfilter.py | 71 | CODE | |
| LOW | opendm/dem/commands.py | 68 | CODE | |
| LOW | opendm/thermal_tools/thermal_utils.py | 5 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | contrib/exif-binner/exif_binner.py | 5 | # Usage: | COMMENT |
| LOW | contrib/mask-duplicator/mask-duplicator.py | 16 | # Usage: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | contrib/time-sift/Timesift_odm.py | 64 | # The list of valid images is prepared by removing any extension (to be robust to the .tif added by ODM) | STRING |
| LOW | opendm/multispectral.py | 130 | # Some cameras (Micasense, DJI) store the value (nice! just return) | COMMENT |