Repository Analysis

NVIDIA-AI-Blueprints/video-search-and-summarization

The NVIDIA VSS Blueprint is a suite of reference architectures for building GPU-accelerated vision agents and AI-powered video analytics applications.

11.1 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of NVIDIA-AI-Blueprints/video-search-and-summarization, a C++ project with 1,735 GitHub stars. SynthScan v2.0 examined 4,900,789 lines of code across 23230 source files, recording 50351 pattern matches distributed across 27 syntactic categories. The overall adjusted score of 11.1 places this repository in the Low 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).

11.1
Adjusted Score
11.1
Raw Score
100%
Time Factor
2026-07-14
Last Push
1.7K
Stars
C++
Language
4.9M
Lines of Code
23.2K
Files
50.4K
Pattern Hits
2026-07-14
Scan Date
0.02
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

Severity Breakdown

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.

CRITICAL 35HIGH 449MEDIUM 2795LOW 47072

Directory Score Breakdown

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.

Pattern Findings

The scanner identified 50351 distinct pattern matches across 27 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.

Over-Commented Block36099 hits · 30690 pts
SeverityFileLineSnippetContext
LOWtools/message-broker-consumers/redis_to_file.py1#!/usr/bin/env python3COMMENT
LOWtools/message-broker-consumers/kafka_to_file.py1#!/usr/bin/env python3COMMENT
LOWtools/message-broker-consumers/base_consumer.py1# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.COMMENT
LOWtools/sdg-postprocessing/3rdParty_Licenses.md1401// COMMENT
LOW…ols/sdg-postprocessing/utils/export_xform_semantics.py1# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.COMMENT
LOWtools/sdg-postprocessing/semantic_labeling/box_check.py1# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.COMMENT
LOW…s/sdg-postprocessing/semantic_labeling/remove_label.py1# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.COMMENT
LOW…cessing/data_conversion/convert_npy_to_png_depthmap.py1# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.COMMENT
LOW…postprocessing/data_conversion/convert_ground_truth.py1# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.COMMENT
LOW…postprocessing/data_conversion/convert_ground_truth.py1581 # List of specific primitive paths to exclude from processingCOMMENT
LOW…data_conversion/convert_images_to_videos_no_bframes.sh1#!/bin/bashCOMMENT
LOW…/data_conversion/convert_depth_rgb_to_h5_restarable.sh1#!/bin/bashCOMMENT
LOW…ta_conversion/convert_single_camera_rgb_depth_to_h5.py1# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.COMMENT
LOW…cessing/data_sanity_check/dataset_sanity_check_json.py1# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.COMMENT
LOW…ing/data_sanity_check/dataset_sanity_check_velocity.py1# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.COMMENT
LOW…ocessing/data_sanity_check/dataset_sanity_check_png.py1# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.COMMENT
LOW…ta_sanity_check/dataset_sanity_check_bbox_direction.py1# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.COMMENT
LOW…ta_sanity_check/dataset_sanity_check_bbox_direction.py861 # Example: ["/World/SomeObject/", ...]COMMENT
LOW…ocessing/data_sanity_check/dataset_sanity_check_rgb.py1# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.COMMENT
LOW…_sanity_check/dataset_sanity_check_instance_id_json.py1# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.COMMENT
LOW…/data_sanity_check/dataset_sanity_check_calibration.py1# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.COMMENT
LOW…ssing/data_sanity_check/dataset_sanity_check_videos.sh1#!/bin/bashCOMMENT
LOW…a_sanity_check/dataset_sanity_check_instance_id_png.py1# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.COMMENT
LOW…ocessing/data_sanity_check/dataset_sanity_check_npy.py1# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.COMMENT
LOWtools/rtvi-cv-mv3dt-utils/generate_pub_sub_configs.py1# SPDX-FileCopyrightText: Copyright (c) 2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.COMMENT
LOWtools/rtvi-cv-mv3dt-utils/generate_cam_info_configs.py1# SPDX-FileCopyrightText: Copyright (c) 2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.COMMENT
LOWdeploy/docker/compose.yml1# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.COMMENT
LOWdeploy/docker/industry-profiles/compose.yml1# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.COMMENT
LOW…ker/industry-profiles/warehouse-operations/compose.yml1# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.COMMENT
LOW…ker/industry-profiles/warehouse-operations/compose.yml21 # Warehouse Configuration - includes 2D, 3D (Sparse4D), and MV3DT appsCOMMENT
LOW…operations/warehouse-mv3dt-app/warehouse-mv3dt-app.yml1# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.COMMENT
LOW…bana-dashboard/init-scripts/kibana-import-dashboard.sh1#!/bin/bashCOMMENT
LOW…/import-calibration/init-scripts/calibration-import.sh1#!/bin/bashCOMMENT
LOW…-app/deepstream/configs/ds-main-redis-config-mv3dt.txt1# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.COMMENT
LOW…-mv3dt-app/deepstream/configs/ds-main-config-mv3dt.txt1# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.COMMENT
LOW…house-mv3dt-app/deepstream/configs/ds-kafka-config.txt1# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.COMMENT
LOW…house-mv3dt-app/deepstream/configs/ds-kafka-config.txt21#max.block.ms = 100COMMENT
LOW…house-mv3dt-app/deepstream/configs/ds-kafka-config.txt41#queue.buffering.backpressure.threshold = 1COMMENT
LOW…house-mv3dt-app/deepstream/configs/ds-redis-config.txt1# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.COMMENT
LOW…ehouse-mv3dt-app/deepstream/configs/ds-pgie-config.yml1# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.COMMENT
LOW…warehouse-mv3dt-app/deepstream/configs/config_mqtt.txt1[message-broker]COMMENT
LOW…operations/blueprint-configurator/blueprint_config.yml1# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.COMMENT
LOW…operations/blueprint-configurator/blueprint_config.yml21# Example: Custom profile for L4 GPU with specific tuning for 3D mode and default tuning for 2D modeCOMMENT
LOW…operations/blueprint-configurator/blueprint_config.yml41# updates:COMMENT
LOW…house-operations/warehouse-2d-app/warehouse-2d-app.yml1# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.COMMENT
LOW…bana-dashboard/init-scripts/kibana-import-dashboard.sh1#!/bin/bashCOMMENT
LOW…/import-calibration/init-scripts/calibration-import.sh1#!/bin/bashCOMMENT
LOW…warehouse-2d-app/deepstream/configs/ds-main-config.txt1# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.COMMENT
LOW…warehouse-2d-app/deepstream/configs/ds-main-config.txt81#(1): New Api to create payload using NvDsFrameMetaCOMMENT
LOW…warehouse-2d-app/deepstream/configs/ds-main-config.txt121#(1): PAYLOAD_DEEPSTREAM_MINIMAL - Deepstream schema payload minimalCOMMENT
LOW…eepstream/configs/ds-nvdcf-accuracy-tracker-config.yml1# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.COMMENT
LOW…arehouse-2d-app/deepstream/configs/ds-kafka-config.txt1# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.COMMENT
LOW…arehouse-2d-app/deepstream/configs/ds-redis-config.txt1# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.COMMENT
LOW…warehouse-2d-app/deepstream/configs/ds-pgie-config.yml1# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.COMMENT
LOW…house-operations/warehouse-3d-app/warehouse-3d-app.yml1# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.COMMENT
LOW…house-operations/warehouse-3d-app/warehouse-3d-app.yml81 # profiles: ["bp_wh_kafka_3d","bp_wh_redis_3d"]COMMENT
LOW…bana-dashboard/init-scripts/kibana-import-dashboard.sh1#!/bin/bashCOMMENT
LOW…/import-calibration/init-scripts/calibration-import.sh1#!/bin/bashCOMMENT
LOW…p/deepstream/configs/ds-mtmc-preprocess-ocr-config.txt1# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.COMMENT
LOW…p/deepstream/configs/ds-mtmc-preprocess-ocr-config.txt41scaling-buf-pool-size=20COMMENT
36039 more matches not shown…
Decorative Section Separators2287 hits · 8138 pts
SeverityFileLineSnippetContext
MEDIUMtools/sdg-postprocessing/3rdParty_Licenses.md249#------------------------------------------------------------------------------COMMENT
MEDIUMtools/sdg-postprocessing/3rdParty_Licenses.md255#------------------------------------------------------------------------------COMMENT
MEDIUM…-app/deepstream/configs/ds-main-redis-config-mv3dt.txt16# ============================================================================COMMENT
MEDIUM…-app/deepstream/configs/ds-main-redis-config-mv3dt.txt20# ============================================================================COMMENT
MEDIUM…-mv3dt-app/deepstream/configs/ds-main-config-mv3dt.txt16# ============================================================================COMMENT
MEDIUM…-mv3dt-app/deepstream/configs/ds-main-config-mv3dt.txt20# ============================================================================COMMENT
MEDIUM…operations/blueprint-configurator/blueprint_config.yml16# ========================================================================================================COMMENT
MEDIUM…operations/blueprint-configurator/blueprint_config.yml45# ========================================================================================================COMMENT
MEDIUM…operations/blueprint-configurator/blueprint_config.yml47# ========================================================================================================COMMENT
MEDIUM…operations/blueprint-configurator/blueprint_config.yml50# ========================================================================================================COMMENT
MEDIUM…operations/blueprint-configurator/blueprint_config.yml588# ========================================================================================================COMMENT
MEDIUM…operations/blueprint-configurator/blueprint_config.yml590# ========================================================================================================COMMENT
MEDIUM…rehouse-operations/vlm-as-verifier/realtime-config.yml15 # ── Rule 1 ──────────────────────────────────────────────────────────────COMMENT
MEDIUM…rehouse-operations/vlm-as-verifier/realtime-config.yml20 # ── Required ────────────────────────────────────────────────────────COMMENT
MEDIUM…rehouse-operations/vlm-as-verifier/realtime-config.yml35 # ── Rule 2 ──────────────────────────────────────────────────────────────COMMENT
MEDIUM…rehouse-operations/vlm-as-verifier/realtime-config.yml53 # ── Rule 3 ──────────────────────────────────────────────────────────────COMMENT
MEDIUM…rehouse-operations/vlm-as-verifier/realtime-config.yml71 # ── Rule 4 ──────────────────────────────────────────────────────────────COMMENT
MEDIUM…arehouse-operations/vlm-as-verifier/configs/config.yml16# ============================================================================COMMENT
MEDIUM…arehouse-operations/vlm-as-verifier/configs/config.yml18# ============================================================================COMMENT
MEDIUM…erts/vlm-as-verifier/configs/EDGE-LOCAL-VLM-config.yml16# ============================================================================COMMENT
MEDIUM…erts/vlm-as-verifier/configs/EDGE-LOCAL-VLM-config.yml18# ============================================================================COMMENT
MEDIUM…/dev-profile-alerts/vlm-as-verifier/configs/config.yml16# ============================================================================COMMENT
MEDIUM…/dev-profile-alerts/vlm-as-verifier/configs/config.yml18# ============================================================================COMMENT
MEDIUM…/dev-profile-alerts/vlm-as-verifier/configs/config.yml120 # ─ Precedence note ────────────────────────────────────────COMMENT
MEDIUM…s-2d-app/deepstream/scripts/download-vision-encoder.sh54# ---------------------------------------------------------------------------COMMENT
MEDIUM…s-2d-app/deepstream/scripts/download-vision-encoder.sh56# ---------------------------------------------------------------------------COMMENT
MEDIUM…s-2d-app/deepstream/scripts/download-vision-encoder.sh69# ---------------------------------------------------------------------------COMMENT
MEDIUM…s-2d-app/deepstream/scripts/download-vision-encoder.sh71# ---------------------------------------------------------------------------COMMENT
MEDIUM…s-2d-app/deepstream/scripts/download-vision-encoder.sh88# ---------------------------------------------------------------------------COMMENT
MEDIUM…s-2d-app/deepstream/scripts/download-vision-encoder.sh90# ---------------------------------------------------------------------------COMMENT
MEDIUM…s-2d-app/deepstream/scripts/download-vision-encoder.sh119# ---------------------------------------------------------------------------COMMENT
MEDIUM…s-2d-app/deepstream/scripts/download-vision-encoder.sh122# ---------------------------------------------------------------------------COMMENT
MEDIUM…analytics-2d-app/deepstream/scripts/ds-search-start.sh33# ---------------------------------------------------------------------------COMMENT
MEDIUM…analytics-2d-app/deepstream/scripts/ds-search-start.sh39# ---------------------------------------------------------------------------COMMENT
MEDIUM…analytics-2d-app/deepstream/scripts/ds-search-start.sh44# ---------------------------------------------------------------------------COMMENT
MEDIUM…analytics-2d-app/deepstream/scripts/ds-search-start.sh46# ---------------------------------------------------------------------------COMMENT
MEDIUM…analytics-2d-app/deepstream/scripts/ds-search-start.sh59# ---------------------------------------------------------------------------COMMENT
MEDIUM…analytics-2d-app/deepstream/scripts/ds-search-start.sh65# ---------------------------------------------------------------------------COMMENT
MEDIUM…analytics-2d-app/deepstream/scripts/ds-search-start.sh77# ---------------------------------------------------------------------------COMMENT
MEDIUM…analytics-2d-app/deepstream/scripts/ds-search-start.sh79# ---------------------------------------------------------------------------COMMENT
MEDIUM…analytics-2d-app/deepstream/scripts/ds-search-start.sh95# ---------------------------------------------------------------------------COMMENT
MEDIUM…analytics-2d-app/deepstream/scripts/ds-search-start.sh97# ---------------------------------------------------------------------------COMMENT
MEDIUMdeploy/docker/scripts/vss_orchestrator_mcp_config.yml39 # ------------------------------------------------------------------------------------------------------------------COMMENT
MEDIUMdeploy/docker/services/rtvi/rtvi-cv/ds-start.sh31# ---------------------------------------------------------------------------COMMENT
MEDIUMdeploy/docker/services/rtvi/rtvi-cv/ds-start.sh33# ---------------------------------------------------------------------------COMMENT
MEDIUMdeploy/docker/services/rtvi/rtvi-cv/ds-start.sh51# ---------------------------------------------------------------------------COMMENT
MEDIUMdeploy/docker/services/rtvi/rtvi-cv/ds-start.sh53# ---------------------------------------------------------------------------COMMENT
MEDIUMdeploy/docker/services/rtvi/rtvi-cv/ds-start.sh188# ---------------------------------------------------------------------------COMMENT
MEDIUMdeploy/docker/services/rtvi/rtvi-cv/ds-start.sh190# ---------------------------------------------------------------------------COMMENT
MEDIUMdeploy/docker/services/rtvi/rtvi-cv/ds-start.sh213# ---------------------------------------------------------------------------COMMENT
MEDIUM…ices/infra/elk/elasticsearch/configs/elasticsearch.yml11# --------------------------------------------------------------------------------COMMENT
MEDIUM…loper-profiles/dev-profile-search/override-values.yaml16# =============================================================================COMMENT
MEDIUM…loper-profiles/dev-profile-search/override-values.yaml18# =============================================================================COMMENT
MEDIUM…loper-profiles/dev-profile-search/override-values.yaml25# =============================================================================COMMENT
MEDIUM…loper-profiles/dev-profile-search/override-values.yaml31# ── Agent config: search profile wired to in-cluster services ───────────────COMMENT
MEDIUM…loper-profiles/dev-profile-search/override-values.yaml43# ── Kafka: override advertised host for external broker access (optional) ─────COMMENT
MEDIUM…loper-profiles/dev-profile-search/override-values.yaml47# ── rtvi (vss-rtvi-cv + vss-rtvi-embed): GPU / keys ────────────────────────────COMMENT
MEDIUM…/helm/developer-profiles/dev-profile-search/Chart.yaml67# =============================================================================COMMENT
MEDIUM…/helm/developer-profiles/dev-profile-search/Chart.yaml70# =============================================================================COMMENT
MEDIUM…/helm/developer-profiles/dev-profile-search/Chart.yaml72 # ---------------------------------------------------------------------------COMMENT
2227 more matches not shown…
Hyper-Verbose Identifiers7041 hits · 6877 pts
SeverityFileLineSnippetContext
LOW…postprocessing/data_conversion/convert_ground_truth.py84 def bbox_to_translate_orient_scale(self, bbox_3d: Dict[str, Any], key: str, x: Optional[float] = None, y: Optional[fCODE
LOW…postprocessing/data_conversion/convert_ground_truth.py279 def compare_dicts_with_tolerance(self, dict1: Dict[str, Any], dict2: Dict[str, Any], tolerance: float = 1e-6) -> booCODE
LOW…postprocessing/data_conversion/convert_ground_truth.py307 def find_best_bbox_by_clustering(self, bbox_3d_list: List[Dict[str, Any]], tolerance: float = 1e-6) -> int:CODE
LOW…postprocessing/data_conversion/convert_ground_truth.py401 def find_best_bbox_with_outlier_detection(self, bbox_3d_list: List[Dict[str, Any]], tolerance: float = 1e-6) -> int:CODE
LOW…postprocessing/data_conversion/convert_ground_truth.py600 def compare_lists_with_tolerance(self, list1: List[Any], list2: List[Any], tolerance: float = 1e-6) -> bool:CODE
LOW…postprocessing/data_conversion/convert_ground_truth.py999 def generate_ground_truth_for_scene(CODE
LOW…postprocessing/data_conversion/convert_ground_truth.py1342 def get_cam_params_from_calib_intr_extr(self, calibration: Dict[str, Any], idx: int) -> np.ndarray:CODE
LOW…postprocessing/data_conversion/convert_ground_truth.py1361 def process_video_across_cameras(self, scene_dir: str, calibration_path: str, output_directory: str, max_frames: OptCODE
LOW…ing/data_sanity_check/dataset_sanity_check_velocity.py66def find_frames_with_large_velocity(json_path: str, threshold: float = 5.0) -> None:CODE
LOW…ta_sanity_check/dataset_sanity_check_bbox_direction.py438def bbox_to_translate_orient_scale(bbox_3d: Dict[str, Any], key: str, x: Optional[float] = None, y: Optional[float] = NoCODE
LOW…/data_sanity_check/dataset_sanity_check_calibration.py114def world_to_image_helper_from_calibration(corner: np.ndarray, rotation_vector: np.ndarray, translation_vector: np.ndarrCODE
LOW…/data_sanity_check/dataset_sanity_check_calibration.py138def get_cam_params_from_calib(sensor: Dict[str, Any]) -> Tuple[np.ndarray, np.ndarray, np.ndarray, np.ndarray]:CODE
LOW…/data_sanity_check/dataset_sanity_check_calibration.py193def compute_camera_projection_matrix(three_d_points: np.ndarray, two_d_points: np.ndarray) -> np.ndarray:CODE
LOW…/data_sanity_check/dataset_sanity_check_calibration.py223def compute_homography_matrix(proj_matrix: np.ndarray, platform_height: float = 0) -> np.ndarray:CODE
LOWtools/rtvi-cv-mv3dt-utils/generate_pub_sub_configs.py48def load_and_process_camera_matrices(cam_info_path):CODE
LOW…patialai-data-utils/tools/visualization/draw_3dbbox.py364def _canonical_output_basename(CODE
LOW…ata-utils/tools/visualization/draw_camera_placement.py191def _configure_matplotlib_backend(interactive: bool) -> None:CODE
LOW…ls/spatialai_data_utils/visualization/camera_groups.py391def plot_sensor_groups_black_background(CODE
LOW…ata-utils/spatialai_data_utils/visualization/render.py153def draw_bev_objects_bbox_in_image(CODE
LOW…ata-utils/spatialai_data_utils/visualization/render.py416def process_frame_gt_json_aicity(CODE
LOW…s/visualization/camera_placement/calibration_parser.py87def load_camera_poses_from_calibration(CODE
LOW…s/visualization/camera_placement/calibration_parser.py149def load_camera_placement_context(CODE
LOW…i_data_utils/visualization/camera_placement/plotter.py102def _estimate_half_plane_size(CODE
LOW…i_data_utils/visualization/camera_placement/plotter.py123def _build_world_frustum_vertices(CODE
LOW…i_data_utils/visualization/camera_placement/plotter.py256def _compute_world_content_bounds(CODE
LOW…i_data_utils/visualization/camera_placement/plotter.py336def _extract_polygons_from_attributes(sensors: Sequence[dict]) -> list:CODE
LOW…i_data_utils/visualization/camera_placement/plotter.py350def _clip_geometry_to_scene_bounds(CODE
LOW…i_data_utils/visualization/camera_placement/plotter.py525def _sensor_world_to_map_params(calibration_data: dict | None):CODE
LOW…i_data_utils/visualization/camera_placement/plotter.py1027def render_camera_placement_sequence(CODE
LOW…ai_data_utils/visualization/video_utils/video2frame.py371def expected_extraction_count(CODE
LOW…utils/spatialai_data_utils/core/cameras/group_utils.py50def add_group_info_to_sensors(CODE
LOW…utils/spatialai_data_utils/core/cameras/group_utils.py160def apply_group_reassignments(CODE
LOW…utils/spatialai_data_utils/core/cameras/group_utils.py209def reassign_camera_groups_from_calibration(CODE
LOW…utils/spatialai_data_utils/core/cameras/group_utils.py417def _grid_from_stats_or_default(CODE
LOW…-utils/spatialai_data_utils/core/cameras/clustering.py67 def compute_camera_fov_center(cls, poly) -> Tuple[float, float]:CODE
LOW…-utils/spatialai_data_utils/core/cameras/clustering.py380 def get_uncategorized_camera_indices(self) -> List[int]:CODE
LOW…-utils/spatialai_data_utils/core/cameras/clustering.py475 def get_closest_center_camera(self, target_camera_idx_list: List[int]) -> int:CODE
LOW…-utils/spatialai_data_utils/core/cameras/clustering.py507 def get_furthest_center_camera(self, target_camera_idx_list: List[int]) -> int:CODE
LOW…-utils/spatialai_data_utils/core/cameras/clustering.py611 def _evaluate_membership_scores(CODE
LOW…-utils/spatialai_data_utils/core/cameras/clustering.py655 def generate_cluster_assignments(self) -> List[int]:CODE
LOW…-utils/spatialai_data_utils/core/cameras/clustering.py703 def seed_clusters_and_get_unassigned_cameras(CODE
LOW…-utils/spatialai_data_utils/core/cameras/clustering.py912 def _process_unassigned_cameras(CODE
LOW…-utils/spatialai_data_utils/core/cameras/clustering.py976 def _identify_unassigned_candidates(CODE
LOW…-utils/spatialai_data_utils/core/cameras/clustering.py1007 def _find_best_cluster_for_camera(CODE
LOW…-utils/spatialai_data_utils/core/cameras/clustering.py1049 def _assign_unassigned_cameras_balanced(CODE
LOW…-utils/spatialai_data_utils/core/cameras/clustering.py1191 def _assign_unassigned_cameras_densify(CODE
LOW…-utils/spatialai_data_utils/core/cameras/clustering.py1268 def _attempt_cascade_assignment(CODE
LOW…-utils/spatialai_data_utils/core/cameras/clustering.py1348 def _rank_eviction_candidates(CODE
LOW…-utils/spatialai_data_utils/core/cameras/clustering.py1377 def _rank_destination_clusters(CODE
LOW…-utils/spatialai_data_utils/core/cameras/clustering.py1430 def _create_singleton_cluster(self, camera_idx: int):CODE
LOW…-utils/spatialai_data_utils/core/cameras/clustering.py1563def cluster_cameras_from_calibration(CODE
LOW…-utils/spatialai_data_utils/core/cameras/clustering.py1684def find_suggested_cluster_params(args, verbose: bool = False) -> List[Dict[str, float]]:CODE
LOW…ta-utils/spatialai_data_utils/core/cameras/grouping.py758def group_cameras_from_calibration(CODE
LOW…a-utils/spatialai_data_utils/core/cameras/filtering.py30def check_if_sensor_in_sensor_set(sensor, sensor_set):CODE
LOW…a-utils/spatialai_data_utils/core/cameras/filtering.py47def check_sensors_in_calibration_dict(sensor_ids, calibration_data):CODE
LOW…a-utils/spatialai_data_utils/core/cameras/filtering.py91def check_sensor_in_calibration_dict(sensor, calib_json):CODE
LOW…a-utils/spatialai_data_utils/core/cameras/filtering.py137def check_sensors_in_calibration_file(sensor_ids, calibration_file):CODE
LOW…a-utils/spatialai_data_utils/core/cameras/filtering.py169def check_sensor_in_calibration_file(sensor, calibration_file):CODE
LOW…a-utils/spatialai_data_utils/core/cameras/filtering.py201def filter_sensors_in_objects(objects, sensor_names, object_type="object"):CODE
LOW…ata-utils/spatialai_data_utils/core/cameras/polygon.py61def find_field_of_view_polygon(attributes):CODE
6981 more matches not shown…
Excessive Try-Catch Wrapping1448 hits · 1522 pts
SeverityFileLineSnippetContext
LOWtools/message-broker-consumers/base_consumer.py146 except Exception as e:CODE
LOWtools/message-broker-consumers/base_consumer.py173 except Exception as e:CODE
LOWtools/message-broker-consumers/base_consumer.py256 except Exception as e:CODE
LOWtools/message-broker-consumers/base_consumer.py268 except Exception as e:CODE
LOWtools/message-broker-consumers/base_consumer.py370 except Exception as e:CODE
LOWtools/message-broker-consumers/base_consumer.py382 except Exception as e:CODE
MEDIUM…postprocessing/data_conversion/convert_ground_truth.py477 print(f"Error processing bbox {i}: {e}")CODE
MEDIUM…postprocessing/data_conversion/convert_ground_truth.py1172 print(f"Error processing directory: {e}")CODE
MEDIUM…postprocessing/data_conversion/convert_ground_truth.py1609 print(f"Error: Root directory '{root_directory}' does not exist.")CODE
LOW…postprocessing/data_conversion/convert_ground_truth.py1171 except Exception as e:CODE
LOW…cessing/data_sanity_check/dataset_sanity_check_json.py98 except Exception as e:CODE
LOW…_sanity_check/dataset_sanity_check_instance_id_json.py83 except Exception as e:CODE
LOW…ocessing/data_sanity_check/dataset_sanity_check_npy.py91 except Exception as e:CODE
MEDIUMdeploy/docker/services/alert/scripts/env-substitute.py55 print("Error: Missing '--' separator between entrypoint args and command", file=sys.stderr)CODE
MEDIUMdeploy/docker/services/alert/scripts/env-substitute.py80 print("Error: No command provided after '--'", file=sys.stderr)CODE
MEDIUMdeploy/docker/services/alert/scripts/env-substitute.py92 print(f"Error: Source config file not found: {args.source}", file=sys.stderr)CODE
LOWdeploy/docker/services/alert/scripts/env-substitute.py94 except Exception as e:CODE
MEDIUMdeploy/docker/services/alert/scripts/env-substitute.py95 print(f"Error reading source config: {e}", file=sys.stderr)CODE
LOWdeploy/docker/services/alert/scripts/env-substitute.py107 except Exception as e:CODE
MEDIUMdeploy/docker/services/alert/scripts/env-substitute.py108 print(f"Error writing processed config: {e}", file=sys.stderr)CODE
MEDIUM…ces/infra/charts/kafka/templates/kafka-topics-job.yaml83 print(f'Error creating topic {name}: {result.stderr}', file=sys.stderr)CODE
LOW…ata-utils/tools/visualization/draw_camera_placement.py209 except Exception:CODE
LOW…-utils/tools/camera_grouping/reassign_camera_groups.py170 except Exception as exc: # noqa: BLE001CODE
LOW…-utils/tools/camera_grouping/create_camera_clusters.py378 except Exception as e:STRING
LOW…ta-utils/tools/camera_grouping/create_camera_groups.py399 except Exception as e:STRING
LOW…ai_data_utils/visualization/video_utils/frame2video.py326 except Exception as exc: # noqa: BLE001 — surface to parentCODE
LOW…ai_data_utils/visualization/video_utils/video2frame.py475 except Exception as exc: # noqa: BLE001 — surface anything to the parentCODE
LOW…utils/spatialai_data_utils/core/cameras/group_utils.py233 except Exception:CODE
LOW…utils/spatialai_data_utils/core/cameras/group_utils.py263 except Exception:CODE
LOW…utils/spatialai_data_utils/core/cameras/group_utils.py335 except Exception as exc:CODE
LOW…utils/spatialai_data_utils/core/cameras/group_utils.py639 except Exception as exc: # noqa: BLE001CODE
LOW…utils/spatialai_data_utils/core/cameras/group_utils.py670 except Exception as exc: # noqa: BLE001CODE
LOW…-utils/spatialai_data_utils/core/cameras/clustering.py112 except Exception as e:CODE
LOW…-utils/spatialai_data_utils/core/cameras/clustering.py1618 except Exception as e:CODE
LOW…-utils/spatialai_data_utils/core/cameras/clustering.py1637 except Exception as e:CODE
LOW…-utils/spatialai_data_utils/core/cameras/clustering.py1728 except Exception as exc: # noqa: BLE001CODE
LOW…ta-utils/spatialai_data_utils/core/cameras/grouping.py831 except Exception as e:CODE
LOW…ta-utils/spatialai_data_utils/core/cameras/grouping.py859 except Exception as e:CODE
LOW…a-utils/spatialai_data_utils/core/cameras/filtering.py86 except Exception as e:CODE
LOW…a-utils/spatialai_data_utils/core/cameras/filtering.py132 except Exception as e:CODE
LOW…a-utils/spatialai_data_utils/core/cameras/filtering.py164 except Exception as e:CODE
LOW…a-utils/spatialai_data_utils/core/cameras/filtering.py196 except Exception as e:CODE
LOW…a-utils/spatialai_data_utils/core/cameras/filtering.py315 except Exception as e:CODE
LOW…ata-utils/spatialai_data_utils/core/cameras/polygon.py56 except Exception as e:CODE
LOW…ata-utils/spatialai_data_utils/core/cameras/polygon.py305 except Exception as e:CODE
LOW…ata-utils/spatialai_data_utils/core/cameras/polygon.py396 except Exception:CODE
LOW…ata-utils/spatialai_data_utils/core/cameras/polygon.py477 except Exception as e:CODE
LOW…ata-utils/spatialai_data_utils/core/cameras/polygon.py681 except Exception as e:CODE
LOW…ai-data-utils/spatialai_data_utils/core/cameras/bev.py135 except Exception as e:CODE
LOW…ai-data-utils/spatialai_data_utils/core/cameras/bev.py349 except Exception as e:CODE
LOW…ai-data-utils/spatialai_data_utils/core/cameras/bev.py445 except Exception:CODE
LOW…ai-data-utils/spatialai_data_utils/core/cameras/bev.py477 except Exception:CODE
LOW…ai-data-utils/spatialai_data_utils/core/cameras/bev.py507 except Exception:CODE
LOW…ai-data-utils/spatialai_data_utils/core/cameras/bev.py543 except Exception:CODE
LOW…ai-data-utils/spatialai_data_utils/core/cameras/bev.py576 except Exception:CODE
LOW…ai-data-utils/spatialai_data_utils/core/cameras/bev.py745 except Exception as e:CODE
LOW…ai-data-utils/spatialai_data_utils/core/cameras/bev.py878 except Exception:CODE
LOW…ai-data-utils/spatialai_data_utils/core/cameras/bev.py944 except Exception:CODE
LOW…ai-data-utils/spatialai_data_utils/core/cameras/bev.py1103 except Exception as e:CODE
LOW…-data-utils/spatialai_data_utils/core/cameras/utils.py146 except Exception as exc:CODE
1388 more matches not shown…
Synthetic Comment Markers178 hits · 1456 pts
SeverityFileLineSnippetContext
HIGH…inc/webrtc_headers/src/rtc_base/numerics/safe_minmax.h73// result, then everything's fine, and the return type is as requested. But ifCOMMENT
HIGH…_headers/src/third_party/ffmpeg/libavformat/avformat.h1249#define AVFMT_FLAG_AUTO_BSF 0x200000 ///< Add bitstream filters as requested by the muxerCOMMENT
HIGH…_headers/src/third_party/ffmpeg/libavformat/avformat.h1249#define AVFMT_FLAG_AUTO_BSF 0x200000 ///< Add bitstream filters as requested by the muxerCOMMENT
HIGH…arty/crashpad/crashpad/util/stdlib/aligned_allocator.h39//! \brief A standard allocator that aligns its allocations as requested,COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h39/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h44/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h49/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h54/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h59/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h64/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h69/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h74/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h79/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h84/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h89/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h94/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h99/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h104/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h109/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h114/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h119/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h124/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h129/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h134/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h139/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h144/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h149/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h154/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h159/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h164/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h169/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h174/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h179/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h184/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h189/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h194/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h199/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h204/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h209/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h214/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h219/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h224/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h229/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h234/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h239/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h244/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h249/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h254/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h259/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h264/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h269/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h274/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h279/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h284/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h289/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h294/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h299/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h304/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h309/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
HIGH…nc/webrtc_headers/src/third_party/libvpx/include/elf.h314/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */COMMENT
118 more matches not shown…
Cross-File Repetition155 hits · 775 pts
SeverityFileLineSnippetContext
HIGH…ocessing/data_sanity_check/dataset_sanity_check_png.py0perform a dataset sanity check on instance id segmentation png files. this function verifies the integrity of instance iSTRING
HIGH…ocessing/data_sanity_check/dataset_sanity_check_rgb.py0perform a dataset sanity check on instance id segmentation png files. this function verifies the integrity of instance iSTRING
HIGH…_sanity_check/dataset_sanity_check_instance_id_json.py0perform a dataset sanity check on instance id segmentation png files. this function verifies the integrity of instance iSTRING
HIGH…a_sanity_check/dataset_sanity_check_instance_id_png.py0perform a dataset sanity check on instance id segmentation png files. this function verifies the integrity of instance iSTRING
HIGH…ocessing/data_sanity_check/dataset_sanity_check_png.py0command-line interface for the instance id segmentation png dataset sanity check tool. usage: python dataset_sanity_checSTRING
HIGH…_sanity_check/dataset_sanity_check_instance_id_json.py0command-line interface for the instance id segmentation png dataset sanity check tool. usage: python dataset_sanity_checSTRING
HIGH…a_sanity_check/dataset_sanity_check_instance_id_png.py0command-line interface for the instance id segmentation png dataset sanity check tool. usage: python dataset_sanity_checSTRING
HIGH…atialai_data_utils/eval/tracking/hota/metrics/clear.py0combines metrics across all sequences :param dict[str, float] all_res: dictionary containing the metrics for each sequenSTRING
HIGH…patialai_data_utils/eval/tracking/hota/metrics/hota.py0combines metrics across all sequences :param dict[str, float] all_res: dictionary containing the metrics for each sequenSTRING
HIGH…atialai_data_utils/eval/tracking/hota/metrics/count.py0combines metrics across all sequences :param dict[str, float] all_res: dictionary containing the metrics for each sequenSTRING
HIGH…alai_data_utils/eval/tracking/hota/metrics/identity.py0combines metrics across all sequences :param dict[str, float] all_res: dictionary containing the metrics for each sequenSTRING
HIGH…atialai_data_utils/eval/tracking/hota/metrics/clear.py0combines metrics across all classes by averaging over the detection values :param dict[str, float] all_res: dictionary cSTRING
HIGH…patialai_data_utils/eval/tracking/hota/metrics/hota.py0combines metrics across all classes by averaging over the detection values :param dict[str, float] all_res: dictionary cSTRING
HIGH…alai_data_utils/eval/tracking/hota/metrics/identity.py0combines metrics across all classes by averaging over the detection values :param dict[str, float] all_res: dictionary cSTRING
HIGH…atialai_data_utils/eval/tracking/hota/metrics/count.py0combines metrics across all classes by averaging over the detection values :param dict[str, float] all_res: dictionary cSTRING
HIGH…atialai_data_utils/eval/tracking/hota/metrics/clear.py0combines metrics across all classes by averaging over the class values. if 'ignore_empty_classes' is true, then it only STRING
HIGH…patialai_data_utils/eval/tracking/hota/metrics/hota.py0combines metrics across all classes by averaging over the class values. if 'ignore_empty_classes' is true, then it only STRING
HIGH…alai_data_utils/eval/tracking/hota/metrics/identity.py0combines metrics across all classes by averaging over the class values. if 'ignore_empty_classes' is true, then it only STRING
HIGH…atialai_data_utils/eval/tracking/hota/metrics/clear.py0calculate sub-metric ('field') values which only depend on other sub-metric values. this function is used both for both STRING
HIGH…patialai_data_utils/eval/tracking/hota/metrics/hota.py0calculate sub-metric ('field') values which only depend on other sub-metric values. this function is used both for both STRING
HIGH…alai_data_utils/eval/tracking/hota/metrics/identity.py0calculate sub-metric ('field') values which only depend on other sub-metric values. this function is used both for both STRING
HIGH…al/tracking/hota/datasets/mot_challenge_3d_location.py0dataset class for mot challenge 3d tracking :param dict config: configuration for the app :: default_dataset = trackeevaSTRING
HIGH…l/tracking/hota/datasets/mtmc_challenge_3d_location.py0dataset class for mot challenge 3d tracking :param dict config: configuration for the app :: default_dataset = trackeevaSTRING
HIGH…/eval/tracking/hota/datasets/mtmc_challenge_3d_bbox.py0dataset class for mot challenge 3d tracking :param dict config: configuration for the app :: default_dataset = trackeevaSTRING
HIGH…al/tracking/hota/datasets/mot_challenge_3d_location.py0initialise dataset, checking that all required files are presentSTRING
HIGH…ls/eval/tracking/hota/datasets/mot_challenge_2d_box.py0initialise dataset, checking that all required files are presentSTRING
HIGH…l/tracking/hota/datasets/mtmc_challenge_3d_location.py0initialise dataset, checking that all required files are presentSTRING
HIGH…/eval/tracking/hota/datasets/mtmc_challenge_3d_bbox.py0initialise dataset, checking that all required files are presentSTRING
HIGH…al/tracking/hota/datasets/mot_challenge_3d_location.py0gets the display name of the tracker :param str tracker: class of tracker :return: str :: dataset.get_display_name(trackSTRING
HIGH…ls/eval/tracking/hota/datasets/mot_challenge_2d_box.py0gets the display name of the tracker :param str tracker: class of tracker :return: str :: dataset.get_display_name(trackSTRING
HIGH…l/tracking/hota/datasets/mtmc_challenge_3d_location.py0gets the display name of the tracker :param str tracker: class of tracker :return: str :: dataset.get_display_name(trackSTRING
HIGH…/eval/tracking/hota/datasets/mtmc_challenge_3d_bbox.py0gets the display name of the tracker :param str tracker: class of tracker :return: str :: dataset.get_display_name(trackSTRING
HIGH…al/tracking/hota/datasets/mot_challenge_3d_location.py0load a file (gt or tracker) in the mot challenge 2d box format if is_gt, this returns a dict which contains the fields: STRING
HIGH…l/tracking/hota/datasets/mtmc_challenge_3d_location.py0load a file (gt or tracker) in the mot challenge 2d box format if is_gt, this returns a dict which contains the fields: STRING
HIGH…/eval/tracking/hota/datasets/mtmc_challenge_3d_bbox.py0load a file (gt or tracker) in the mot challenge 2d box format if is_gt, this returns a dict which contains the fields: STRING
HIGH…ls/eval/tracking/hota/datasets/mot_challenge_2d_box.py0load a file (gt or tracker) in the mot challenge 2d box format if is_gt, this returns a dict which contains the fields: STRING
HIGH…al/tracking/hota/datasets/mot_challenge_3d_location.py0preprocess data for a single sequence for a single class ready for evaluation. inputs: - raw_data is a dict containing tSTRING
HIGH…ls/eval/tracking/hota/datasets/mot_challenge_2d_box.py0preprocess data for a single sequence for a single class ready for evaluation. inputs: - raw_data is a dict containing tSTRING
HIGH…l/tracking/hota/datasets/mtmc_challenge_3d_location.py0preprocess data for a single sequence for a single class ready for evaluation. inputs: - raw_data is a dict containing tSTRING
HIGH…/eval/tracking/hota/datasets/mtmc_challenge_3d_bbox.py0preprocess data for a single sequence for a single class ready for evaluation. inputs: - raw_data is a dict containing tSTRING
HIGH…-data-utils/tests/core/cameras/test_camera_grouping.py0create a temporary directory for test files under spatialai_data_utils/tmp/.STRING
HIGH…ta-utils/tests/core/cameras/test_origin_calculation.py0create a temporary directory for test files under spatialai_data_utils/tmp/.STRING
HIGH…ata-utils/tests/core/cameras/test_camera_clustering.py0create a temporary directory for test files under spatialai_data_utils/tmp/.STRING
HIGH.github/skill-eval/adapters/vss-ask-video/generate.py0shell wrapper that invokes the generic llm-as-judge verifier for a single step's checks. harbor reads /logs/verifier/rewSTRING
HIGH…ub/skill-eval/adapters/vss-query-analytics/generate.py0shell wrapper that invokes the generic llm-as-judge verifier for a single step's checks. harbor reads /logs/verifier/rewSTRING
HIGH…al/adapters/vss-generate-video-calibration/generate.py0shell wrapper that invokes the generic llm-as-judge verifier for a single step's checks. harbor reads /logs/verifier/rewSTRING
HIGH…-eval/adapters/vss-manage-video-io-storage/generate.py0shell wrapper that invokes the generic llm-as-judge verifier for a single step's checks. harbor reads /logs/verifier/rewSTRING
HIGH…ll-eval/adapters/vss-generate-video-report/generate.py0shell wrapper that invokes the generic llm-as-judge verifier for a single step's checks. harbor reads /logs/verifier/rewSTRING
HIGH…l-eval/adapters/vss-deploy-video-embedding/generate.py0shell wrapper that invokes the generic llm-as-judge verifier for a single step's checks. harbor reads /logs/verifier/rewSTRING
HIGH.github/skill-eval/adapters/vss-ask-video/generate.py0emit one harbor task directory per entry in spec['expects'] — i.e. step-<k>/ subdirs under `base/<platform>/` per agentsSTRING
HIGH…ub/skill-eval/adapters/vss-query-analytics/generate.py0emit one harbor task directory per entry in spec['expects'] — i.e. step-<k>/ subdirs under `base/<platform>/` per agentsSTRING
HIGH…ll-eval/adapters/vss-generate-video-report/generate.py0emit one harbor task directory per entry in spec['expects'] — i.e. step-<k>/ subdirs under `base/<platform>/` per agentsSTRING
HIGH…al/adapters/vss-generate-video-calibration/generate.py0emit one harbor task directory per entry in spec['expects'] — i.e. step-<k>/ subdirs under `base/<platform>/` per agentsSTRING
HIGH…-eval/adapters/vss-manage-video-io-storage/generate.py0emit one harbor task directory per entry in spec['expects'] — i.e. step-<k>/ subdirs under `base/<platform>/` per agentsSTRING
HIGH…rvices/rtvi/rt-embed/src/server/rtvi_stream_handler.py0gather chunks processed by the pipeline and run any further post-processingSTRING
HIGHservices/rtvi/rt-vlm/src/server/rtvi_stream_handler.py0gather chunks processed by the pipeline and run any further post-processingSTRING
HIGHservices/video-summarization/src/via_stream_handler.py0gather chunks processed by the pipeline and run any further post-processingSTRING
HIGH…rvices/rtvi/rt-embed/src/server/rtvi_stream_handler.py0run vlm captions generation on a file or rtsp stream. this reuses the query function since they have identical logic.STRING
HIGHservices/rtvi/rt-vlm/src/server/rtvi_stream_handler.py0run vlm captions generation on a file or rtsp stream. this reuses the query function since they have identical logic.STRING
HIGHservices/video-summarization/src/via_stream_handler.py0run vlm captions generation on a file or rtsp stream. this reuses the query function since they have identical logic.STRING
95 more matches not shown…
Unused Imports800 hits · 750 pts
SeverityFileLineSnippetContext
LOWtools/message-broker-consumers/schema_pb2.py25CODE
LOWtools/message-broker-consumers/ext_pb2.py25CODE
LOWtools/message-broker-consumers/ext_pb2.py26CODE
LOWtools/sdg-postprocessing/semantic_labeling/box_check.py16CODE
LOW…cessing/data_conversion/convert_npy_to_png_depthmap.py22CODE
LOW…postprocessing/data_conversion/convert_ground_truth.py19CODE
LOW…postprocessing/data_conversion/convert_ground_truth.py24CODE
LOW…postprocessing/data_conversion/convert_ground_truth.py26CODE
LOW…postprocessing/data_conversion/convert_ground_truth.py27CODE
LOW…postprocessing/data_conversion/convert_ground_truth.py28CODE
LOW…postprocessing/data_conversion/convert_ground_truth.py29CODE
LOW…postprocessing/data_conversion/convert_ground_truth.py31CODE
LOW…postprocessing/data_conversion/convert_ground_truth.py33CODE
LOW…postprocessing/data_conversion/convert_ground_truth.py37CODE
LOW…cessing/data_sanity_check/dataset_sanity_check_json.py17CODE
LOW…cessing/data_sanity_check/dataset_sanity_check_json.py19CODE
LOW…ocessing/data_sanity_check/dataset_sanity_check_png.py19CODE
LOW…ta_sanity_check/dataset_sanity_check_bbox_direction.py25CODE
LOW…ocessing/data_sanity_check/dataset_sanity_check_rgb.py19CODE
LOW…_sanity_check/dataset_sanity_check_instance_id_json.py17CODE
LOW…_sanity_check/dataset_sanity_check_instance_id_json.py19CODE
LOW…_sanity_check/dataset_sanity_check_instance_id_json.py21CODE
LOW…/data_sanity_check/dataset_sanity_check_calibration.py17CODE
LOW…/data_sanity_check/dataset_sanity_check_calibration.py19CODE
LOW…/data_sanity_check/dataset_sanity_check_calibration.py20CODE
LOW…/data_sanity_check/dataset_sanity_check_calibration.py27CODE
LOW…/data_sanity_check/dataset_sanity_check_calibration.py28CODE
LOW…/data_sanity_check/dataset_sanity_check_calibration.py29CODE
LOW…/data_sanity_check/dataset_sanity_check_calibration.py30CODE
LOW…a_sanity_check/dataset_sanity_check_instance_id_png.py19CODE
LOW…ocessing/data_sanity_check/dataset_sanity_check_npy.py17CODE
LOW…ata-utils/tools/visualization/draw_camera_placement.py24CODE
LOW…-utils/tools/camera_grouping/reassign_camera_groups.py32CODE
LOW…-utils/tools/camera_grouping/reassign_camera_groups.py34CODE
LOW…-utils/tools/camera_grouping/reassign_camera_groups.py35CODE
LOW…-utils/tools/camera_grouping/reassign_camera_groups.py35CODE
LOW…-utils/tools/camera_grouping/reassign_camera_groups.py35CODE
LOW…ls/spatialai_data_utils/visualization/camera_groups.py23CODE
LOW…ata-utils/spatialai_data_utils/visualization/render.py82CODE
LOW…a-utils/spatialai_data_utils/visualization/__init__.py22CODE
LOW…a-utils/spatialai_data_utils/visualization/__init__.py22CODE
LOW…a-utils/spatialai_data_utils/visualization/__init__.py22CODE
LOW…a-utils/spatialai_data_utils/visualization/__init__.py22CODE
LOW…a-utils/spatialai_data_utils/visualization/__init__.py22CODE
LOW…a-utils/spatialai_data_utils/visualization/__init__.py22CODE
LOW…a-utils/spatialai_data_utils/visualization/__init__.py30CODE
LOW…a-utils/spatialai_data_utils/visualization/__init__.py30CODE
LOW…a-utils/spatialai_data_utils/visualization/__init__.py30CODE
LOW…a-utils/spatialai_data_utils/visualization/__init__.py30CODE
LOW…a-utils/spatialai_data_utils/visualization/__init__.py30CODE
LOW…a-utils/spatialai_data_utils/visualization/__init__.py30CODE
LOW…a-utils/spatialai_data_utils/visualization/__init__.py38CODE
LOW…a-utils/spatialai_data_utils/visualization/__init__.py38CODE
LOW…a-utils/spatialai_data_utils/visualization/__init__.py38CODE
LOW…a-utils/spatialai_data_utils/visualization/__init__.py38CODE
LOW…a-utils/spatialai_data_utils/visualization/__init__.py38CODE
LOW…a-utils/spatialai_data_utils/visualization/__init__.py38CODE
LOW…a-utils/spatialai_data_utils/visualization/__init__.py46CODE
LOW…a-utils/spatialai_data_utils/visualization/__init__.py49CODE
LOW…a-utils/spatialai_data_utils/visualization/__init__.py49CODE
740 more matches not shown…
Deep Nesting617 hits · 494 pts
SeverityFileLineSnippetContext
LOWtools/message-broker-consumers/base_consumer.py118CODE
LOWtools/message-broker-consumers/base_consumer.py153CODE
LOWtools/message-broker-consumers/base_consumer.py276CODE
LOW…ols/sdg-postprocessing/utils/export_xform_semantics.py100CODE
LOW…postprocessing/data_conversion/convert_ground_truth.py84CODE
LOW…postprocessing/data_conversion/convert_ground_truth.py279CODE
LOW…postprocessing/data_conversion/convert_ground_truth.py348CODE
LOW…postprocessing/data_conversion/convert_ground_truth.py543CODE
LOW…postprocessing/data_conversion/convert_ground_truth.py600CODE
LOW…postprocessing/data_conversion/convert_ground_truth.py757CODE
LOW…postprocessing/data_conversion/convert_ground_truth.py999CODE
LOW…postprocessing/data_conversion/convert_ground_truth.py1228CODE
LOW…postprocessing/data_conversion/convert_ground_truth.py1361CODE
LOW…ta_conversion/convert_single_camera_rgb_depth_to_h5.py39CODE
LOW…cessing/data_sanity_check/dataset_sanity_check_json.py24CODE
LOW…cessing/data_sanity_check/dataset_sanity_check_json.py139CODE
LOW…ing/data_sanity_check/dataset_sanity_check_velocity.py66CODE
LOW…ta_sanity_check/dataset_sanity_check_bbox_direction.py76CODE
LOW…ta_sanity_check/dataset_sanity_check_bbox_direction.py438CODE
LOW…ta_sanity_check/dataset_sanity_check_bbox_direction.py681CODE
LOW…_sanity_check/dataset_sanity_check_instance_id_json.py23CODE
LOW…/data_sanity_check/dataset_sanity_check_calibration.py451CODE
LOW…/data_sanity_check/dataset_sanity_check_calibration.py512CODE
LOW…/data_sanity_check/dataset_sanity_check_calibration.py556CODE
LOW…/data_sanity_check/dataset_sanity_check_calibration.py593CODE
LOW…/data_sanity_check/dataset_sanity_check_calibration.py639CODE
LOW…/data_sanity_check/dataset_sanity_check_calibration.py687CODE
LOW…ocessing/data_sanity_check/dataset_sanity_check_npy.py23CODE
LOWdeploy/docker/scripts/orchestrator_mcp_helper.py31CODE
LOW…ploy/docker/scripts/nemoclaw/update_openclaw_config.py48CODE
LOW…dation_and_evaluation/run_validation_and_evaluation.py66CODE
LOW…alai-data-utils/tools/video_utils/video2frame_scene.py119CODE
LOW…alai-data-utils/tools/video_utils/video2frame_scene.py176CODE
LOW…ls/spatialai_data_utils/visualization/camera_groups.py81CODE
LOW…ls/spatialai_data_utils/visualization/camera_groups.py153CODE
LOW…ls/spatialai_data_utils/visualization/camera_groups.py206CODE
LOW…ls/spatialai_data_utils/visualization/camera_groups.py391CODE
LOW…ata-utils/spatialai_data_utils/visualization/render.py416CODE
LOW…ai_data_utils/visualization/video_utils/video2frame.py120CODE
LOW…s/spatialai_data_utils/core/post_processing/filters.py53CODE
LOW…utils/spatialai_data_utils/core/cameras/group_utils.py50CODE
LOW…utils/spatialai_data_utils/core/cameras/group_utils.py576CODE
LOW…-utils/spatialai_data_utils/core/cameras/clustering.py1485CODE
LOW…-utils/spatialai_data_utils/core/cameras/clustering.py1100CODE
LOW…-utils/spatialai_data_utils/core/cameras/clustering.py1191CODE
LOW…ta-utils/spatialai_data_utils/core/cameras/grouping.py459CODE
LOW…ata-utils/spatialai_data_utils/core/cameras/polygon.py80CODE
LOW…ata-utils/spatialai_data_utils/core/cameras/polygon.py338CODE
LOW…ata-utils/spatialai_data_utils/core/cameras/polygon.py412CODE
LOW…ata-utils/spatialai_data_utils/core/cameras/polygon.py490CODE
LOW…ata-utils/spatialai_data_utils/core/cameras/polygon.py583CODE
LOW…ata-utils/spatialai_data_utils/core/cameras/polygon.py740CODE
LOW…ai-data-utils/spatialai_data_utils/core/cameras/bev.py52CODE
LOW…ai-data-utils/spatialai_data_utils/core/cameras/bev.py359CODE
LOW…ai-data-utils/spatialai_data_utils/core/cameras/bev.py769CODE
LOW…data-utils/spatialai_data_utils/core/cameras/origin.py124CODE
LOW…data-utils/spatialai_data_utils/core/cameras/origin.py322CODE
LOW…ata-utils/spatialai_data_utils/datasets/frame_paths.py217CODE
LOW…ata-utils/spatialai_data_utils/datasets/frame_paths.py380CODE
LOW…lai-data-utils/spatialai_data_utils/datasets/splits.py106CODE
557 more matches not shown…
Hallucination Indicators35 hits · 480 pts
SeverityFileLineSnippetContext
CRITICAL…s/analyticsComponents/ReverseTransformationResults.tsx158 <strong>W1:</strong> X: {reversedTripwireResults.worldCoords.wire.p1.x.toFixCODE
CRITICAL…s/analyticsComponents/ReverseTransformationResults.tsx159 {reversedTripwireResults.worldCoords.wire.p1.y.toFixed(3)}CODE
CRITICAL…s/analyticsComponents/ReverseTransformationResults.tsx162 <strong>W2:</strong> X: {reversedTripwireResults.worldCoords.wire.p2.x.toFixCODE
CRITICAL…s/analyticsComponents/ReverseTransformationResults.tsx163 {reversedTripwireResults.worldCoords.wire.p2.y.toFixed(3)}CODE
CRITICAL…s/analyticsComponents/ReverseTransformationResults.tsx174 <strong>D1:</strong> X: {reversedTripwireResults.worldCoords.directiCODE
CRITICAL…s/analyticsComponents/ReverseTransformationResults.tsx175 Y: {reversedTripwireResults.worldCoords.direction.p1.y.toFixed(3)}CODE
CRITICAL…s/analyticsComponents/ReverseTransformationResults.tsx178 <strong>D2:</strong> X: {reversedTripwireResults.worldCoords.directiCODE
CRITICAL…s/analyticsComponents/ReverseTransformationResults.tsx179 Y: {reversedTripwireResults.worldCoords.direction.p2.y.toFixed(3)}CODE
CRITICAL…s/analyticsComponents/ReverseTransformationResults.tsx205 <strong>W1:</strong> X: {reversedTripwireResults.imageCoords.wire.p1.x.toFixCODE
CRITICAL…s/analyticsComponents/ReverseTransformationResults.tsx206 {reversedTripwireResults.imageCoords.wire.p1.y.toFixed(2)}CODE
CRITICAL…s/analyticsComponents/ReverseTransformationResults.tsx209 <strong>W2:</strong> X: {reversedTripwireResults.imageCoords.wire.p2.x.toFixCODE
CRITICAL…s/analyticsComponents/ReverseTransformationResults.tsx210 {reversedTripwireResults.imageCoords.wire.p2.y.toFixed(2)}CODE
CRITICAL…s/analyticsComponents/ReverseTransformationResults.tsx221 <strong>D1:</strong> X: {reversedTripwireResults.imageCoords.directiCODE
CRITICAL…s/analyticsComponents/ReverseTransformationResults.tsx222 Y: {reversedTripwireResults.imageCoords.direction.p1.y.toFixed(2)}CODE
CRITICAL…s/analyticsComponents/ReverseTransformationResults.tsx225 <strong>D2:</strong> X: {reversedTripwireResults.imageCoords.directiCODE
CRITICAL…s/analyticsComponents/ReverseTransformationResults.tsx226 Y: {reversedTripwireResults.imageCoords.direction.p2.y.toFixed(2)}CODE
CRITICAL…serts/lib/clang/17/include/__clang_cuda_builtin_vars.h26// %0 = call i32 @llvm.nvvm.read.ptx.sreg.tid.x() #3COMMENT
CRITICAL…s/lib/clang/11.0.0/include/__clang_cuda_builtin_vars.h26// %0 = call i32 @llvm.nvvm.read.ptx.sreg.tid.x() #3COMMENT
CRITICAL…t_test/knowledge_retrieval/test_llama_index_adapter.py211 fake_llama_index.vector_store_index_cls.from_vector_store.return_value.as_retriever.assert_called_with(CODE
CRITICAL…t_test/knowledge_retrieval/test_llama_index_adapter.py308 fake_llama_index.vector_store_index_cls.from_vector_store.return_value.as_retriever.assert_called_with(CODE
CRITICAL…/behavior-analytics/docs/building-mdx-analytics-app.md221The `mdx.analytics.core.app.app_runner.run()` function supports these arguments:CODE
CRITICAL…eo-analytics-api/src/web-api-core/Metrics/Occupancy.js569 queryBody.aggs.fov.aggs.searchAggFilter.filter.bool.filter.push({CODE
CRITICAL…eo-analytics-api/src/web-api-core/Metrics/Occupancy.js704 queryBody.aggs.eventsOverTime.aggs.fov.aggs.searchAggFilter.filter.bool.filter.push({CODE
CRITICAL…eo-analytics-api/src/web-api-core/Metrics/Occupancy.js974 queryBody.aggs.rois.aggs.searchAggFilter.filter.bool.filter.push({CODE
CRITICAL…eo-analytics-api/src/web-api-core/Metrics/Occupancy.js979 queryBody.aggs.rois.aggs.searchAggFilter.filter.bool.filter.push({CODE
CRITICAL…eo-analytics-api/src/web-api-core/Metrics/Occupancy.js1154 queryBody.aggs.eventsOverTime.aggs.rois.aggs.searchAggFilter.filter.bool.filter.push({CODE
CRITICAL…eo-analytics-api/src/web-api-core/Metrics/Occupancy.js1159 queryBody.aggs.eventsOverTime.aggs.rois.aggs.searchAggFilter.filter.bool.filter.push({CODE
CRITICAL…-analytics-api/src/web-api-core/Services/Clustering.js207 queryBody.query.function_score.query.bool.must.push({ exists: { field: "info.cluster.index" } });CODE
CRITICAL…-analytics-api/src/web-api-core/Services/Clustering.js208 queryBody.query.function_score.query.bool.must.push({ term: { "sensor.id.keyword": sensorId } });CODE
CRITICAL…-analytics-api/src/web-api-core/Services/Clustering.js209 queryBody.query.function_score.query.bool.must.push({ range: { timestamp: { lte: toTimestamp } } });CODE
CRITICAL…-analytics-api/src/web-api-core/Services/Clustering.js210 queryBody.query.function_score.query.bool.must.push({ range: { end: { gte: fromTimestamp } } });CODE
CRITICAL…-analytics-api/src/web-api-core/Services/Clustering.js211 queryBody.query.function_score.query.bool.must.push({ term: { "info.cluster.modelVersion.keyword": modelVersion CODE
CRITICAL…-analytics-api/src/web-api-core/Services/Clustering.js212 queryBody.query.function_score.query.bool.must.push({ range: { distance: { gte: minBehaviorDistance } } });CODE
CRITICAL…-analytics-api/src/web-api-core/Services/Clustering.js214 queryBody.query.function_score.query.bool.must.push({ term: { "info.cluster.index.keyword": clusterIndex } }CODE
CRITICAL…ideo-analytics-api/src/web-api-core/Services/Frames.js127 queryBody.aggs.objects.aggs.objectsFilter.filter.bool.filter.push({CODE
Self-Referential Comments192 hits · 464 pts
SeverityFileLineSnippetContext
MEDIUMtools/rtvi-cv-mv3dt-utils/generate_pub_sub_configs.py39 # Create the maskCOMMENT
MEDIUM…files/dev-profile-base/eval/eval_output_json_to_csv.sh63 # Create a lookup map from workflow: id -> queryCOMMENT
MEDIUM…oy/docker/services/infra/elk/kibana/configs/kibana.yml1# This file is provided under your choice of: (a) the Server Side Public License v1 (SSPLv1); or (b) the GNU Affero GeneCOMMENT
MEDIUM…ervices/infra/elk/logstash/configs/pipelines-redis.yml1# This file is provided under Apache-2.0 License.COMMENT
MEDIUM…ervices/infra/elk/logstash/configs/pipelines-redis.yml3# This file is where you define your pipelines. You can define multiple.COMMENT
MEDIUM…ervices/infra/elk/logstash/configs/pipelines-kafka.yml1# This file is provided under Apache-2.0 License.COMMENT
MEDIUM…ervices/infra/elk/logstash/configs/pipelines-kafka.yml3# This file is where you define your pipelines. You can define multiple.COMMENT
MEDIUM…ocker/services/infra/elk/logstash/configs/logstash.yml1# This file is provided under Apache-2.0 License.COMMENT
MEDIUM…ices/infra/elk/elasticsearch/configs/elasticsearch.yml1# This file is provided under your choice of: (a) the Server Side Public License v1 (SSPLv1); or (b) the GNU Affero GeneCOMMENT
MEDIUM…ta-utils/spatialai_data_utils/core/cameras/grouping.py512 # Create a local RNG when randomization is enabled.COMMENT
MEDIUM…a-utils/spatialai_data_utils/core/cameras/filtering.py226 # Create a copy of the objectCOMMENT
MEDIUM…a-utils/spatialai_data_utils/core/cameras/filtering.py295 # Create a filtered copy of calibration dataCOMMENT
MEDIUM…ata-utils/spatialai_data_utils/core/cameras/polygon.py179 # Create a list of heights to checkCOMMENT
MEDIUM…ai-data-utils/spatialai_data_utils/core/cameras/bev.py325 # Create a dedicated subfolder for visualization filesCOMMENT
MEDIUM…ai-data-utils/spatialai_data_utils/core/cameras/bev.py713 # Create a dedicated subfolder for visualization filesCOMMENT
MEDIUM…ai-data-utils/spatialai_data_utils/core/cameras/bev.py1072 # Create a dedicated subfolder for visualization filesCOMMENT
MEDIUM…data-utils/spatialai_data_utils/core/cameras/origin.py399 # Create a temporary dict mapping sensor index to sensor dataCOMMENT
MEDIUM…alai_data_utils/converters/nusc_results_to_nvschema.py80 # Create a separate output for each BEV groupCOMMENT
MEDIUM…ata_utils/eval/tracking/hota/datasets/_base_dataset.py442 # Define the local corners of a "unit" box with the correct corner ordering:COMMENT
MEDIUM…-data-utils/tests/core/cameras/test_camera_grouping.py1493 # Create a known groupCOMMENT
MEDIUM…tialai-data-utils/tests/utils/test_filesystem_utils.py28 # Create a path with allowed charactersCOMMENT
MEDIUMservices/ui/create-third-party-deps-tar.sh5# Create a timestamped tarball of 3rd-party npm dependency *source* for packages whoseCOMMENT
MEDIUMservices/rtvi/rt-embed/src/server/rtvi_embed_server.py1923 # Create the response jsonCOMMENT
MEDIUMservices/rtvi/rt-embed/src/server/rtvi_embed_server.py1974 # Create the response jsonCOMMENT
MEDIUM…rvices/rtvi/rt-embed/src/server/rtvi_stream_handler.py2378 # Create a lookup dictionary for saved responses by chunk indexCOMMENT
MEDIUM…rvices/rtvi/rt-embed/src/server/rtvi_stream_handler.py2477 # Create a RequestInfo object and populate itCOMMENT
MEDIUM…rvices/rtvi/rt-embed/src/server/rtvi_stream_handler.py2596 # Create a RequestInfo object and populate it for VLM captionsCOMMENT
MEDIUMservices/rtvi/rt-embed/src/utils/asset_manager.py1130 # Create the asset directory and write the fileCOMMENT
MEDIUMservices/rtvi/rt-embed/src/utils/file_splitter.py220 # Create the Gstreamer pipelineCOMMENT
MEDIUM…rtvi/rt-embed/src/vlm_pipeline/ngc_model_downloader.py60 # Create a NGC client and authenticate with NGCCOMMENT
MEDIUM…i/rt-embed/src/vlm_pipeline/video_file_frame_getter.py2801 # Create a flag to track completionCOMMENT
MEDIUM…i/rt-embed/src/vlm_pipeline/video_file_frame_getter.py1516 # Create a tee to split the video streamCOMMENT
MEDIUMservices/rtvi/rt-embed/src/vlm_pipeline/vlm_pipeline.py1381 # Create the ASR processesCOMMENT
MEDIUMservices/rtvi/rt-embed/src/vlm_pipeline/vlm_pipeline.py1429 # Create the VLM processes, one on each GPUCOMMENT
MEDIUMservices/rtvi/rt-embed/src/vlm_pipeline/vlm_pipeline.py1469 # Create the chunk decoding processes, one on each GPUCOMMENT
MEDIUMservices/rtvi/rt-embed/src/vlm_pipeline/vlm_pipeline.py1489 # Create a thread to gather chunks processed by the VLM pipelineCOMMENT
MEDIUMservices/rtvi/rt-vlm/tests/test_nim_endpoints.sh137# Create a test JSON file for image_urlCOMMENT
MEDIUMservices/rtvi/rt-vlm/tests/test_nim_endpoints.sh211# Create a test JSON file for video_urlCOMMENT
MEDIUM…es/rtvi/rt-vlm/tests/test_turn_by_turn_conversation.py39 # Create a multi-turn conversationCOMMENT
MEDIUMservices/rtvi/rt-vlm/tests/rtvi_vlm/conftest.py79 # Create a mock pipeline instanceCOMMENT
MEDIUMservices/rtvi/rt-vlm/tests/rtvi_vlm/conftest.py81 # Create a mock VlmModelInfo objectCOMMENT
MEDIUM…ces/rtvi/rt-vlm/tests/rtvi_vlm/test_rtvi_vlm_server.py107 # Create a mock VlmModelInfo objectCOMMENT
MEDIUMservices/rtvi/rt-vlm/src/server/rtvi_stream_handler.py2394 # Create a lookup dictionary for saved responses by chunk indexCOMMENT
MEDIUMservices/rtvi/rt-vlm/src/server/rtvi_stream_handler.py2493 # Create a RequestInfo object and populate itCOMMENT
MEDIUMservices/rtvi/rt-vlm/src/server/rtvi_stream_handler.py2612 # Create a RequestInfo object and populate it for VLM captionsCOMMENT
MEDIUMservices/rtvi/rt-vlm/src/server/rtvi_vlm_server.py816 # Create a text-only chunk and enqueue through the VLM pipelineCOMMENT
MEDIUMservices/rtvi/rt-vlm/src/server/rtvi_vlm_server.py2479 # Create the response jsonCOMMENT
MEDIUMservices/rtvi/rt-vlm/src/server/rtvi_vlm_server.py2533 # Create the response jsonCOMMENT
MEDIUMservices/rtvi/rt-vlm/src/utils/asset_manager.py1130 # Create the asset directory and write the fileCOMMENT
MEDIUMservices/rtvi/rt-vlm/src/utils/file_splitter.py220 # Create the Gstreamer pipelineCOMMENT
MEDIUM…s/rtvi/rt-vlm/src/vlm_pipeline/ngc_model_downloader.py60 # Create a NGC client and authenticate with NGCCOMMENT
MEDIUM…tvi/rt-vlm/src/vlm_pipeline/video_file_frame_getter.py2801 # Create a flag to track completionCOMMENT
MEDIUM…tvi/rt-vlm/src/vlm_pipeline/video_file_frame_getter.py1516 # Create a tee to split the video streamCOMMENT
MEDIUMservices/rtvi/rt-vlm/src/vlm_pipeline/vlm_pipeline.py1381 # Create the ASR processesCOMMENT
MEDIUMservices/rtvi/rt-vlm/src/vlm_pipeline/vlm_pipeline.py1429 # Create the VLM processes, one on each GPUCOMMENT
MEDIUMservices/rtvi/rt-vlm/src/vlm_pipeline/vlm_pipeline.py1469 # Create the chunk decoding processes, one on each GPUCOMMENT
MEDIUMservices/rtvi/rt-vlm/src/vlm_pipeline/vlm_pipeline.py1489 # Create a thread to gather chunks processed by the VLM pipelineCOMMENT
MEDIUMservices/vios/mcp/src/server.py106# Create the MCP server instance using FastMCPCOMMENT
MEDIUMservices/vios/mcp/src/server.py1010 # Create a dedicated handler for JSON RPC messagesCOMMENT
MEDIUM…ices/vios/deployment/oneclick_dc_deployment_for_dev.py403 # Define the VST service image variables and their display namesCOMMENT
132 more matches not shown…
Modern Structural Boilerplate415 hits · 424 pts
SeverityFileLineSnippetContext
LOWtools/message-broker-consumers/redis_to_file.py35logger = logging.getLogger(__name__)CODE
LOWtools/message-broker-consumers/kafka_to_file.py35logger = logging.getLogger(__name__)CODE
LOWtools/message-broker-consumers/base_consumer.py41logger = logging.getLogger(__name__)CODE
LOW…patialai-data-utils/tools/visualization/draw_3dbbox.py264logger = logging.getLogger(__name__)CODE
LOW…ata-utils/tools/visualization/draw_camera_placement.py30logger = logging.getLogger(__name__)CODE
LOW…dation_and_evaluation/run_validation_and_evaluation.py61logger = logging.getLogger(__name__)CODE
LOW…tools/camera_grouping/find_suggested_cluster_params.py32logger = logging.getLogger(__name__)CODE
LOW…i-data-utils/tools/camera_grouping/calculate_origin.py93logger = logging.getLogger(__name__)CODE
LOW…-utils/tools/camera_grouping/reassign_camera_groups.py41logger = logging.getLogger(__name__)CODE
LOW…-utils/tools/camera_grouping/create_camera_clusters.py63logger = logging.getLogger(__name__)CODE
LOW…ta-utils/tools/camera_grouping/create_camera_groups.py75logger = logging.getLogger(__name__)CODE
LOW…ai-data-utils/tools/evaluation/evaluate_aicity_mtmc.py83logger = logging.getLogger(__name__)CODE
LOW…/spatialai-data-utils/tools/video_utils/frame2video.py61logger = logging.getLogger(__name__)CODE
LOW…alai-data-utils/tools/video_utils/video2frame_scene.py115logger = logging.getLogger(__name__)CODE
LOW…alai-data-utils/tools/video_utils/frame2video_scene.py107logger = logging.getLogger(__name__)CODE
LOW…/spatialai-data-utils/tools/video_utils/video2frame.py58logger = logging.getLogger(__name__)CODE
LOW…ai-data-utils/tools/projection/project_bbox3d_to_2d.py89logger = logging.getLogger(__name__)CODE
LOW…ls/spatialai_data_utils/visualization/camera_groups.py41logger = logging.getLogger(__name__)CODE
LOW…ls/spatialai_data_utils/visualization/camera_groups.py575__all__ = [CODE
LOW…a-utils/spatialai_data_utils/visualization/coloring.py52__all__ = [CODE
LOW…utils/spatialai_data_utils/visualization/draw_utils.py45logger = logging.getLogger(__name__)CODE
LOW…utils/spatialai_data_utils/visualization/draw_utils.py47__all__ = [CODE
LOW…ata-utils/spatialai_data_utils/visualization/render.py121logger = logging.getLogger(__name__)CODE
LOW…ata-utils/spatialai_data_utils/visualization/render.py123__all__ = [CODE
LOW…ata-utils/spatialai_data_utils/visualization/box_3d.py89__all__ = [CODE
LOW…_data_utils/visualization/camera_placement/__init__.py38__all__ = [CODE
LOW…ai_data_utils/visualization/video_utils/frame2video.py61logger = logging.getLogger(__name__)CODE
LOW…ta_utils/visualization/video_utils/frame2video_grid.py61logger = logging.getLogger(__name__)CODE
LOW…ai_data_utils/visualization/video_utils/video2frame.py49logger = logging.getLogger(__name__)CODE
LOW…utils/spatialai_data_utils/core/cameras/group_utils.py47logger = logging.getLogger(__name__)CODE
LOW…-utils/spatialai_data_utils/core/cameras/clustering.py58logger = logging.getLogger(__name__)CODE
LOW…ta-utils/spatialai_data_utils/core/cameras/grouping.py64logger = logging.getLogger(__name__)CODE
LOW…a-utils/spatialai_data_utils/core/cameras/filtering.py27logger = logging.getLogger(__name__)CODE
LOW…ata-utils/spatialai_data_utils/core/cameras/polygon.py36logger = logging.getLogger(__name__)CODE
LOW…ils/spatialai_data_utils/core/cameras/visualization.py45__all__ = [CODE
LOW…ai-data-utils/spatialai_data_utils/core/cameras/bev.py49logger = logging.getLogger(__name__)CODE
LOW…-data-utils/spatialai_data_utils/core/cameras/utils.py53logger = logging.getLogger(__name__)CODE
LOW…patialai_data_utils/core/cameras/calibration_fields.py27logger = logging.getLogger(__name__)CODE
LOW…data-utils/spatialai_data_utils/core/cameras/origin.py75logger = logging.getLogger(__name__)CODE
LOW…ils/spatialai_data_utils/datasets/aicity26/__init__.py40__all__ = [CODE
LOW…ils/spatialai_data_utils/datasets/aicity24/__init__.py27__all__ = [CODE
LOW…ils/spatialai_data_utils/datasets/aicity25/__init__.py32__all__ = [CODE
LOW…i_data_utils/datasets/cloud_utils/s3_utils/__init__.py51__all__ = [CODE
LOW…-data-utils/spatialai_data_utils/utils/string_utils.py82__all__ = [CODE
LOW…a-utils/spatialai_data_utils/configs/eval/detection.py103__all__ = [CODE
LOW…spatialai_data_utils/eval/tracking/aicity_mtmc_eval.py136logger = logging.getLogger(__name__)CODE
LOW…ils/spatialai_data_utils/eval/tracking/data_classes.py199 def set_metric(self, metric_name: str, values: np.ndarray) -> None:CODE
LOW…ils/spatialai_data_utils/eval/tracking/data_classes.py235 def set_nelem(cls, nelem: int) -> None:CODE
LOW…s/spatialai_data_utils/eval/tracking/hota/hota_eval.py40logger = logging.getLogger(__name__)CODE
LOW…ai-data-utils/spatialai_data_utils/loaders/__init__.py23__all__ = [CODE
LOW…ai-data-utils/spatialai_data_utils/loaders/nvschema.py76logger = logging.getLogger(__name__)CODE
LOW…data-utils/spatialai_data_utils/loaders/calibration.py168logger = logging.getLogger(__name__)CODE
LOW…ata-utils/spatialai_data_utils/validation/bev_utils.py21logger = logging.getLogger(__name__)CODE
LOW…data-utils/spatialai_data_utils/validation/gt_utils.py22logger = logging.getLogger(__name__)CODE
LOW…-data-utils/tests/core/cameras/test_camera_grouping.py46logger = logging.getLogger(__name__)CODE
LOW…ta-utils/tests/core/cameras/test_origin_calculation.py38logger = logging.getLogger(__name__)CODE
LOW…ata-utils/tests/core/cameras/test_camera_clustering.py43logger = logging.getLogger(__name__)CODE
LOW.github/skill-eval/skills_eval_agent.py126def _set_bash_timeouts() -> None:CODE
LOW.github/skill-eval/envs/brev_env.py38logger = logging.getLogger(__name__)CODE
LOW…vi/rt-embed/tests/rtvi_embed/test_rtvi_embed_server.py46logger = logging.getLogger(__name__)CODE
355 more matches not shown…
Redundant / Tautological Comments260 hits · 404 pts
SeverityFileLineSnippetContext
LOWtools/message-broker-consumers/base_consumer.py217 # Check if msg_id should be added (skip special markers like '__kafka_error__')COMMENT
LOW…postprocessing/data_conversion/convert_ground_truth.py1024 # Check if all subfolders have the same frame countCOMMENT
LOW…postprocessing/data_conversion/convert_ground_truth.py1269 # Check if all corners are within reasonable boundsCOMMENT
LOW…postprocessing/data_conversion/convert_ground_truth.py1586 # Set this to True to enable renaming the annotation format, or False to use the defaultCOMMENT
LOW…postprocessing/data_conversion/convert_ground_truth.py1607 # Check if root_directory existsCOMMENT
LOW…data_conversion/convert_images_to_videos_no_bframes.sh18# Check if a directory argument was providedCOMMENT
LOW…data_conversion/convert_images_to_videos_no_bframes.sh27# Check if the specified directory existsCOMMENT
LOW…data_conversion/convert_images_to_videos_no_bframes.sh74 # Check if we have reached the maximum number of concurrent jobsCOMMENT
LOW…cessing/data_sanity_check/dataset_sanity_check_json.py82 # Check if the frame existsCOMMENT
LOW…cessing/data_sanity_check/dataset_sanity_check_json.py87 # Check if the frame is readableCOMMENT
LOW…ocessing/data_sanity_check/dataset_sanity_check_png.py69 # Check if the frame existsCOMMENT
LOW…ocessing/data_sanity_check/dataset_sanity_check_png.py74 # Check if the frame is readableCOMMENT
LOW…ta_sanity_check/dataset_sanity_check_bbox_direction.py120 # Check if all corners are within reasonable boundsCOMMENT
LOW…ta_sanity_check/dataset_sanity_check_bbox_direction.py803 #Check if the data exists nanCOMMENT
LOW…ocessing/data_sanity_check/dataset_sanity_check_rgb.py69 # Check if the frame existsCOMMENT
LOW…ocessing/data_sanity_check/dataset_sanity_check_rgb.py74 # Check if the frame is readableCOMMENT
LOW…_sanity_check/dataset_sanity_check_instance_id_json.py72 # Check if the frame existsCOMMENT
LOW…_sanity_check/dataset_sanity_check_instance_id_json.py77 # Check if the frame is readableCOMMENT
LOW…ssing/data_sanity_check/dataset_sanity_check_videos.sh18# Check if a directory argument was providedCOMMENT
LOW…ssing/data_sanity_check/dataset_sanity_check_videos.sh27# Check if the specified directory existsCOMMENT
LOW…a_sanity_check/dataset_sanity_check_instance_id_png.py69 # Check if the frame existsCOMMENT
LOW…a_sanity_check/dataset_sanity_check_instance_id_png.py74 # Check if the frame is readableCOMMENT
LOW…ocessing/data_sanity_check/dataset_sanity_check_npy.py80 # Check if the frame existsCOMMENT
LOW…ocessing/data_sanity_check/dataset_sanity_check_npy.py85 # Check if the frame is readableCOMMENT
LOW…files/dev-profile-base/eval/eval_output_json_to_csv.sh50# Check if jq is availableCOMMENT
LOWdeploy/docker/scripts/dev-profile.sh1116 # Check if source .env existsCOMMENT
LOW…rvices/infra/kafka/init-scripts/create-kafka-topics.sh67#Check if Kafka is Up & RunningCOMMENT
LOW…ocker/services/vios/scripts/user_additional_install.sh169 # Check if dpkg is broken and fix if neededCOMMENT
LOW…ocker/services/vios/scripts/user_additional_install.sh200 # Check if dpkg is broken and fix if neededCOMMENT
LOW…ocker/services/vios/scripts/user_additional_install.sh226 # Check if dpkg is broken and fix if neededCOMMENT
LOW…ocker/services/vios/scripts/user_additional_install.sh252 # Check if dpkg is broken and fix if neededCOMMENT
LOW…rts/vios-nvstreamer/scripts/user_additional_install.sh174 # Check if dpkg is broken and fix if neededCOMMENT
LOW…rts/vios-nvstreamer/scripts/user_additional_install.sh205 # Check if dpkg is broken and fix if neededCOMMENT
LOW…rts/vios-nvstreamer/scripts/user_additional_install.sh231 # Check if dpkg is broken and fix if neededCOMMENT
LOW…rts/vios-nvstreamer/scripts/user_additional_install.sh257 # Check if dpkg is broken and fix if neededCOMMENT
LOW…dation_and_evaluation/run_validation_and_evaluation.py212 # Check if mdx-bev only validation is requestedCOMMENT
LOW…ls/tools/camera_grouping/batch_create_camera_groups.sh618 # Check if data directory existsCOMMENT
LOW…-utils/spatialai_data_utils/core/cameras/clustering.py334 # Check if camera matrices were extracted successfullyCOMMENT
LOW…-utils/spatialai_data_utils/core/cameras/clustering.py991 # Check if current membership meets thresholdsCOMMENT
LOW…-utils/spatialai_data_utils/core/cameras/clustering.py1549 # Check if camera matrices were extracted successfullyCOMMENT
LOW…ta-utils/spatialai_data_utils/core/cameras/grouping.py658 # Check if this group is a duplicate of an existing groupCOMMENT
LOW…a-utils/spatialai_data_utils/core/cameras/filtering.py125 # Check if sensor exists in the setCOMMENT
LOW…a-utils/spatialai_data_utils/core/cameras/filtering.py152 # Check if file existsCOMMENT
LOW…a-utils/spatialai_data_utils/core/cameras/filtering.py184 # Check if file existsCOMMENT
LOW…ata-utils/spatialai_data_utils/core/cameras/polygon.py782 # Check if sensor already has a fieldOfViewPolygon attributeCOMMENT
LOW…ai-data-utils/spatialai_data_utils/core/cameras/bev.py180 # Check if all sensors have group informationCOMMENT
LOW…data-utils/spatialai_data_utils/core/cameras/origin.py414 # Check if attributes is a list (array of name-value pairs)COMMENT
LOW…data-utils/spatialai_data_utils/core/cameras/origin.py436 # Check if attributes is a dictCOMMENT
LOW…ploy-detection-tracking-2d/scripts/run_app_and_wait.sh187 # Check if app diedCOMMENT
LOW…y-detection-tracking-2d/scripts/calibration_manager.py38 # Check if calibration covers batch size 6STRING
LOWservices/rtvi/rt-embed/tests/tests_common.py248 # Check if the files existCOMMENT
LOW…bed/tests/rtvi_embed/test_rtvi_embed_stream_handler.py370 # Check if text embeddings method existsCOMMENT
LOWservices/rtvi/rt-embed/src/server/rtvi_embed_server.py1051 # Check if the RTSP URL contains valid videoCOMMENT
LOWservices/rtvi/rt-embed/src/server/rtvi_embed_server.py1445 # Check if inference is activeCOMMENT
LOWservices/rtvi/rt-embed/src/server/rtvi_embed_server.py1690 # Check if asset exists with same url throw errorCOMMENT
LOWservices/rtvi/rt-embed/src/server/rtvi_embed_server.py1783 # Check if user has specified the model that is initializedCOMMENT
LOWservices/rtvi/rt-embed/src/server/rtvi_embed_server.py1814 # Check if summarization is already running / already completed.COMMENT
LOW…rvices/rtvi/rt-embed/src/server/rtvi_stream_handler.py3070 # Check if the response contains an errorCOMMENT
LOWservices/rtvi/rt-embed/src/utils/asset_manager.py979 # Check if writing the current chunk will cross thresholdCOMMENT
LOWservices/rtvi/rt-embed/src/utils/asset_manager.py989 # Check if writing the current chunk will cross max sizeCOMMENT
200 more matches not shown…
AI Slop Vocabulary141 hits · 400 pts
SeverityFileLineSnippetContext
LOWtools/message-broker-consumers/base_consumer.py221 # Redis returns bytes, just add itCOMMENT
MEDIUM…i-data-utils/tests/visualization/test_visualization.py3763 # robust-to-palette-tweaks check: the two renders must differ.COMMENT
MEDIUM.github/skills-review/consolidate.py95 "## 🔬 Skills Review — 6-paradigm consolidation",CODE
MEDIUM.github/skills-review/review_findings.py34# Soft default category per paradigm (consolidation majority-vote overrides it).COMMENT
MEDIUM.github/skills-review/review_agent.py45# Which engine drives each paradigm.COMMENT
MEDIUM.github/skills-review/tests/test_review_findings.py97 # same paradigm twice is NOT corroborationCOMMENT
MEDIUM.github/skills-review/tests/test_review_findings.py116 # lone critical -> verify; 3-paradigm medium -> no verifyCOMMENT
MEDIUM.github/skills-review/tests/test_plan_review_matrix.py86 # every leg carries skill + paradigm + nameCOMMENT
MEDIUM.github/workflows/helm-sync.yml6# diff (PR base ↔ HEAD) touches anything under deploy/ or this harness.COMMENT
MEDIUM.github/workflows/helm-sync.yml42# harness is synced over there) under repo Settings → Branches /COMMENT
MEDIUM.github/workflows/sonarqube.yml115 # coverage harness in CI, so exclude them from the new-code coverageCOMMENT
MEDIUM.github/workflows/skills-eval.yml57# the next trial's own deploy step (the harness no longer pre-deploys orCOMMENT
MEDIUM.github/workflows/skills-eval.yml214 # harness via PYTHONPATH for `uvx harbor --environment-import-path`.COMMENT
MEDIUM.github/workflows/skills-eval-daily.yml23 # but the full harness lives on `develop`: click "Run workflow", pickCOMMENT
MEDIUM.github/workflows/skills-eval-daily.yml75 # EVALUATE develop, where active skill/harness work lands. Schedule ->COMMENT
MEDIUM.github/workflows/skills-eval-daily.yml159 # while the harness ran develop. git rev-parse HEAD = the checked-outCOMMENT
MEDIUM.github/workflows/skills-eval-daily.yml179 # harness via PYTHONPATH for `uvx harbor --environment-import-path`.COMMENT
MEDIUM.github/workflows/vss-playbook-compliance.yml6# harness. Mirrors the helm-sync pattern: no top-level `paths:` filterCOMMENT
MEDIUM.github/workflows/skills-review.yml4# Multi-paradigm skill review (ADVISORY). On a PR touching skills/**, or onCOMMENT
MEDIUM.github/workflows/skills-review.yml6# each), consolidate by cross-paradigm agreement + severity, and post a stickyCOMMENT
MEDIUM.github/skill-eval/skills_eval_agent.py74# Hard cap on the agent's tool loop — one trial burns ~20-30 harnessCOMMENT
MEDIUM.github/skill-eval/skills_eval_agent.py517# VSS profile it needs as part of its own first agent turn (the harnessSTRING
MEDIUM.github/skill-eval/skills_eval_agent.py520# step problem, not the harness's, and tools likeSTRING
MEDIUM.github/skill-eval/skills_eval_agent.py426 # it because they're treated as runtime/harness features. List themSTRING
MEDIUM.github/skill-eval/plan_matrix.py196 # else: harness file or unrelated path -> contributes nothing.COMMENT
MEDIUM…hub/skill-eval/adapters/vss-deploy-profile/generate.py64# Fallback only — when the harness can't tell what to sync to (noCOMMENT
MEDIUM…hub/skill-eval/adapters/vss-deploy-profile/generate.py494 # No `profile = "..."` is emitted — nothing in the harness readsCOMMENT
MEDIUM…hub/skill-eval/adapters/vss-deploy-profile/generate.py503 # Informational — no harness consumer.COMMENT
MEDIUM…/adapters/vss-deploy-detection-tracking-2d/generate.py151 # the harness should report distinctly from low-reward outcomes.COMMENT
MEDIUM…ub/skill-eval/adapters/vss-query-analytics/generate.py214 # nothing in the harness reads them (the _ensure_prerequisite_deployedCOMMENT
MEDIUM…l-eval/adapters/vss-deploy-video-embedding/generate.py207 '# cold rtvi-hf-cache pulls — forward if the harness provided it.',CODE
MEDIUM.github/skill-eval/envs/brev_env.py299 # create. No longer load-bearing now that the harnessCOMMENT
MEDIUM.github/skill-eval/envs/brev_env.py379 # The harness intentionally does NOT pre-deploy any VSS profileCOMMENT
LOW…oy-detection-tracking-2d/scripts/setup_tracker_reid.sh27# already in cache), just create the symlink soCOMMENT
MEDIUM…oy-detection-tracking-2d/scripts/update_output_sink.sh28# 2 = MKV (matroska; DEFAULT — robust on abnormalCOMMENT
MEDIUM…oy-detection-tracking-2d/scripts/update_output_sink.sh158# ── Container muxer: default = 2 (MKV, robust on abnormal exit) ───COMMENT
MEDIUM…eploy-detection-tracking-2d/scripts/collect_metrics.sh68# `*_<8 digits>_<6 digits>.txt` so it's robust to use-case prefixCOMMENT
MEDIUM…metropolis-bp-vss-ui/search/lib-src/hooks/useFilter.ts103 // Always include topK tag (robust to numeric 0 or other non-truthy but valid numbers)COMMENT
MEDIUM…-embed/src/models/openai_compat/openai_compat_model.py1325 # To test and debug, please use harness:COMMENT
MEDIUM…rt-vlm/src/models/openai_compat/openai_compat_model.py1325 # To test and debug, please use harness:COMMENT
MEDIUMservices/vios/test/bdd_tests/scripts/run_unit_tests.sh81 # entirely if none are present (keeps things robust against moduleCOMMENT
MEDIUM…de/opentelemetry/nostd/internal/absl/base/attributes.h41// are not defined as such in any file). To utilize the followingCOMMENT
MEDIUM…clude/opentelemetry/nostd/internal/absl/base/options.h42// Diamond dependency problems can be avoided if all packages utilize the sameCOMMENT
LOW…deployment/stream-processing/oneclick_dc_deployment.py1359 pass # non-integer current; just setCODE
MEDIUM…/webrtc_headers/src/pc/test/integration_test_helpers.h838 // TODO(deadbeef): Do something more robust. Since we're testing for aspectCOMMENT
MEDIUM…/webrtc_headers/src/pc/test/integration_test_helpers.h864 // TODO(deadbeef): Do something more robust.COMMENT
MEDIUM…inc/webrtc_headers/src/test/testsupport/frame_writer.h37 // Closes the output file if open. Essentially makes this class impossibleCOMMENT
MEDIUM…ird_party/blink/renderer/core/svg/graphics/svg_image.h111 // Returns true if intrinsic dimensions can be extracted. (EssentiallyCOMMENT
MEDIUM…nderer/core/paint/timing/image_paint_timing_detector.h284 // to be assigned after this method is called. Essentially, this class shouldCOMMENT
MEDIUM…arty/blink/renderer/core/layout/ng/grid/ng_grid_data.h241// purposes: provide seamless iteration over the tree structure and compareCOMMENT
MEDIUM…ink/renderer/core/layout/ng/grid/ng_grid_sizing_tree.h147// This class represents a subtree in a `NGGridSizingTree` and provides seamlessCOMMENT
MEDIUM…ty/blink/renderer/core/html/media/html_media_element.h408 // that owns it. However, it permits seamless playback when transitioning toCOMMENT
MEDIUM…ty/blink/renderer/core/html/media/html_media_element.h414 // closed can be seamless too, even if the player was recreated for someCOMMENT
MEDIUM…_party/blink/renderer/core/editing/editing_utilities.h257// operator<()` to utilize `DCHECK_XX()`.COMMENT
MEDIUM…src/third_party/blink/renderer/core/editing/position.h183 // |Position::compareTo()| to utilize |DCHECK_XX()|.COMMENT
MEDIUM…headers/src/third_party/blink/renderer/core/dom/node.h803 // this. To utilize this, the node should returnCOMMENT
MEDIUM…d_party/blink/renderer/core/dom/attribute_collection.h91 // For (2), the caller must ensure that its logic is robust to changes inCOMMENT
MEDIUM…c/third_party/blink/renderer/platform/heap/heap_page.h188 // Essentially, gets optimized to >> 1.COMMENT
MEDIUM…c/third_party/blink/renderer/platform/heap/heap_page.h194 // Essentially, gets optimized to << 1.COMMENT
MEDIUM…k/renderer/platform/bindings/parkable_string_manager.h112 // insecure, then this would need to be updated to a more robust hash.COMMENT
81 more matches not shown…
Structural Annotation Overuse208 hits · 360 pts
SeverityFileLineSnippetContext
LOW…y/helm/developer-profiles/dev-profile-search/README.md129## Step 1: Volume provisioner (bare metal, optional)COMMENT
LOW…y/helm/developer-profiles/dev-profile-search/README.md151## Step 2: Install Ingress Controller (HAProxy)COMMENT
LOW…y/helm/developer-profiles/dev-profile-search/README.md185## Step 3: Deploy the Search ProfileCOMMENT
LOW…ls/tools/camera_grouping/batch_create_camera_groups.sh624 # Step 1: Collect all scenesCOMMENT
LOW…ls/tools/camera_grouping/batch_create_camera_groups.sh633 # Step 2: Display all scenesCOMMENT
LOW…ls/tools/camera_grouping/batch_create_camera_groups.sh636 # Step 3: Set global parametersCOMMENT
LOW…ls/tools/camera_grouping/batch_create_camera_groups.sh639 # Step 4: Select scenesCOMMENT
LOW…ls/tools/camera_grouping/batch_create_camera_groups.sh642 # Step 5: Display selected scenes with parametersCOMMENT
LOW…ls/tools/camera_grouping/batch_create_camera_groups.sh650 # Step 6: Confirm and processCOMMENT
LOW…ls/tools/camera_grouping/batch_create_camera_groups.sh658 # Step 7: Process all scenesCOMMENT
LOW…utils/spatialai_data_utils/visualization/draw_utils.py166 # Step 1: paint the (possibly translucent) background rectangle.COMMENT
LOW…utils/spatialai_data_utils/visualization/draw_utils.py181 # Step 2: draw text on top of the (already-blended) rectangle. TextCOMMENT
LOW…utils/spatialai_data_utils/eval/tracking/aic24_eval.py163 # Step 1: Accumulate metric data for all classes and distance thresholds.COMMENT
LOW…utils/spatialai_data_utils/eval/tracking/aic24_eval.py190 # Step 2: Aggregate metrics from the metric data.COMMENT
LOW.openclaw/workspace/BOOTSTRAP.md11## Step 1: Auto-Detect the EnvironmentCOMMENT
LOW.openclaw/workspace/BOOTSTRAP.md71## Step 3: Run Prerequisite ChecksCOMMENT
LOW.openclaw/workspace/BOOTSTRAP.md77## Step 4: Save Config to TOOLS.mdCOMMENT
LOW.openclaw/workspace/BOOTSTRAP.md92## Step 5: Offer Next StepsCOMMENT
LOW.openclaw/workspace/_nemoclaw/BOOTSTRAP.md13## Step 1: Run AGENTS.md "Every Session", then verify reachabilityCOMMENT
LOW.openclaw/workspace/_nemoclaw/BOOTSTRAP.md22## Step 2: Confirm the MCP serverCOMMENT
LOW.openclaw/workspace/_nemoclaw/BOOTSTRAP.md34## Step 3: Offer Next StepsCOMMENT
LOW.github/vss-playbook-compliance/post_comment.py132 return "### Step 1 - playbook compliance\n\n_Step did not run or no JSON output captured._\n"CODE
LOW.github/vss-playbook-compliance/post_comment.py143 out = ["### Step 1 - playbook compliance", "", f"{status} - {summary}", ""]CODE
LOWskills/vss-query-analytics/SKILL.md93# Step 1: initialize — get session ID from response HEADERCOMMENT
LOWskills/vss-query-analytics/SKILL.md100# Step 2: call the tool using the session ID in the headerCOMMENT
LOWskills/vss-summarize-video/SKILL.md187## Step 1 - Get the clip URL via `vss-manage-video-io-storage` (sub-task, NOT the final answer)COMMENT
LOWskills/vss-generate-video-report-rag/SKILL.md34### Step 1: Configure the generated env fileCOMMENT
LOWskills/vss-generate-video-report-rag/SKILL.md56### Step 2: Log in to NGC registryCOMMENT
LOWskills/vss-generate-video-report-rag/SKILL.md66### Step 3: Deploy the LVS profile with the RAG configCOMMENT
LOWskills/vss-generate-video-report-rag/SKILL.md101### Step 4: Verify deploymentCOMMENT
LOWskills/vss-generate-video-report-rag/SKILL.md136### Step 1: List available videosCOMMENT
LOWskills/vss-generate-video-report-rag/SKILL.md147### Step 2: Collect parameters from the userCOMMENT
LOWskills/vss-generate-video-report-rag/SKILL.md166### Step 3: Start the report (HTTP HITL)COMMENT
LOWskills/vss-generate-video-report-rag/SKILL.md183### Step 4: Respond to HITL promptsCOMMENT
LOWskills/vss-generate-video-report-rag/SKILL.md209### Step 5: Wait for completionCOMMENT
LOWskills/vss-generate-video-report-rag/SKILL.md220### Step 6: Present the resultsCOMMENT
LOW…/ui/packages/nemo-agent-toolkit-ui/utils/app/helper.ts299 // Step 2: Convert bold text **bold**COMMENT
LOW…ui/packages/common/__tests__/utils/videoUpload.test.ts228 // Step 1: agent told the UI where to upload.COMMENT
LOW…ui/packages/common/__tests__/utils/videoUpload.test.ts233 // Step 2: chunk POSTed to the URL the agent returned (not directly to aCOMMENT
LOW…/video-management/lib-src/VideoManagementComponent.tsx182 // Step 1: Chunked upload directly to the video storage serviceCOMMENT
LOW…/video-management/lib-src/VideoManagementComponent.tsx199 // Step 2: Notify agent for post-processing (embeddings, RTVI registration, etc.).COMMENT
LOW…ed/src/models/vllm_compatible/vllm_compatible_model.py700 # Step 1: Strip leading/trailing whitespaceCOMMENT
LOW…ed/src/models/vllm_compatible/vllm_compatible_model.py702 # Step 2: Extract reasoning descriptionCOMMENT
LOW…ed/src/models/vllm_compatible/vllm_compatible_model.py710 # Step 3: Remove complete <think>...</think> block if found, otherwise handle orphan tagsCOMMENT
LOW…ed/src/models/vllm_compatible/vllm_compatible_model.py718 # Step 4: Remove <answer>, </answer>, <summary>, and </summary> tags, but keep their contentCOMMENT
LOW…ed/src/models/vllm_compatible/vllm_compatible_model.py721 # Step 4: Final cleanup (strip whitespace)COMMENT
LOW…lm/src/models/vllm_compatible/vllm_compatible_model.py700 # Step 1: Strip leading/trailing whitespaceCOMMENT
LOW…lm/src/models/vllm_compatible/vllm_compatible_model.py702 # Step 2: Extract reasoning descriptionCOMMENT
LOW…lm/src/models/vllm_compatible/vllm_compatible_model.py710 # Step 3: Remove complete <think>...</think> block if found, otherwise handle orphan tagsCOMMENT
LOW…lm/src/models/vllm_compatible/vllm_compatible_model.py718 # Step 4: Remove <answer>, </answer>, <summary>, and </summary> tags, but keep their contentCOMMENT
LOW…lm/src/models/vllm_compatible/vllm_compatible_model.py721 # Step 4: Final cleanup (strip whitespace)COMMENT
LOW…es/vst/calibration-steps/CalibrationDataManagement.tsx312 // Step 1: Convert lat/lng to x/y (ReactJS convertLatLngToXY function)COMMENT
LOW…es/vst/calibration-steps/CalibrationDataManagement.tsx318 // Step 2: Apply padding (ReactJS padCoordinates function)COMMENT
LOW…es/vst/calibration-steps/CalibrationDataManagement.tsx324 // Step 3: Scale coordinates (ReactJS scaleCoordinates function - DIVISION by 100)COMMENT
LOW…es/vst/calibration-steps/CalibrationDataManagement.tsx890 // Step 1: Save web API URLCOMMENT
LOW…es/vst/calibration-steps/CalibrationDataManagement.tsx895 // Step 2: Get project dataCOMMENT
LOW…es/vst/calibration-steps/CalibrationDataManagement.tsx898 // Step 3: Upload web APICOMMENT
LOW…ios-ui/src/pages/vst/calibration-steps/Calibration.tsx449 // Step 0: Ensure inverted image dimensions are set correctlyCOMMENT
LOW…ios-ui/src/pages/vst/calibration-steps/Calibration.tsx475 // Step 1: Call invertImage APICOMMENT
LOW…ios-ui/src/pages/vst/calibration-steps/Calibration.tsx486 // Step 2: Update sensor with calibration dataCOMMENT
148 more matches not shown…
Cross-Language Confusion58 hits · 330 pts
SeverityFileLineSnippetContext
HIGH…-data-utils/tests/loaders/test_calibration_variants.py117 (catches malformed exports — e.g. ``sensors: [null]``)."""STRING
HIGH…hub/skill-eval/adapters/vss-deploy-profile/generate.py296 "python3 -m pip install --quiet 'anthropic>=0.40.0' >/dev/null 2>&1 || true\n"CODE
HIGH…hub/skill-eval/adapters/vss-deploy-profile/generate.py361 "if ! command -v docker &>/dev/null; then",CODE
HIGH…hub/skill-eval/adapters/vss-deploy-profile/generate.py364 "sudo sysctl -w vm.max_map_count=262144 2>/dev/null || true",CODE
HIGH…hub/skill-eval/adapters/vss-deploy-profile/generate.py365 "sudo sysctl -w net.core.rmem_max=5242880 2>/dev/null || true",CODE
HIGH…hub/skill-eval/adapters/vss-deploy-profile/generate.py366 "sudo sysctl -w net.core.wmem_max=5242880 2>/dev/null || true",CODE
HIGH…hub/skill-eval/adapters/vss-deploy-profile/generate.py370 " docker login nvcr.io -u '\\$oauthtoken' -p \"$NGC_CLI_API_KEY\" 2>/dev/null || true",CODE
HIGH…hub/skill-eval/adapters/vss-deploy-profile/generate.py423 " curl -sf -o /dev/null --max-time 5 http://localhost:8000/docs 2>/dev/null && break",CODE
HIGH…/adapters/vss-deploy-detection-tracking-2d/generate.py126 " curl -sf --max-time 2 http://localhost:9000/api/v1/ready >/dev/null 2>&1 && break\n"CODE
HIGH…/adapters/vss-deploy-detection-tracking-2d/generate.py169 "python3 -m pip install --quiet 'anthropic>=0.40.0' >/dev/null 2>&1 || true\n"CODE
HIGH.github/skill-eval/adapters/vss-ask-video/generate.py89 "python3 -m pip install --quiet 'anthropic>=0.40.0' >/dev/null 2>&1 || true\n"CODE
HIGH…ub/skill-eval/adapters/vss-query-analytics/generate.py104 "python3 -m pip install --quiet 'anthropic>=0.40.0' >/dev/null 2>&1 || true\n"CODE
HIGH…ub/skill-eval/adapters/vss-summarize-video/generate.py95 "python3 -m pip install --quiet 'anthropic>=0.40.0' >/dev/null 2>&1 || true\n"CODE
HIGH…al/adapters/vss-generate-video-calibration/generate.py107 "python3 -m pip install --quiet 'anthropic>=0.40.0' >/dev/null 2>&1 || true\n"CODE
HIGH…eval/adapters/vss-setup-behavior-analytics/generate.py156 "python3 -m pip install --quiet 'anthropic>=0.40.0' >/dev/null 2>&1 || true\n"CODE
HIGH…eval/adapters/vss-setup-behavior-analytics/generate.py236 " | grep -qx vss-behavior-analytics && break\n"CODE
HIGH…eval/adapters/vss-setup-behavior-analytics/generate.py186 "if ! command -v docker &>/dev/null; then\n"CODE
HIGH…eval/adapters/vss-setup-behavior-analytics/generate.py192 " docker login nvcr.io -u '\\$oauthtoken' -p \"$NGC_CLI_API_KEY\" 2>/dev/null || true\n"CODE
HIGH…thub/skill-eval/adapters/vss-manage-alerts/generate.py144 "python3 -m pip install --quiet 'anthropic>=0.40.0' >/dev/null 2>&1 || true\n"CODE
HIGH…-eval/adapters/vss-manage-video-io-storage/generate.py128 "python3 -m pip install --quiet 'anthropic>=0.40.0' >/dev/null 2>&1 || true\n"CODE
HIGH…-eval/adapters/vss-deploy-dense-captioning/generate.py150 "python3 -m pip install --quiet 'anthropic>=0.40.0' >/dev/null 2>&1 || true\n"CODE
HIGH…val/adapters/vss-setup-video-analytics-api/generate.py179 "python3 -m pip install --quiet 'anthropic>=0.40.0' >/dev/null 2>&1 || true\n"CODE
HIGH…val/adapters/vss-setup-video-analytics-api/generate.py265 " curl -sf --max-time 5 http://localhost:8081/livez >/dev/null 2>&1 && break\n"CODE
HIGH…val/adapters/vss-setup-video-analytics-api/generate.py268 'curl -sf --max-time 15 http://localhost:8081/livez && echo "OK" || echo "DOWN"\n'CODE
HIGH…val/adapters/vss-setup-video-analytics-api/generate.py209 "if ! command -v docker &>/dev/null; then\n"CODE
HIGH…val/adapters/vss-setup-video-analytics-api/generate.py215 " docker login nvcr.io -u '\\$oauthtoken' -p \"$NGC_CLI_API_KEY\" 2>/dev/null || true\n"CODE
HIGH…val/adapters/vss-setup-video-analytics-api/generate.py251 " curl -sf --max-time 5 http://localhost:9200/_cluster/health >/dev/null 2>&1 && break\n"CODE
HIGH…ll-eval/adapters/vss-generate-video-report/generate.py93 "python3 -m pip install --quiet 'anthropic>=0.40.0' >/dev/null 2>&1 || true\n"CODE
HIGH…/adapters/vss-deploy-detection-tracking-3d/generate.py137 "python3 -m pip install --quiet 'anthropic>=0.40.0' >/dev/null 2>&1 || true\n"CODE
HIGH…l-eval/adapters/vss-deploy-video-embedding/generate.py125 "python3 -m pip install --quiet 'anthropic>=0.40.0' >/dev/null 2>&1 || true\n"CODE
HIGH…l-eval/adapters/vss-deploy-video-embedding/generate.py157 "if ! command -v docker &>/dev/null; then",CODE
HIGH…l-eval/adapters/vss-deploy-video-embedding/generate.py163 " docker login nvcr.io -u '\\$oauthtoken' -p \"$NGC_CLI_API_KEY\" 2>/dev/null || true",CODE
HIGH…l-eval/adapters/vss-deploy-video-embedding/generate.py217 " curl -sf --max-time 5 http://localhost:8017/v1/ready >/dev/null 2>&1 && break",CODE
HIGH…hub/skill-eval/adapters/vss-search-archive/generate.py91 "python3 -m pip install --quiet 'anthropic>=0.40.0' >/dev/null 2>&1 || true\n"CODE
HIGH.github/skill-eval/envs/brev_env.py432cids=$(docker ps -aq); [ -n "$cids" ] && docker rm -f $cids >/dev/null 2>&1 || trueCODE
HIGH.github/skill-eval/envs/brev_env.py433vols=$(docker volume ls -q); [ -n "$vols" ] && docker volume rm -f $vols >/dev/null 2>&1 || trueCODE
HIGH.github/skill-eval/envs/brev_env.py434docker network prune -f >/dev/null 2>&1 || trueCODE
HIGH.github/skill-eval/envs/brev_env.py237 'if [ -d "$PROJ" ] && [ -n "$(ls -A "$PROJ" 2>/dev/null)" ]; then 'CODE
HIGH.github/skill-eval/envs/brev_env.py239 ' mkdir -p "$ARCHIVE" && mv "$PROJ"/* "$ARCHIVE/" 2>/dev/null || true; 'CODE
HIGH.github/skill-eval/envs/brev_env.py530git clean -fdx -e data/ -e .env 2>/dev/null || sudo git clean -fdx -e data/ -e .envCODE
HIGH.github/skill-eval/envs/brev_env.py619 f"rmdir {remote_dir} 2>/dev/null || true; "CODE
HIGH.github/skill-eval/envs/brev_env.py721 "source ~/.profile 2>/dev/null;",CODE
HIGH…ices/vios/deployment/oneclick_dc_deployment_for_dev.py321 " sudo usermod -aG docker $USER && newgrp docker"CODE
HIGH…deployment/stream-processing/oneclick_dc_deployment.py398 " sudo usermod -aG docker $USER && newgrp docker"CODE
HIGH…/entity_management/request_entity/models/parameters.py162 do_verification: Optional[bool] = Field(None, description="True, False or Unset (null)")CODE
HIGHservices/alert/test/models/test_pluggable_parser.py566 info = {primaryObjectId / preserved fields, verdict: null,STRING
HIGH…rvices/alert/test/wiring/test_real_vlm_responses_ft.py511 # Pluggable parsers always emit verdict=null,COMMENT
HIGH…alert/test/wiring/test_pluggable_external_parser_ft.py351 # 2. verdict is "" (nvschema alignment stringified null)COMMENT
HIGH…alert/test/wiring/test_pluggable_external_parser_ft.py35 4. ``info["verdict"] == ""`` (nvschema alignment stringified null)STRING
HIGH…alert/test/test_lite/minio/send_minio_media_payload.py286 print(" cd test/test_lite/minio && docker compose up -d")CODE
HIGHservices/alert/test/sim_scripts/test_live_vlm_parser.py189 info["verdict"] = null; info schema stays identical to verification mode.STRING
HIGHservices/agent/tests/unit_test/tools/test_search.py570 content='{"query": "test", "video_sources": null, "attributes": null, "source_type": null}'CODE
HIGHservices/agent/src/vss_agents/tools/attribute_search.py361 " if (obj.id == params.target_id && obj.containsKey('embedding') && obj.embedding.containsKey('vector')) CODE
HIGHservices/agent/src/vss_agents/tools/attribute_search.py371 " if (normA > 0 && normB > 0) { "CODE
HIGH…ts/tools/code_executor/docker_backend/image_builder.py132 "RUN apt-get update && apt-get install -y --no-install-recommends \\",CODE
HIGH…luators/report_evaluator/field_evaluators/llm_judge.py218 "another_field": {"score": 0.0, "reference_field": null}}STRING
HIGHservices/agent/src/vss_agents/api/video_ingest.py134 behaviour on these is undefined, so reject up front.STRING
HIGH…tests/integration/dynamic_config/dynamic_config_e2e.py916 logger.info("[%s] sent empty upsert-all (status=failure, config=null)", tag)CODE
Docstring Block Structure52 hits · 260 pts
SeverityFileLineSnippetContext
HIGH…ols/sdg-postprocessing/utils/export_xform_semantics.py131 Resolve the output path using priority: user argument > USER_OUTPUT_PATH. If the resolved path is a directory (STRING
HIGHservices/rtvi/rt-embed/src/utils/asset_manager.py1060Decode an RFC 2397 data: URI and register the result as an asset. Args: data_url: A data: URI of thSTRING
HIGHservices/rtvi/rt-embed/src/utils/otel_helper.py42Initialize OpenTelemetry if enabled and available. The SDK automatically reads and configures itself from standard STRING
HIGHservices/rtvi/rt-embed/src/models/base_vlm_model.py163Generate a text-only response (no multimodal input). Args: messages: List of message dicts with 'roSTRING
HIGHservices/rtvi/rt-embed/src/models/base_vlm_model.py183Async generator that yields text deltas for token-level streaming. Args: messages: List of message STRING
HIGHservices/rtvi/rt-vlm/tests/rtsp_stream_helper.py98 Start an RTSP stream from a video file using cvlc. Args: video_file: Path to video file toSTRING
HIGHservices/rtvi/rt-vlm/src/utils/asset_manager.py1060Decode an RFC 2397 data: URI and register the result as an asset. Args: data_url: A data: URI of thSTRING
HIGHservices/rtvi/rt-vlm/src/utils/otel_helper.py42Initialize OpenTelemetry if enabled and available. The SDK automatically reads and configures itself from standard STRING
HIGHservices/rtvi/rt-vlm/src/models/base_vlm_model.py163Generate a text-only response (no multimodal input). Args: messages: List of message dicts with 'roSTRING
HIGHservices/rtvi/rt-vlm/src/models/base_vlm_model.py183Async generator that yields text deltas for token-level streaming. Args: messages: List of message STRING
HIGH…ios/test/bdd_tests/tests/unit_tests/unit_test_utils.py160 Validate that a response contains valid JSON and return it. Args: response: requests.Response object STRING
HIGHservices/alert/mdx/anomaly/event_bridge_factory.py30 Create a source instance based on configuration Args: config: Configuration dictioSTRING
HIGHservices/alert/mdx/anomaly/event_bridge_factory.py63 Create a sink instance based on configuration Args: config: Configuration dictionaSTRING
HIGH…es/alert/entity_management/request_entity/validator.py55 Validate and build entities from raw Alert request messages. Args: raw_messages: LSTRING
HIGH…es/alert/entity_management/request_entity/validator.py122 Validate a single alert message using Pydantic. Args: message: Raw alert message dSTRING
HIGH…ices/alert/entity_management/request_entity/builder.py46 Build alert entities from a list of raw JSON messages. This is the primary method for alert enSTRING
HIGH…ices/alert/entity_management/request_entity/builder.py79 Build a single alert entity from a JSON message. Args: message: Raw JSON alert mesSTRING
HIGH…ices/alert/entity_management/request_entity/builder.py103 Build alert entities from JSON string representations. Args: json_strings: List ofSTRING
HIGH…/entity_management/request_entity/models/parameters.py128 Create VLMParams with defaults from external configuration. Args: **overrides: FieSTRING
HIGH…/entity_management/request_entity/models/parameters.py174 Create VSSParams with defaults from external configuration. Args: **overrides: FieSTRING
HIGH…/entity_management/request_entity/models/parameters.py228 Create AlertParameters with defaults from external configuration. Args: **overrideSTRING
HIGH…/entity_management/request_entity/models/parameters.py287 Create EventParameters with defaults from external configuration. Args: **overrideSTRING
HIGHservices/alert/custom_parsers/vehicle_count_parser.py52Parse JSON VLM response containing vehicle counts. Extracts ``vehicle_counts`` and ``reasoning`` from the response STRING
HIGHservices/alert/custom_parsers/xml_verdict_parser.py62Parse XML-formatted VLM response with <result>/<verdict>/<reasoning> tags. Handles both tag orderings (verdict-firsSTRING
HIGHservices/alert/vss/retry_manager.py81 Execute an operation with retry logic. Args: operation: The function to execute STRING
HIGH…t/vss/vss_request_handler/alert_verification_client.py100 Call the VSS verifyAlert endpoint for video alert verification. Args: session: TheSTRING
HIGHservices/alert/vss/workflow/workflow_executor.py53 Execute the VSS workflow for a single entity. Args: entity: The AlertRequestEntitySTRING
HIGHservices/alert/vss/media_handler/media_uploader.py42 Upload a video to the VSS API and return the media ID. Args: session: The active rSTRING
HIGHservices/alert/models/responses.py157Parse VLM response based on *response_format* (or auto-detected model type). Supported formats: - ``"auSTRING
HIGHservices/alert/models/responses.py314Parse JSON-formatted VLM response with configurable field mapping. Handles markdown code fences (```json ... ``STRING
HIGHservices/alert/models/sampling_entity.py37 Create a SamplingEntity instance from a dictionary Args: data: Dictionary containiSTRING
HIGHservices/alert/models/base_response_parser.py89Resolve a dotted Python path to a parser instance. The *dotted_path* must point to a class (not a function or modulSTRING
HIGHservices/alert/vlm/vlm_client.py323 Download media from URL, base64-encode, and send to VLM. Use this when VLM endpoint cannot fetSTRING
HIGHservices/alert/persistence/factory.py32Build a PersistenceStore from application config. Returns ``None`` only when persistence is explicitly disabled STRING
HIGHservices/alert/persistence/base.py45Store a new document. Args: collection: Logical collection / index name. doc_id: UniqueSTRING
HIGHservices/agent/src/vss_agents/tools/attribute_search.py62Resolve the ES index(es) to query for the given ``source_type``. Uploaded ``video_file`` content lives in a single STRING
HIGHservices/agent/src/vss_agents/tools/attribute_search.py472Fetch an object's embedding vector from the behavior index by object_id. Retrieves the most recent behavior embeddiSTRING
HIGHservices/agent/src/vss_agents/tools/search.py266 Decompose a natural language query into structured search parameters using an LLM. Args: user_query: TSTRING
HIGHservices/agent/src/vss_agents/tools/vst/timeline.py70 Get the start and end timestamps for a video from VST API. This function: 1. Calls VST streams API to findSTRING
HIGHservices/agent/src/vss_agents/tools/vst/utils.py120Get the sensor ID (camera name) for a given stream ID (UUID). This is the reverse mapping of get_stream_id - takes STRING
HIGHservices/agent/src/vss_agents/video_analytics/tools.py336 Find places semantically similar to the query using cached embeddings. Uses hardcoded parameters: STRING
HIGHservices/agent/src/vss_agents/video_analytics/utils.py29 Validate ISO 8601 timestamp format with milliseconds and Z timezone. Expected format: YYYY-MM-DDTHH:MM:SS.sssZSTRING
HIGH…ices/agent/src/vss_agents/video_analytics/es_client.py69 Get full index name with prefix. Args: index_key: Key from INDEXES dict Returns: STRING
HIGHservices/agent/src/vss_agents/utils/reasoning_utils.py60 Returns the system prompt to use for thinking. For NVIDIA Nemotron, returns "/think" if enabled, else "/no_thinSTRING
HIGHservices/agent/src/vss_agents/evaluators/utils.py100 Check if an item should be evaluated by the specified evaluator type. Args: item: The evaluation inputSTRING
HIGHservices/agent/src/vss_agents/evaluators/utils.py140 Parse the LLM output to extract score and reasoning. Args: response: The LLM response (canSTRING
HIGH…ents/evaluators/report_evaluator/eval_config_models.py95 Create EvalMetricsConfig from a dictionary with single root key. Args: config: Dictionary STRING
HIGH…luators/report_evaluator/field_evaluators/llm_judge.py103 Invoke the LLM and parse the response. Args: prompt: The prompt to send to the LLM STRING
HIGH…luators/report_evaluator/field_evaluators/llm_judge.py207 Score multiple unspecified fields at once using structured outputs. Args: reference_sectioSTRING
HIGH…evaluators/customized_trajectory_evaluator/evaluate.py194Resolve $ref references in ground truth params using actual tool results. A $ref tells the evaluator: "don't coSTRING
HIGHservices/video-summarization/src/rag_adapter.py97Execute a RAG operation (summarize, ingest, or retrieve). Args: config: Operation config dict, e.g.STRING
HIGHservices/video-summarization/src/otel_helper.py314Create an OTEL span with explicit start and end times for completed operations. Args: span_name: Name of thSTRING
Verbosity Indicators112 hits · 204 pts
SeverityFileLineSnippetContext
LOW…ls/tools/camera_grouping/batch_create_camera_groups.sh624 # Step 1: Collect all scenesCOMMENT
LOW…ls/tools/camera_grouping/batch_create_camera_groups.sh633 # Step 2: Display all scenesCOMMENT
LOW…ls/tools/camera_grouping/batch_create_camera_groups.sh636 # Step 3: Set global parametersCOMMENT
LOW…ls/tools/camera_grouping/batch_create_camera_groups.sh639 # Step 4: Select scenesCOMMENT
LOW…ls/tools/camera_grouping/batch_create_camera_groups.sh642 # Step 5: Display selected scenes with parametersCOMMENT
LOW…ls/tools/camera_grouping/batch_create_camera_groups.sh650 # Step 6: Confirm and processCOMMENT
LOW…ls/tools/camera_grouping/batch_create_camera_groups.sh658 # Step 7: Process all scenesCOMMENT
LOW…utils/spatialai_data_utils/visualization/draw_utils.py166 # Step 1: paint the (possibly translucent) background rectangle.COMMENT
LOW…utils/spatialai_data_utils/visualization/draw_utils.py181 # Step 2: draw text on top of the (already-blended) rectangle. TextCOMMENT
LOW…utils/spatialai_data_utils/eval/tracking/aic24_eval.py163 # Step 1: Accumulate metric data for all classes and distance thresholds.COMMENT
LOW…utils/spatialai_data_utils/eval/tracking/aic24_eval.py190 # Step 2: Aggregate metrics from the metric data.COMMENT
LOW…/ui/packages/nemo-agent-toolkit-ui/utils/app/helper.ts299 // Step 2: Convert bold text **bold**COMMENT
LOW…ui/packages/common/__tests__/utils/videoUpload.test.ts228 // Step 1: agent told the UI where to upload.COMMENT
LOW…ui/packages/common/__tests__/utils/videoUpload.test.ts233 // Step 2: chunk POSTed to the URL the agent returned (not directly to aCOMMENT
LOW…ui/packages/common/__tests__/utils/videoUpload.test.ts240 // Step 3: /complete fired against the agent with VST's stream id in the pathCOMMENT
LOW…/video-management/lib-src/VideoManagementComponent.tsx182 // Step 1: Chunked upload directly to the video storage serviceCOMMENT
LOW…/video-management/lib-src/VideoManagementComponent.tsx199 // Step 2: Notify agent for post-processing (embeddings, RTVI registration, etc.).COMMENT
LOW…ed/src/models/vllm_compatible/vllm_compatible_model.py700 # Step 1: Strip leading/trailing whitespaceCOMMENT
LOW…ed/src/models/vllm_compatible/vllm_compatible_model.py702 # Step 2: Extract reasoning descriptionCOMMENT
LOW…ed/src/models/vllm_compatible/vllm_compatible_model.py710 # Step 3: Remove complete <think>...</think> block if found, otherwise handle orphan tagsCOMMENT
LOW…ed/src/models/vllm_compatible/vllm_compatible_model.py718 # Step 4: Remove <answer>, </answer>, <summary>, and </summary> tags, but keep their contentCOMMENT
LOW…ed/src/models/vllm_compatible/vllm_compatible_model.py721 # Step 4: Final cleanup (strip whitespace)COMMENT
LOW…lm/src/models/vllm_compatible/vllm_compatible_model.py700 # Step 1: Strip leading/trailing whitespaceCOMMENT
LOW…lm/src/models/vllm_compatible/vllm_compatible_model.py702 # Step 2: Extract reasoning descriptionCOMMENT
LOW…lm/src/models/vllm_compatible/vllm_compatible_model.py710 # Step 3: Remove complete <think>...</think> block if found, otherwise handle orphan tagsCOMMENT
LOW…lm/src/models/vllm_compatible/vllm_compatible_model.py718 # Step 4: Remove <answer>, </answer>, <summary>, and </summary> tags, but keep their contentCOMMENT
LOW…lm/src/models/vllm_compatible/vllm_compatible_model.py721 # Step 4: Final cleanup (strip whitespace)COMMENT
LOW…es/vst/calibration-steps/CalibrationDataManagement.tsx312 // Step 1: Convert lat/lng to x/y (ReactJS convertLatLngToXY function)COMMENT
LOW…es/vst/calibration-steps/CalibrationDataManagement.tsx318 // Step 2: Apply padding (ReactJS padCoordinates function)COMMENT
LOW…es/vst/calibration-steps/CalibrationDataManagement.tsx324 // Step 3: Scale coordinates (ReactJS scaleCoordinates function - DIVISION by 100)COMMENT
LOW…es/vst/calibration-steps/CalibrationDataManagement.tsx890 // Step 1: Save web API URLCOMMENT
LOW…es/vst/calibration-steps/CalibrationDataManagement.tsx895 // Step 2: Get project dataCOMMENT
LOW…es/vst/calibration-steps/CalibrationDataManagement.tsx898 // Step 3: Upload web APICOMMENT
LOW…ios-ui/src/pages/vst/calibration-steps/Calibration.tsx449 // Step 0: Ensure inverted image dimensions are set correctlyCOMMENT
LOW…ios-ui/src/pages/vst/calibration-steps/Calibration.tsx475 // Step 1: Call invertImage APICOMMENT
LOW…ios-ui/src/pages/vst/calibration-steps/Calibration.tsx486 // Step 2: Update sensor with calibration dataCOMMENT
LOW…ios-ui/src/pages/vst/calibration-steps/Calibration.tsx518 // Step 3: Refresh project dataCOMMENT
LOWservices/vios/test/gtests/recorder.cpp670 // Step 1: Add streamCOMMENT
LOWservices/vios/test/gtests/recorder.cpp680 // Step 2: Start recordingCOMMENT
LOWservices/vios/test/gtests/recorder.cpp688 // Step 3: Get statusCOMMENT
LOWservices/vios/test/gtests/recorder.cpp696 // Step 4: Stop recordingCOMMENT
LOWservices/vios/test/gtests/recorder.cpp704 // Step 5: Remove streamCOMMENT
LOW…rc/framework/database/postgresql/postgresql_helper.cpp3449 // Step 1: Try to find by sensor_id directlyCOMMENT
LOW…rc/framework/database/postgresql/postgresql_helper.cpp3460 // Step 2: Not found by sensor_id - try to find by stream_idCOMMENT
LOW…s/vios/src/framework/database/sqlite/sqlite_helper.cpp3572 // Step 1: Try to find by sensor_id directlyCOMMENT
LOW…s/vios/src/framework/database/sqlite/sqlite_helper.cpp3583 // Step 2: Not found by sensor_id - try to find by stream_idCOMMENT
LOW…er/core/paint/compositing/compositing_inputs_updater.h39 // layer. This variable stores the squashing composited layer for theCOMMENT
LOW…nk/renderer/core/layout/ng/ng_block_layout_algorithm.h401 // block offset at some subsequent element, we need to check if this flag isCOMMENT
LOW…link/renderer/core/display_lock/display_lock_context.h547 // If true, we need to check if this subtree has any top layer elements at theCOMMENT
LOW…third_party/gvr-android-sdk/display_synchronizer_jni.h31// Step 1: forward declarations.COMMENT
LOW…third_party/gvr-android-sdk/display_synchronizer_jni.h54// Step 2: method stubs.COMMENT
LOW…third_party/gvr-android-sdk/display_synchronizer_jni.h83// Step 3: RegisterNatives.COMMENT
LOW…_headers/src/third_party/gvr-android-sdk/gvr_api_jni.h33// Step 1: forward declarations.COMMENT
LOW…_headers/src/third_party/gvr-android-sdk/gvr_api_jni.h44// Step 2: method stubs.COMMENT
LOW…_headers/src/third_party/gvr-android-sdk/gvr_api_jni.h805// Step 3: RegisterNatives.COMMENT
LOW…src/third_party/gvr-android-sdk/native_callbacks_jni.h36// Step 1: forward declarations.COMMENT
LOW…src/third_party/gvr-android-sdk/native_callbacks_jni.h49// Step 2: method stubs.COMMENT
LOW…src/third_party/gvr-android-sdk/native_callbacks_jni.h179// Step 3: RegisterNatives.COMMENT
LOW…nc/webrtc_headers/src/base/test/trace_event_analyzer.h51// Step 1: instrument code with custom begin/end trace events.COMMENT
LOW…nc/webrtc_headers/src/base/test/trace_event_analyzer.h57// Step 2: associate these custom begin/end pairs.COMMENT
52 more matches not shown…
Example Usage Blocks118 hits · 178 pts
SeverityFileLineSnippetContext
LOWdeploy/docker/services/infra/sdrc/clean.sh5# Usage:COMMENT
LOW…profiles/dev-profile-search/values-build-endpoint.yaml21# Usage:COMMENT
LOW…vices/rtvi/charts/rtvi-embed/overrides_rtvi_embed.yaml8# Usage:COMMENT
LOW…ploy-detection-tracking-2d/scripts/run_app_and_wait.sh12# Usage:COMMENT
LOW…ection-tracking-2d/scripts/prelaunch_nvinfer_engine.sh21# Usage:COMMENT
LOW…oy-detection-tracking-2d/scripts/apply_in_container.sh15# Usage:COMMENT
LOW…-detection-tracking-2d/scripts/cache_nvinfer_engine.sh18# Usage:COMMENT
LOW…loy-detection-tracking-2d/scripts/update_batch_size.sh11# Usage:COMMENT
LOW…etection-tracking-2d/scripts/start_app_in_container.sh16# Usage:COMMENT
LOW…detection-tracking-2d/scripts/synthesize_docker_run.sh18# Usage:COMMENT
LOW…deploy-detection-tracking-2d/scripts/setup_sparse4d.sh11# Usage:COMMENT
LOW…oy-detection-tracking-2d/scripts/setup_tracker_reid.sh35# Usage:COMMENT
LOW…ss-deploy-detection-tracking-2d/scripts/setup_gdino.sh11# Usage:COMMENT
LOW…oy-detection-tracking-2d/scripts/update_output_sink.sh13# Usage:COMMENT
LOW…oy-detection-tracking-2d/scripts/clean_engine_cache.sh25# Usage:COMMENT
LOW…y-detection-tracking-2d/scripts/check_container_gpu.sh23# Usage:COMMENT
LOW…vss-deploy-detection-tracking-2d/scripts/render_box.sh20# Usage:COMMENT
LOW…-detection-tracking-2d/scripts/write_deployment_log.sh25# Usage:COMMENT
LOW…eploy-detection-tracking-2d/scripts/collect_metrics.sh15# Usage:COMMENT
LOW…vices/rtvi/rt-embed/tests/redis/test_redis_consumer.py20# Usage:COMMENT
LOW…ices/rtvi/rt-embed/tests/redis/test_redis_publisher.py20# Usage:COMMENT
LOW…vices/rtvi/rt-embed/tests/kafka/test_kafka_consumer.py20# Usage:COMMENT
LOWservices/rtvi/rt-vlm/tests/redis/test_redis_consumer.py20# Usage:COMMENT
LOW…rvices/rtvi/rt-vlm/tests/redis/test_redis_publisher.py20# Usage:COMMENT
LOWservices/rtvi/rt-vlm/tests/kafka/test_kafka_consumer.py20# Usage:COMMENT
LOWservices/rtvi/rt-cv/tests/docker-compose/compose.yaml25# Usage:COMMENT
LOWservices/vios/test/bdd_tests/scripts/run_unit_tests.sh32# Usage:COMMENT
LOWservices/vios/include/3rdparty/prometheus/gauge.h69/// Example usage:COMMENT
LOWservices/vios/include/3rdparty/prometheus/counter.h57/// Example usage:COMMENT
LOWservices/vios/include/3rdparty/prometheus/histogram.h79/// Example usage:COMMENT
LOWservices/vios/include/3rdparty/prometheus/summary.h98/// Example usage:COMMENT
LOW…work/webrtc_streamer/inc/webrtc_headers/src/pc/proxy.h22// Example usage:COMMENT
LOW…eaders/src/system_wrappers/include/denormal_disabler.h25// Example usage:COMMENT
LOW…c/webrtc_headers/src/system_wrappers/include/metrics.h92// Example usage:COMMENT
LOW…_streamer/inc/webrtc_headers/src/video/stats_counter.h63// Example usage:COMMENT
LOW…nc/webrtc_headers/src/testing/multiprocess_func_list.h20// Example usage:COMMENT
LOW…reamer/inc/webrtc_headers/src/rtc_base/callback_list.h113// Usage example:COMMENT
LOW…treamer/inc/webrtc_headers/src/rtc_base/string_utils.h42// Example usage:COMMENT
LOW…amer/inc/webrtc_headers/src/rtc_base/gtest_prod_util.h25// Example usage:COMMENT
LOW…webrtc_streamer/inc/webrtc_headers/src/rtc_base/bind.h24// Example usage:COMMENT
LOW…third_party/blink/renderer/core/css/css_test_helpers.h26// Example usage:COMMENT
LOW…d_party/blink/renderer/core/fileapi/file_reader_data.h19// Example usage:COMMENT
LOW…rd_party/blink/renderer/core/editing/ephemeral_range.h66// Example usage:COMMENT
LOW…y/blink/renderer/core/editing/commands/editing_state.h17// Example usage:COMMENT
LOW…derer/platform/mediastream/media_stream_audio_source.h46// Usage example:COMMENT
LOW…arty/blink/renderer/platform/wtf/allocator/allocator.h67// Example usage:COMMENT
LOW…/blink/renderer/modules/indexeddb/idb_value_wrapping.h51// Example usage:COMMENT
LOW…rer/modules/imagecapture/image_capture_frame_grabber.h45// Example usage:COMMENT
LOW…common/privacy_budget/scoped_switch_sample_collector.h29// Example usage:COMMENT
LOW…ude/perfetto/tracing/track_event_interned_data_index.h34// Example usageCOMMENT
LOW…y/perfetto/include/perfetto/trace_processor/iterator.h35// Example usage:COMMENT
LOW…arty/perfetto/include/perfetto/ext/base/string_utils.h191// Example usage:COMMENT
LOW…ty/perfetto/include/perfetto/ext/base/threading/poll.h208// Example usage:COMMENT
LOW…ty/perfetto/include/perfetto/ext/base/threading/poll.h226// Example usage:COMMENT
LOW…ird_party/perfetto/include/perfetto/public/pb_macros.h27// Example usage:COMMENT
LOW…rc/trace_processor/importers/common/metadata_tracker.h30 // Example usage:COMMENT
LOW…rc/trace_processor/importers/common/metadata_tracker.h36 // Example usage:COMMENT
LOW…ird_party/perfetto/src/profiling/common/proc_cmdline.h39// Example usage:COMMENT
LOW…rc/third_party/abseil-cpp/absl/synchronization/mutex.h167 // Example usage:COMMENT
LOW…s/src/third_party/abseil-cpp/absl/hash/internal/hash.h88// Example usage:COMMENT
58 more matches not shown…
Modern AI Meta-Vocabulary52 hits · 162 pts
SeverityFileLineSnippetContext
MEDIUM…arehouse-operations/vlm-as-verifier/configs/config.yml65 # Beware that these parameters need to be set in accordance with the VLM max context windowCOMMENT
MEDIUM…erts/vlm-as-verifier/configs/EDGE-LOCAL-VLM-config.yml81 # Beware that these parameters need to be set in accordance with the VLM max context windowCOMMENT
MEDIUM…/dev-profile-alerts/vlm-as-verifier/configs/config.yml154 # Beware that these parameters need to be set in accordance with the VLM max context windowCOMMENT
MEDIUM…services/rtvi/rtvi-embed/rtvi-embed-docker-compose.yml16# Docker Compose for RTVI Embed microserviceCOMMENT
MEDIUM…ker/services/rtvi/rtvi-vlm/rtvi-vlm-docker-compose.yml16# Docker Compose for RTVI VLM microserviceCOMMENT
MEDIUMdeploy/docker/services/agent/compose.yml119 # Enterprise RAG (used by config_rag.yml when enabled)COMMENT
MEDIUM…y/helm/developer-profiles/dev-profile-base/values.yaml223 # Enterprise RAG (used by config_rag.yml when enabled). Compose parity:COMMENT
MEDIUM…r-profiles/dev-profile-alerts/values-verification.yaml53# Verification: vss-rtvi-vlm off; RTVI_VLM_BASE_URL follows VLM NIM (same as legacy working pod), not the rtvi-vlm microCOMMENT
MEDIUM…helm/developer-profiles/dev-profile-alerts/values.yaml273 # Enterprise RAG (used by config_rag.yml when enabled). Compose parity:COMMENT
MEDIUM…helm/developer-profiles/dev-profile-search/values.yaml548 # Enterprise RAG (used by config_rag.yml when enabled). Compose parity:COMMENT
MEDIUM…oy/helm/developer-profiles/dev-profile-lvs/values.yaml262 # Enterprise RAG (used by config_rag.yml when enabled). Compose parity:COMMENT
MEDIUMdeploy/helm/services/rtvi/charts/rtvi-vlm/values.yaml54# Disable only if you orchestrate ordering elsewhere.COMMENT
MEDIUMdeploy/helm/services/agent/charts/agent/values.yaml174# Enterprise RAG (used by config_rag.yml when enabled). Compose parity:COMMENT
MEDIUM…ialai_data_utils/eval/tracking/hota/trackeval_utils.py383# Per-BEV-sensor orchestrationCOMMENT
MEDIUM…-utils/spatialai_data_utils/eval/detection/evaluate.py390# Per-BEV-sensor orchestration (moved from eval/mtmc/detection/evaluate.py)COMMENT
MEDIUM…utils/tests/eval/tracking/hota/test_trackeval_utils.py788# (per-sensor scaffolding ended up under a directory calledCOMMENT
MEDIUM.github/skill-eval/verifiers/generic_judge.py61# the judge back toward unbounded Read (the exact hallucination triggerCOMMENT
MEDIUMskills/vss-summarize-video/SKILL.md205## Step 2 — Primary: video summarization microservice with HITLCOMMENT
MEDIUM…s/vss-summarize-video/references/end-to-end-example.md21 # ── Primary path: video summarization microservice with HITL ──COMMENT
MEDIUMskills/vss-generate-video-report-rag/SKILL.md11# VSS Generate Video Report RAG — Video Analysis with Enterprise RAGCOMMENT
MEDIUMskills/vss-generate-video-report-rag/SKILL.md19## Enable Enterprise RAG on the LVS ProfileCOMMENT
MEDIUMskills/vss-generate-video-report-rag/SKILL.md66### Step 3: Deploy the LVS profile with the RAG configCOMMENT
MEDIUMskills/vss-generate-video-report-rag/SKILL.md134## Workflow: Generate an LVS Report with Enterprise RAGCOMMENT
MEDIUMskills/vss-deploy-detection-tracking-3d/SKILL.md203If the user will view the VST video wall through a browser on a different network than the deploy host (cloud VM, corp VCODE
MEDIUM…edding/references/deploy-vss-deploy-video-embedding.md102# Confirm the embedding model is registered.COMMENT
MEDIUMservices/rtvi/rt-vlm/tests/test_context_overflow.py29# Build a conversation that exceeds context windowCOMMENT
MEDIUM…/vios/test/bdd_tests/tests/webrtc/test_bbox_overlay.py70# standard BDD environment. They are kept as scaffolding so that promotingCOMMENT
MEDIUM…hird_party/perfetto/src/android_stats/perfetto_atoms.h103 // kCmd* guardrails.COMMENT
MEDIUMservices/alert/config.yaml147 # Beware that these parameters need to be set in accordance with the VLM max context windowCOMMENT
MEDIUMservices/alert/config.yaml264 base_url: "http://localhost:8018/v1" # RTVI VLM microservice URL (env: RTVI_VLM_BASE_URL)CODE
MEDIUMservices/alert/entity_management/config/README.md70 # RAG parameters - ALL requiredCOMMENT
MEDIUM…functional/p1/test_alert_config_concurrent_post/run.sh23# of truth" meaningful when the alerts microservice is scaledCOMMENT
MEDIUM…vices/alert/test/functional/p1/test_async_smoke/run.sh18# Description: Enable async external I/O guardrails and verify one incident is processed end-to-end.COMMENT
MEDIUM…t/blueprint_config/config_public_safety_blueprint.yaml59 # Beware that these parameters need to be set in accordance with the VLM max context windowCOMMENT
MEDIUM…alert/blueprint_config/config_warehouse_blueprint.yaml67 # Beware that these parameters need to be set in accordance with the VLM max context windowCOMMENT
MEDIUM…alert/blueprint_config/config_smartcity_blueprint.yaml68 # Beware that these parameters need to be set in accordance with the VLM max context windowCOMMENT
MEDIUMservices/alert/models/responses.py140 # Default verification path produces ``info["reasoning"]`` (VLM chain-of-thought).COMMENT
MEDIUMservices/agent/pyproject.toml284 # Main orchestration agent - complex LangGraph state machine with tool routingCOMMENT
MEDIUMservices/agent/pyproject.toml288 # Multi-report coordination - orchestrates multiple report agentsCOMMENT
MEDIUMservices/agent/pyproject.toml35 "litellm>=1.84.0,<1.85", # Fix /guardrails/test_custom_code RCE + privilege escalation + JWT/OIDC userinfo caCODE
MEDIUM…ts/unit_test/video_analytics/test_tools_integration.py82 embedding_model_name=None, # Disable embedding model for simpler testsCODE
MEDIUMservices/agent/src/vss_agents/tools/search.py84# Default few-shot examples for query decompositionCOMMENT
MEDIUMservices/agent/src/vss_agents/agents/top_agent.py1078 # Use a shorter message for scratchpad and reasoning traceCOMMENT
MEDIUMservices/agent/src/vss_agents/agents/top_agent.py1081 # Yield tool call in reasoning trace for regular tools (even if we extracted a summary)COMMENT
MEDIUMservices/video-summarization/README.md158export NVIDIA_API_KEY=<> # Required for CA-RAG LLMCODE
MEDIUMservices/video-summarization/README.md192export DISABLE_CA_RAG=false # Disable CA-RAG aggregationCODE
MEDIUMservices/video-summarization/src/rag_adapter.py79 # RAG operations (summarize / ingest / retrieve)COMMENT
MEDIUMservices/video-summarization/src/via_stream_handler.py523 # CA-RAG (ContextManagerConfig/MilvusDBConfig) expects port as stringCOMMENT
MEDIUMservices/video-summarization/src/via_stream_handler.py2674 # For VLM captions, we skip CA-RAG to get individual chunk responsesCOMMENT
MEDIUMservices/video-summarization/src/via_stream_handler.py3277 # Summarize individual chunk VLM responses using CA-RAGCOMMENT
MEDIUMservices/video-summarization/src/via_stream_handler.py3527 # CA-RAG is disabled. Return a list of individual chunk VLM responsesCOMMENT
MEDIUMservices/video-summarization/src/via_server.py1420 # For non-CA RAG usecase, only streaming output is supportedCOMMENT
AI Structural Patterns56 hits · 46 pts
SeverityFileLineSnippetContext
LOW…ata-utils/spatialai_data_utils/visualization/render.py543CODE
LOW…ata-utils/spatialai_data_utils/visualization/render.py673CODE
LOW…ata-utils/spatialai_data_utils/visualization/render.py769CODE
LOW…i_data_utils/visualization/camera_placement/plotter.py910CODE
LOW…i_data_utils/visualization/camera_placement/plotter.py1027CODE
LOW…ai_data_utils/visualization/video_utils/frame2video.py202CODE
LOW…ta_utils/visualization/video_utils/frame2video_grid.py193CODE
LOW…utils/spatialai_data_utils/core/cameras/group_utils.py209CODE
LOW…-utils/spatialai_data_utils/core/cameras/clustering.py1563CODE
LOW…-utils/spatialai_data_utils/core/cameras/clustering.py701CODE
LOW…-utils/spatialai_data_utils/core/cameras/clustering.py802CODE
LOW…ta-utils/spatialai_data_utils/core/cameras/grouping.py882CODE
LOW…ta-utils/spatialai_data_utils/core/cameras/grouping.py758CODE
LOW…ta-utils/spatialai_data_utils/core/cameras/grouping.py459CODE
LOW…ai-data-utils/spatialai_data_utils/core/cameras/bev.py52CODE
LOW…ai-data-utils/spatialai_data_utils/core/cameras/bev.py359CODE
LOW…ai-data-utils/spatialai_data_utils/core/cameras/bev.py769CODE
LOW…ta-utils/spatialai_data_utils/core/boxes/aicity_box.py75CODE
LOW…spatialai_data_utils/eval/tracking/aicity_mtmc_eval.py493CODE
LOW…ils/spatialai_data_utils/eval/tracking/data_classes.py393CODE
LOW…atialai_data_utils/eval/tracking/hota/metrics/clear.py183CODE
LOW…atialai_data_utils/eval/tracking/hota/metrics/clear.py197CODE
LOW…atialai_data_utils/eval/tracking/hota/metrics/clear.py211CODE
LOW…patialai_data_utils/eval/tracking/hota/metrics/hota.py169CODE
LOW…patialai_data_utils/eval/tracking/hota/metrics/hota.py187CODE
LOW…patialai_data_utils/eval/tracking/hota/metrics/hota.py233CODE
LOW…alai_data_utils/eval/tracking/hota/metrics/identity.py143CODE
LOW…alai_data_utils/eval/tracking/hota/metrics/identity.py183CODE
LOW…alai_data_utils/eval/tracking/hota/metrics/identity.py197CODE
LOW…atialai_data_utils/eval/tracking/hota/metrics/count.py76CODE
LOW…ata_utils/eval/tracking/hota/datasets/_base_dataset.py159CODE
LOW…ls/spatialai_data_utils/eval/detection/data_classes.py459CODE
LOW…ata-utils/tests/eval/tracking/test_aicity_mtmc_eval.py729CODE
LOW…ts/eval/tracking/test_aicity_mtmc_eval_orchestrator.py61CODE
LOWservices/rtvi/rt-embed/src/utils/asset_manager.py218CODE
LOWservices/rtvi/rt-embed/src/utils/asset_manager.py1227CODE
LOW…i/rt-embed/src/vlm_pipeline/video_file_frame_getter.py513CODE
LOWservices/rtvi/rt-vlm/src/utils/asset_manager.py218CODE
LOWservices/rtvi/rt-vlm/src/utils/asset_manager.py1227CODE
LOW…tvi/rt-vlm/src/vlm_pipeline/video_file_frame_getter.py513CODE
LOW…ices/vios/test/bdd_tests/tests/perf/vss_perf_common.py325CODE
LOW…ices/vios/test/bdd_tests/tests/perf/vss_perf_common.py390CODE
LOWservices/alert/models/responses.py430CODE
LOWservices/alert/realtime/services/rtvi_client.py175CODE
LOW…rvices/alert/handlers/prompt_handler/prompt_manager.py363CODE
LOW…sts/unit_test/orchestrator/test_docker_compose_util.py30CODE
LOWservices/agent/src/vss_agents/tools/attribute_search.py1054CODE
LOWservices/agent/src/vss_agents/tools/video_report_gen.py276CODE
LOW…/tools/code_executor/docker_backend/docker_executor.py80CODE
LOWservices/agent/src/vss_agents/agents/top_agent.py263CODE
LOW…evaluators/customized_trajectory_evaluator/evaluate.py45CODE
LOW…rvices/agent/src/vss_agents/api/video_search_ingest.py63CODE
LOWservices/agent/src/vss_agents/api/video_ingest.py640CODE
LOW…ent/src/vss_agents/orchestrator/docker_compose_util.py166CODE
LOWservices/video-summarization/src/via_stream_handler.py2812CODE
LOW…behavior-analytics/src/mdx/analytics/core/utils/crs.py69CODE
AI Response Leakage4 hits · 30 pts
SeverityFileLineSnippetContext
HIGH…c_headers/src/net/dcsctp/socket/stream_reset_handler.h63// In this implementation, when a stream is reset, the queued but not-yet-sentCOMMENT
HIGH…c/third_party/blink/renderer/core/animation/keyframe.h61// In this implementation property-specific keyframes are created only once andCOMMENT
HIGH…rtc_headers/src/third_party/puffin/src/puffin_stream.h29// unnecessary to do so. In this implementation, there is no protection againstCOMMENT
HIGH…c/modules/audio_device/android/audio_device_template.h368 // until I have added full support for audio effects based on OpenSL ES APIs.COMMENT
Slop Phrases10 hits · 22 pts
SeverityFileLineSnippetContext
LOW…rtc_headers/src/third_party/libwebp/examples/unicode.h95// Don't forget to free wargv before returning (e.g. from main).COMMENT
MEDIUM…ers/src/third_party/icu/source/i18n/unicode/dtfmtsym.h68 * DateFormatSymbols object, they can feel free to modify the date-timeCOMMENT
MEDIUM…ers/src/third_party/icu/source/i18n/unicode/dtitvinf.h146 * they can feel free to modify it as necessary.COMMENT
MEDIUM…reamer/inc/webrtc_headers/src/call/simulated_network.h33// This is a basic implementation of NetworkBehaviorInterface that supports:COMMENT
LOW…inc/webrtc_headers/src/api/peer_connection_interface.h692 // Don't forget to update operator== if adding something.COMMENT
LOW…eaders/src/modules/rtp_rtcp/include/rtp_rtcp_defines.h184 // Again, don't forget to update `kNumMediaTypes` if you add another value!COMMENT
LOW…_streamer/inc/webrtc_headers/src/base/process/launch.h350// and don't forget to quote it.COMMENT
MEDIUM…ramework/unified_storage/reader/cloud_reader_utils.cpp314 // This is a basic implementation - can be enhanced for specific formatsCOMMENT
MEDIUM…ices/agent/tests/unit_test/tools/test_video_caption.py134 assert "I'm unable to" in error_messagesCODE
MEDIUMservices/agent/src/vss_agents/tools/video_caption.py147 "I'm unable to",CODE
Magic Placeholder Names2 hits · 15 pts
SeverityFileLineSnippetContext
HIGH…thub/vss-playbook-compliance/skill_compliance_check.py276 r"<YOUR_TOKEN>",CODE
HIGH…thub/vss-playbook-compliance/skill_compliance_check.py283 r"your[_\-]", # "your_api_key", "your-token" etc.CODE
Fake / Example Data6 hits · 6 pts
SeverityFileLineSnippetContext
LOW…ls/tests/visualization/video_utils/test_video2frame.py183 path.write_bytes(b"placeholder") # so file_exists + file_size > 0CODE
LOW…rty/blink/renderer/core/editing/granularity_strategy.h71// Lorem ip^sum|> dolor sit amet, consecteturCOMMENT
LOW…inc/webrtc_headers/src/api/test/fake_frame_decryptor.h33 explicit FakeFrameDecryptor(uint8_t fake_key = 0xAA,CODE
LOW…inc/webrtc_headers/src/api/test/fake_frame_decryptor.h46 void SetFakeKey(uint8_t fake_key);CODE
LOW…inc/webrtc_headers/src/api/test/fake_frame_encryptor.h32 explicit FakeFrameEncryptor(uint8_t fake_key = 0xAA,CODE
LOW…inc/webrtc_headers/src/api/test/fake_frame_encryptor.h46 void SetFakeKey(uint8_t fake_key);CODE
Dead Code3 hits · 6 pts
SeverityFileLineSnippetContext
MEDIUMservices/rtvi/rt-embed/src/models/base_vlm_model.py196CODE
MEDIUM…sts/model/vllm_compatible/test_input_error_handling.py36CODE
MEDIUMservices/rtvi/rt-vlm/src/models/base_vlm_model.py196CODE
TODO Padding1 hit · 2 pts
SeverityFileLineSnippetContext
LOW…arty/flatbuffers/src/include/flatbuffers/flexbuffers.h128// TODO: implement proper support for 8/16bit floats, or decide not toCOMMENT
Overly Generic Function Names1 hit · 1 pts
SeverityFileLineSnippetContext
LOW…ices/agent/tests/unit_test/tools/test_code_executor.py94 "utils.py": "def helper(): pass",CODE