Free Motion Capture for Everyone 💀✨
This report presents the forensic synthetic code analysis of freemocap/freemocap, a TypeScript project with 9,906 GitHub stars. SynthScan v2.0 examined 116,748 lines of code across 653 source files, recording 832 pattern matches distributed across 19 syntactic categories. The overall adjusted score of 13.6 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).
Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 832 distinct pattern matches across 19 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | poe_tasks.toml | 1 | # ============================================================================= | COMMENT |
| MEDIUM | poe_tasks.toml | 3 | # ============================================================================= | COMMENT |
| MEDIUM | poe_tasks.toml | 31 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | poe_tasks.toml | 44 | # ── Type-checking ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | poe_tasks.toml | 49 | # ── Linting ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | poe_tasks.toml | 53 | # ── Testing ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | poe_tasks.toml | 66 | # ── Version bumping (bumpver) ─────────────────────────────────────────── | COMMENT |
| MEDIUM | poe_tasks.toml | 86 | # ── Project maintenance ───────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | pyproject.toml | 148 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | pyproject.toml | 150 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | pyproject.toml | 152 | # ============================================================================= | COMMENT |
| MEDIUM | pyproject.toml | 184 | # ============================================================================= | COMMENT |
| MEDIUM | pyproject.toml | 186 | # ============================================================================= | COMMENT |
| MEDIUM | pyproject.toml | 200 | # ============================================================================= | COMMENT |
| MEDIUM | pyproject.toml | 202 | # ============================================================================= | COMMENT |
| MEDIUM | pyproject.toml | 216 | # ============================================================================= | COMMENT |
| MEDIUM | …ocap/core/pipeline/posthoc/posthoc_pipeline_manager.py | 49 | # ------------------------------------------------------------------ | COMMENT |
| MEDIUM | …ocap/core/pipeline/posthoc/posthoc_pipeline_manager.py | 51 | # ------------------------------------------------------------------ | COMMENT |
| MEDIUM⚡ | …ocap/core/pipeline/posthoc/posthoc_pipeline_manager.py | 92 | # ------------------------------------------------------------------ | COMMENT |
| MEDIUM⚡ | …ocap/core/pipeline/posthoc/posthoc_pipeline_manager.py | 94 | # ------------------------------------------------------------------ | COMMENT |
| MEDIUM | …ocap/core/pipeline/posthoc/posthoc_pipeline_manager.py | 172 | # ------------------------------------------------------------------ | COMMENT |
| MEDIUM | …ocap/core/pipeline/posthoc/posthoc_pipeline_manager.py | 174 | # ------------------------------------------------------------------ | COMMENT |
| MEDIUM | …cap/core/pipeline/realtime/realtime_keypoint_filter.py | 69 | # ------------------------------------------------------------------ | COMMENT |
| MEDIUM⚡ | …/pipeline/realtime/realtime_skeleton_inference_node.py | 325 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …/pipeline/realtime/realtime_skeleton_inference_node.py | 327 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …ap/core/pipeline/realtime/realtime_pipeline_manager.py | 47 | # ------------------------------------------------------------------ | COMMENT |
| MEDIUM | …ap/core/pipeline/realtime/realtime_pipeline_manager.py | 49 | # ------------------------------------------------------------------ | COMMENT |
| MEDIUM⚡ | …ap/core/pipeline/realtime/realtime_pipeline_manager.py | 114 | # ------------------------------------------------------------------ | COMMENT |
| MEDIUM⚡ | …ap/core/pipeline/realtime/realtime_pipeline_manager.py | 116 | # ------------------------------------------------------------------ | COMMENT |
| MEDIUM | …ap/core/pipeline/realtime/realtime_pipeline_manager.py | 153 | # ------------------------------------------------------------------ | COMMENT |
| MEDIUM | …ap/core/pipeline/realtime/realtime_pipeline_manager.py | 155 | # ------------------------------------------------------------------ | COMMENT |
| MEDIUM⚡ | …cap/core/tasks/calibration/posthoc_calibration_task.py | 44 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | …cap/core/tasks/calibration/posthoc_calibration_task.py | 46 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | …cap/core/tasks/calibration/posthoc_calibration_task.py | 58 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | …cap/core/tasks/calibration/posthoc_calibration_task.py | 60 | # ============================================================================= | COMMENT |
| MEDIUM | …cap/core/tasks/calibration/posthoc_calibration_task.py | 131 | # ============================================================================= | COMMENT |
| MEDIUM | …cap/core/tasks/calibration/posthoc_calibration_task.py | 133 | # ============================================================================= | COMMENT |
| MEDIUM | …cap/core/tasks/calibration/posthoc_calibration_task.py | 166 | # ============================================================================= | COMMENT |
| MEDIUM | …cap/core/tasks/calibration/posthoc_calibration_task.py | 168 | # ============================================================================= | COMMENT |
| MEDIUM | …cap/core/tasks/calibration/posthoc_calibration_task.py | 207 | # ============================================================================= | COMMENT |
| MEDIUM | …cap/core/tasks/calibration/posthoc_calibration_task.py | 209 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | …cap/core/tasks/calibration/posthoc_calibration_task.py | 238 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | …cap/core/tasks/calibration/posthoc_calibration_task.py | 240 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | …/core/tasks/calibration/shared/compare_calibrations.py | 23 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | …/core/tasks/calibration/shared/compare_calibrations.py | 25 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | …/core/tasks/calibration/shared/compare_calibrations.py | 56 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | …/core/tasks/calibration/shared/compare_calibrations.py | 58 | # ============================================================================= | COMMENT |
| MEDIUM | …/core/tasks/calibration/shared/compare_calibrations.py | 163 | # ============================================================================= | COMMENT |
| MEDIUM | …/core/tasks/calibration/shared/compare_calibrations.py | 165 | # ============================================================================= | COMMENT |
| MEDIUM | …/core/tasks/calibration/shared/compare_calibrations.py | 343 | # ============================================================================= | COMMENT |
| MEDIUM | …/core/tasks/calibration/shared/compare_calibrations.py | 345 | # ============================================================================= | COMMENT |
| MEDIUM | …/core/tasks/calibration/shared/compare_calibrations.py | 393 | # ============================================================================= | COMMENT |
| MEDIUM | …/core/tasks/calibration/shared/compare_calibrations.py | 395 | # ============================================================================= | COMMENT |
| MEDIUM | …/core/tasks/calibration/shared/compare_calibrations.py | 445 | # ============================================================================= | COMMENT |
| MEDIUM | …/core/tasks/calibration/shared/compare_calibrations.py | 447 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | …libration/anipose_calibration/helpers/bundle_adjust.py | 50 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | …libration/anipose_calibration/helpers/bundle_adjust.py | 52 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | …libration/anipose_calibration/helpers/bundle_adjust.py | 146 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | …libration/anipose_calibration/helpers/bundle_adjust.py | 148 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | …libration/anipose_calibration/helpers/bundle_adjust.py | 506 | # ============================================================================= | COMMENT |
| 202 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …ocap/core/pipeline/posthoc/posthoc_pipeline_manager.py | 96 | def create_calibration_pipeline( | CODE |
| LOW | freemocap/core/pipeline/posthoc/video_node.py | 209 | def _resolve_annotated_video_paths( | CODE |
| LOW | freemocap/core/pipeline/posthoc/video_node.py | 450 | def _build_recording_frame_cache( | CODE |
| LOW | freemocap/core/pipeline/posthoc/video_node.py | 498 | def _load_cache_by_connection_frame( | CODE |
| LOW | freemocap/core/pipeline/posthoc/video_node.py | 583 | def _load_recording_to_connection_frame_map( | CODE |
| LOW | freemocap/core/pipeline/posthoc/annotation_style.py | 78 | def build_skeleton_stage_schema( | CODE |
| LOW | freemocap/core/pipeline/posthoc/video_group_helper.py | 518 | def _frame_count_mismatch_detail(videos: dict[CameraIdString, "VideoHelper"]) -> str: | CODE |
| LOW | freemocap/core/pipeline/realtime/camera_node_config.py | 26 | def _default_skeleton_tracker_config() -> TrackerConfig: | CODE |
| LOW | freemocap/core/pipeline/realtime/camera_node_config.py | 52 | def _charuco_tracker_config_for_board(board: CharucoBoardDefinition) -> TrackerConfig: | CODE |
| LOW | freemocap/core/pipeline/realtime/camera_node_config.py | 114 | def _sync_charuco_tracker_config(self) -> "CameraNodeConfig": | CODE |
| LOW⚡ | …/pipeline/realtime/realtime_skeleton_inference_node.py | 330 | def _build_session_and_tracker( | CODE |
| LOW | freemocap/core/pipeline/realtime/camera_node.py | 41 | def _build_charuco_tracker_from_config(node_config: CameraNodeConfig): | CODE |
| LOW | freemocap/core/pipeline/realtime/camera_node.py | 58 | def _build_skeleton_tracker_from_config(node_config: CameraNodeConfig): | CODE |
| LOW⚡ | …ap/core/pipeline/realtime/realtime_pipeline_manager.py | 104 | def get_pipeline_by_camera_ids( | CODE |
| LOW⚡ | …ap/core/pipeline/realtime/realtime_pipeline_manager.py | 118 | async def wait_for_any_result_ready(self, timeout: float = 0.5) -> None: | CODE |
| LOW | …ap/core/pipeline/realtime/realtime_pipeline_manager.py | 137 | def get_latest_frontend_payloads( | CODE |
| LOW | freemocap/core/pipeline/realtime/realtime_pipeline.py | 378 | def enter_calibration_charuco_only_mode(self) -> None: | CODE |
| LOW | freemocap/core/pipeline/realtime/realtime_pipeline.py | 409 | def exit_calibration_charuco_only_mode(self) -> None: | CODE |
| LOW | freemocap/core/pipeline/realtime/realtime_pipeline.py | 437 | def get_latest_skeleton_fit_state(self) -> SkeletonFitStateMessage | None: | CODE |
| LOW | freemocap/core/pipeline/realtime/realtime_pipeline.py | 447 | def get_latest_frontend_payload( | CODE |
| LOW⚡ | …cap/core/tasks/calibration/posthoc_calibration_task.py | 63 | def _observation_to_frame_observation( | CODE |
| LOW | …cap/core/tasks/calibration/posthoc_calibration_task.py | 109 | def _convert_all_observations( | CODE |
| LOW⚡ | …cap/core/tasks/calibration/posthoc_calibration_task.py | 243 | def run_posthoc_calibration_task( | CODE |
| LOW⚡ | …/core/tasks/calibration/shared/compare_calibrations.py | 61 | def _get_adjacent_corner_pairs( | CODE |
| LOW | …/core/tasks/calibration/shared/compare_calibrations.py | 120 | def _compute_board_distance_errors( | CODE |
| LOW | …/core/tasks/calibration/shared/compare_calibrations.py | 269 | def compute_calibration_health( | CODE |
| LOW | …/core/tasks/calibration/shared/compare_calibrations.py | 499 | def compare_calibration_results( | CODE |
| LOW⚡ | …cap/core/tasks/calibration/shared/calibration_paths.py | 13 | def get_calibrations_folder_path() -> Path: | CODE |
| LOW⚡ | …cap/core/tasks/calibration/shared/calibration_paths.py | 18 | def create_camera_calibration_file_name(recording_name: str) -> str: | CODE |
| LOW⚡ | …cap/core/tasks/calibration/shared/calibration_paths.py | 23 | def get_last_successful_calibration_toml_path() -> Path: | CODE |
| LOW | …core/tasks/calibration/shared/groundplane_alignment.py | 39 | def apply_groundplane_to_cameras( | CODE |
| LOW | …e/tasks/calibration/shared/interpolate_trajectories.py | 5 | def interpolate_trajectory_data( | CODE |
| LOW | …ap/core/tasks/calibration/shared/calibration_result.py | 61 | def get_triangulator_for_cameras(self, camera_ids: list[str]) -> "Triangulator": | CODE |
| LOW | …emocap/core/tasks/calibration/shared/transform_math.py | 23 | def build_transformation_matrix(rvec: NDArray[np.float64], tvec: NDArray[np.float64]) -> NDArray[np.float64]: | CODE |
| LOW | …emocap/core/tasks/calibration/shared/transform_math.py | 190 | def robust_average_transforms(transforms: list[NDArray[np.float64]]) -> NDArray[np.float64]: | CODE |
| LOW | …emocap/core/tasks/calibration/shared/transform_math.py | 230 | def build_maximum_spanning_tree( | CODE |
| LOW | …/core/tasks/calibration/shared/camera_id_resolution.py | 54 | def resolve_camera_id_or_raise( | CODE |
| LOW | …cap/core/tasks/calibration/shared/camera_intrinsics.py | 72 | def from_camera_matrix_and_dist( | CODE |
| LOW | …ocap/core/tasks/calibration/shared/groundplane_math.py | 234 | def estimate_board_groundplane( | CODE |
| LOW | …e/tasks/calibration/charuco_board/charuco_board_ops.py | 137 | def get_all_calibration_points( | CODE |
| LOW | …ration/charuco_board/charuco_observation_aggregator.py | 27 | def from_charuco_observation_payload( | CODE |
| LOW | …ration/charuco_board/charuco_observation_aggregator.py | 50 | def all_observations_by_camera(self) -> dict[CameraIdString, list[Observation]]: | CODE |
| LOW | …ose_calibration/helpers/anipose_calibration_helpers.py | 40 | def pin_camera_zero_to_origin(cameras: list[CameraModel]) -> list[CameraModel]: | CODE |
| LOW | …ose_calibration/helpers/anipose_calibration_helpers.py | 64 | def set_charuco_board_as_groundplane( | CODE |
| LOW | …ose_calibration/helpers/anipose_calibration_helpers.py | 150 | def _adjust_world_reference_frame_to_charuco( | CODE |
| LOW⚡ | …libration/anipose_calibration/helpers/bundle_adjust.py | 46 | def camera_ids_from_camera_models(cameras: list[CameraModel]) -> list[CameraIdString]: | CODE |
| LOW⚡ | …libration/anipose_calibration/helpers/bundle_adjust.py | 151 | def iterative_bundle_adjustment( | CODE |
| LOW | …libration/anipose_calibration/helpers/bundle_adjust.py | 450 | def _initialize_params_bundle( | CODE |
| LOW⚡ | …libration/anipose_calibration/helpers/bundle_adjust.py | 511 | def calibrate_cameras_from_rows( | CODE |
| LOW | …ation/anipose_calibration/helpers/freemocap_anipose.py | 353 | def extract_roration_translation_vectors( | CODE |
| LOW⚡ | …ibration/pyceres_calibration/helpers/cost_functions.py | 18 | def _quat_wxyz_to_rotation_matrix(quat_wxyz: NDArray[np.float64]) -> NDArray[np.float64]: | CODE |
| LOW⚡ | …asks/calibration/pyceres_calibration/helpers/solver.py | 59 | def _compute_reprojection_errors( | CODE |
| LOW⚡ | …asks/calibration/pyceres_calibration/helpers/solver.py | 119 | def run_pyceres_bundle_adjustment( | CODE |
| LOW⚡ | …ibration/pyceres_calibration/helpers/initialization.py | 185 | def _compute_pairwise_transform( | CODE |
| LOW⚡ | …ibration/pyceres_calibration/helpers/postprocessing.py | 102 | def _triangulate_charuco_corners( | CODE |
| LOW | …ibration/pyceres_calibration/helpers/postprocessing.py | 165 | def estimate_charuco_groundplane( | CODE |
| LOW | …ibration/pyceres_calibration/helpers/postprocessing.py | 212 | def align_to_charuco_groundplane( | CODE |
| LOW | freemocap/core/tasks/mocap/mocap_task_config.py | 118 | def _build_tracker_config_from_detector_type(self) -> "PosthocMocapPipelineConfig": | CODE |
| LOW | freemocap/core/tasks/mocap/posthoc_mocap_task.py | 42 | def run_posthoc_mocap_aggregator_task( | CODE |
| LOW | freemocap/core/tasks/mocap/center_of_mass.py | 220 | def _calculate_all_segments_com_per_frame( | CODE |
| 211 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | freemocap/__main__.py | 15 | logger = logging.getLogger(__name__) | CODE |
| LOW | freemocap/core/pipeline/pipeline_stage_timer.py | 17 | logger = logging.getLogger(__name__) | CODE |
| LOW | freemocap/core/pipeline/pipeline_timing_reporter.py | 23 | logger = logging.getLogger(__name__) | CODE |
| LOW | freemocap/core/pipeline/abcs/base_node_abc.py | 30 | logger = logging.getLogger(__name__) | CODE |
| LOW | freemocap/core/pipeline/posthoc/posthoc_pipeline.py | 36 | logger = logging.getLogger(__name__) | CODE |
| LOW | …ocap/core/pipeline/posthoc/posthoc_pipeline_manager.py | 31 | logger = logging.getLogger(__name__) | CODE |
| LOW | freemocap/core/pipeline/posthoc/video_node.py | 45 | logger = logging.getLogger(__name__) | CODE |
| LOW | …ocap/core/pipeline/posthoc/posthoc_aggregation_node.py | 47 | logger = logging.getLogger(__name__) | CODE |
| LOW | freemocap/core/pipeline/posthoc/video_group_helper.py | 18 | logger = logging.getLogger(__name__) | CODE |
| LOW | …cap/core/pipeline/realtime/realtime_keypoint_filter.py | 23 | logger = logging.getLogger(__name__) | CODE |
| LOW | …emocap/core/pipeline/realtime/charuco_recorder_node.py | 28 | logger = logging.getLogger(__name__) | CODE |
| LOW | …/pipeline/realtime/realtime_skeleton_inference_node.py | 76 | logger = logging.getLogger(__name__) | CODE |
| LOW | freemocap/core/pipeline/realtime/camera_node.py | 38 | logger = logging.getLogger(__name__) | CODE |
| LOW | …ap/core/pipeline/realtime/realtime_pipeline_manager.py | 30 | logger = logging.getLogger(__name__) | CODE |
| LOW | …cap/core/pipeline/realtime/realtime_aggregator_node.py | 100 | logger = logging.getLogger(__name__) | CODE |
| LOW | freemocap/core/pipeline/realtime/realtime_pipeline.py | 49 | logger = logging.getLogger(__name__) | CODE |
| LOW | freemocap/core/pipeline/realtime/realtime_pipeline.py | 306 | def update_config(self, new_config: RealtimePipelineConfig) -> None: | CODE |
| LOW⚡ | …cap/core/tasks/calibration/posthoc_calibration_task.py | 41 | logger = logging.getLogger(__name__) | CODE |
| LOW⚡ | …/core/tasks/calibration/shared/compare_calibrations.py | 20 | logger = logging.getLogger(__name__) | CODE |
| LOW | …core/tasks/calibration/shared/groundplane_alignment.py | 20 | logger = logging.getLogger(__name__) | CODE |
| LOW | …ocap/core/tasks/calibration/shared/calibration_save.py | 18 | logger = logging.getLogger(__name__) | CODE |
| LOW | …emocap/core/tasks/calibration/shared/transform_math.py | 20 | logger = logging.getLogger(__name__) | CODE |
| LOW | …cap/core/tasks/calibration/shared/calibration_state.py | 28 | logger = logging.getLogger(__name__) | CODE |
| LOW | …bration/anipose_calibration/run_anipose_calibration.py | 31 | logger = logging.getLogger(__name__) | CODE |
| LOW | …ose_calibration/helpers/anipose_calibration_helpers.py | 31 | logger = logging.getLogger(__name__) | CODE |
| LOW⚡ | …libration/anipose_calibration/helpers/bundle_adjust.py | 44 | logger = logging.getLogger(__name__) | CODE |
| LOW⚡ | …ation/anipose_calibration/helpers/freemocap_anipose.py | 21 | logger = logging.getLogger(__name__) | CODE |
| LOW | …on/pyceres_calibration/pyceres_calibration_pipeline.py | 27 | logger = logging.getLogger(__name__) | CODE |
| LOW⚡ | …asks/calibration/pyceres_calibration/helpers/solver.py | 26 | logger = logging.getLogger(__name__) | CODE |
| LOW⚡ | …ibration/pyceres_calibration/helpers/initialization.py | 27 | logger = logging.getLogger(__name__) | CODE |
| LOW⚡ | …ibration/pyceres_calibration/helpers/postprocessing.py | 22 | logger = logging.getLogger(__name__) | CODE |
| LOW | freemocap/core/tasks/mocap/posthoc_mocap_task.py | 39 | logger = logging.getLogger(__name__) | CODE |
| LOW | …mocap/mocap_helpers/charuco_model_from_observations.py | 31 | logger = logging.getLogger(__name__) | CODE |
| LOW | …ks/mocap/mocap_helpers/triangulate_trajectory_array.py | 11 | logger = logging.getLogger(__name__) | CODE |
| LOW | …/mocap_helpers/skeleton_from_mediapipe_observations.py | 22 | logger = logging.getLogger(__name__) | CODE |
| LOW | …/tasks/mocap/realtime_filtering/realtime_point_gate.py | 25 | logger = logging.getLogger(__name__) | CODE |
| LOW | freemocap/core/tasks/triangulation/triangulator.py | 29 | logger = logging.getLogger(__name__) | CODE |
| LOW | freemocap/core/viz/frontend_payload.py | 15 | logger = logging.getLogger(__name__) | CODE |
| LOW | freemocap/core/viz/frontend_keypoints_serializer.py | 36 | logger = logging.getLogger(__name__) | CODE |
| LOW | freemocap/core/tracking/tracker_factory.py | 45 | logger = logging.getLogger(__name__) | CODE |
| LOW | freemocap/core/blender/export_to_blender.py | 15 | logger = logging.getLogger(__name__) | CODE |
| LOW | …core/blender/helpers/get_best_guess_of_blender_path.py | 6 | logger = logging.getLogger(__name__) | CODE |
| LOW | freemocap/app/freemocap_application.py | 29 | logger = logging.getLogger(__name__) | CODE |
| LOW | freemocap/app/app.py | 34 | logger = logging.getLogger(__name__) | CODE |
| LOW | freemocap/tests/pipelines/conftest.py | 45 | logger = logging.getLogger(__name__) | CODE |
| LOW | freemocap/tests/pipelines/test_realtime_pipeline.py | 27 | logger = logging.getLogger(__name__) | CODE |
| LOW⚡ | …p/tests/pipelines/test_posthoc_calibration_pipeline.py | 7 | logger = logging.getLogger(__name__) | CODE |
| LOW | …eemocap/tests/pipelines/test_posthoc_mocap_pipeline.py | 11 | logger = logging.getLogger(__name__) | CODE |
| LOW | freemocap/tests/pipelines/helpers.py | 6 | logger = logging.getLogger(__name__) | CODE |
| LOW | …mocap/tests/pipelines/test_anthropometry_validation.py | 8 | logger = logging.getLogger(__name__) | CODE |
| LOW | freemocap/tests/pipelines/test_calibration_cache_e2e.py | 42 | logger = logging.getLogger(__name__) | CODE |
| LOW | freemocap/utilities/remove_empty_directories.py | 5 | logger = logging.getLogger(__name__) | CODE |
| LOW | freemocap/utilities/asyncio_exception_handler.py | 4 | logger = logging.getLogger(__name__) | CODE |
| LOW | freemocap/utilities/kill_process_on_port.py | 5 | logger = logging.getLogger(__name__) | CODE |
| LOW | freemocap/utilities/check_main_processs_heartbeat.py | 9 | logger = logging.getLogger(__name__) | CODE |
| LOW | freemocap/utilities/fix_opencv_conflict.py | 5 | logger = logging.getLogger(__name__) | CODE |
| LOW | freemocap/utilities/download_sample_data.py | 15 | logger = logging.getLogger(__name__) | CODE |
| LOW | …tilities/get_number_of_frames_of_videos_in_a_folder.py | 9 | logger = logging.getLogger(__name__) | CODE |
| LOW | freemocap/utilities/save_dictionary_to_json.py | 6 | logger = logging.getLogger(__name__) | CODE |
| LOW | freemocap/utilities/update_1_4_path_names.py | 13 | def update_1_4_path_names(freemocap_data_folder_path: Optional[Union[str, Path]]) -> None: | CODE |
| 19 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | freemocap/__main__.py | 98 | except Exception as e: | CODE |
| LOW | freemocap/__main__.py | 116 | except Exception as e: | CODE |
| LOW | freemocap/core/pipeline/pipeline_timing_reporter.py | 117 | except Exception as e: | CODE |
| LOW | freemocap/core/pipeline/posthoc/video_node.py | 399 | except Exception as e: | CODE |
| LOW | freemocap/core/pipeline/posthoc/video_node.py | 519 | except Exception: | CODE |
| LOW | freemocap/core/pipeline/posthoc/video_node.py | 609 | except Exception: | CODE |
| LOW | …ocap/core/pipeline/posthoc/posthoc_aggregation_node.py | 244 | except Exception as e: | CODE |
| LOW | …emocap/core/pipeline/realtime/charuco_recorder_node.py | 160 | except Exception: | CODE |
| LOW | …/pipeline/realtime/realtime_skeleton_inference_node.py | 242 | except Exception as mem_err: | CODE |
| LOW | …/pipeline/realtime/realtime_skeleton_inference_node.py | 312 | except Exception as e: | CODE |
| LOW | …/pipeline/realtime/realtime_skeleton_inference_node.py | 352 | except Exception as e: | CODE |
| LOW | …/pipeline/realtime/realtime_skeleton_inference_node.py | 378 | except Exception as e: | CODE |
| LOW | …/pipeline/realtime/realtime_skeleton_inference_node.py | 405 | except Exception as e: | CODE |
| LOW | freemocap/core/pipeline/realtime/camera_node.py | 349 | except Exception as e: | CODE |
| LOW | …cap/core/pipeline/realtime/realtime_aggregator_node.py | 860 | except Exception as e: | CODE |
| LOW | …cap/core/tasks/calibration/shared/calibration_state.py | 143 | except Exception as e: | CODE |
| LOW | …cap/core/tasks/calibration/shared/calibration_state.py | 169 | except Exception as e: | CODE |
| LOW | …cap/core/tasks/calibration/shared/calibration_state.py | 204 | except Exception as e: | CODE |
| LOW | …cap/core/tasks/calibration/shared/calibration_state.py | 372 | except Exception as e: | CODE |
| LOW | freemocap/core/tasks/mocap/posthoc_mocap_task.py | 129 | except Exception as e: | CODE |
| LOW | …/mocap_helpers/skeleton_from_mediapipe_observations.py | 127 | except Exception as e: | CODE |
| LOW | …/mocap_helpers/skeleton_from_mediapipe_observations.py | 132 | except Exception as e: | CODE |
| LOW | freemocap/core/viz/blender/blender_trajectory_loader.py | 404 | except Exception as e: | CODE |
| LOW | freemocap/core/blender/helpers/bpy_install_addon.py | 26 | except Exception as e: | CODE |
| LOW | freemocap/core/blender/helpers/run_blender_export.py | 42 | except Exception: | CODE |
| LOW | freemocap/core/blender/helpers/install_blender_addon.py | 20 | except Exception: | CODE |
| LOW⚡ | freemocap/app/app.py | 234 | except Exception: | CODE |
| LOW⚡ | freemocap/app/app.py | 238 | except Exception: | CODE |
| LOW | freemocap/app/app.py | 282 | except Exception: | CODE |
| LOW | freemocap/app/app.py | 301 | except Exception: | CODE |
| LOW | freemocap/tests/pipelines/conftest.py | 96 | except Exception as e: | CODE |
| LOW | freemocap/api/middleware/add_middleware.py | 74 | except Exception as e: | CODE |
| LOW | freemocap/api/websocket/tracker_schema_message.py | 76 | except Exception: | CODE |
| LOW | freemocap/api/websocket/tracker_schema_message.py | 89 | except Exception: | CODE |
| LOW | freemocap/api/websocket/websocket_server.py | 139 | except Exception: | CODE |
| LOW | freemocap/api/websocket/websocket_server.py | 170 | except Exception as e: | CODE |
| LOW | freemocap/api/websocket/websocket_server.py | 201 | except Exception as e: | CODE |
| LOW | freemocap/api/websocket/websocket_server.py | 233 | except Exception as e: | CODE |
| LOW | freemocap/api/websocket/websocket_server.py | 351 | except Exception as e: | CODE |
| LOW | freemocap/api/websocket/websocket_server.py | 387 | except Exception as e: | CODE |
| LOW | freemocap/api/websocket/websocket_server.py | 459 | except Exception as e: | CODE |
| LOW⚡ | freemocap/api/http/calibration/calibration_router.py | 165 | except Exception: | CODE |
| LOW⚡ | freemocap/api/http/calibration/calibration_router.py | 174 | except Exception as e: | CODE |
| LOW | freemocap/api/http/calibration/calibration_router.py | 209 | except Exception: | CODE |
| LOW | freemocap/api/http/calibration/calibration_router.py | 227 | except Exception as e: | CODE |
| LOW | freemocap/api/http/calibration/calibration_router.py | 250 | except Exception as e: | CODE |
| LOW | freemocap/api/http/mocap/mocap_router.py | 110 | except Exception as e: | CODE |
| LOW | freemocap/api/http/mocap/mocap_router.py | 134 | except Exception as e: | CODE |
| LOW | freemocap/api/http/mocap/mocap_router.py | 161 | except Exception as e: | CODE |
| LOW | freemocap/api/http/realtime/realtime_router.py | 125 | except Exception as e: | CODE |
| LOW | freemocap/api/http/realtime/realtime_router.py | 143 | except Exception as e: | CODE |
| LOW | freemocap/api/http/realtime/realtime_router.py | 178 | except Exception as e: | CODE |
| LOW | freemocap/api/http/realtime/realtime_router.py | 209 | except Exception as e: | CODE |
| LOW | freemocap/api/http/playback/playback_router.py | 214 | except Exception: | CODE |
| LOW | freemocap/api/http/playback/playback_router.py | 368 | except Exception as e: | CODE |
| LOW | freemocap/api/http/playback/playback_router.py | 762 | except Exception as e: | CODE |
| LOW | freemocap/api/http/playback/playback_router.py | 1048 | except Exception: | CODE |
| LOW | freemocap/api/http/playback/playback_router.py | 1056 | except Exception: | CODE |
| LOW | freemocap/api/http/playback/playback_router.py | 1078 | except Exception: | CODE |
| LOW | freemocap/api/http/blender/blender_router.py | 109 | except Exception as e: | CODE |
| 4 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | freemocap/core/pipeline/posthoc/posthoc_pipeline.py | 13 | CODE | |
| LOW | …emocap/core/pipeline/posthoc/task_progress_reporter.py | 10 | CODE | |
| LOW | freemocap/core/pipeline/posthoc/video_node.py | 99 | CODE | |
| LOW | freemocap/core/pipeline/posthoc/annotation_style.py | 5 | CODE | |
| LOW | …cap/core/pipeline/realtime/realtime_pipeline_config.py | 2 | CODE | |
| LOW | …cap/core/pipeline/realtime/realtime_pipeline_config.py | 3 | CODE | |
| LOW | …/pipeline/realtime/realtime_skeleton_inference_node.py | 58 | CODE | |
| LOW | …ap/core/pipeline/realtime/realtime_pipeline_manager.py | 28 | CODE | |
| LOW | …cap/core/tasks/calibration/shared/calibration_state.py | 13 | CODE | |
| LOW | …e/tasks/calibration/charuco_board/charuco_board_ops.py | 12 | CODE | |
| LOW | …libration/anipose_calibration/helpers/bundle_adjust.py | 7 | CODE | |
| LOW | …anipose_calibration/helpers/camera_model_solver_ops.py | 6 | CODE | |
| LOW | freemocap/core/tasks/mocap/posthoc_mocap_task.py | 9 | CODE | |
| LOW | freemocap/core/tasks/mocap/posthoc_mocap_task.py | 22 | CODE | |
| LOW | freemocap/core/tasks/mocap/center_of_mass.py | 32 | CODE | |
| LOW | …cap/core/tasks/mocap/rigid_body/skeleton_rigidifier.py | 17 | CODE | |
| LOW | …/core/tasks/mocap/rigid_body/online_segment_lengths.py | 28 | CODE | |
| LOW | …ocap/core/tasks/mocap/rigid_body/segment_fit_ritual.py | 25 | CODE | |
| LOW | freemocap/core/viz/frontend_payload.py | 6 | CODE | |
| LOW | freemocap/core/viz/frontend_payload.py | 11 | CODE | |
| LOW | freemocap/core/viz/frontend_keypoints_serializer.py | 16 | CODE | |
| LOW | freemocap/core/viz/frontend_keypoints_serializer.py | 22 | CODE | |
| LOW | …emocap/core/viz/image_overlay/skeleton_overlay_data.py | 18 | CODE | |
| LOW | freemocap/core/kinematics/segment_lengths.py | 23 | CODE | |
| LOW | freemocap/core/kinematics/body_kinematics_state.py | 7 | CODE | |
| LOW | freemocap/core/kinematics/inertial/ground_reference.py | 6 | CODE | |
| LOW | freemocap/core/kinematics/inertial/anthropometry.py | 24 | CODE | |
| LOW | freemocap/core/kinematics/inertial/composite_inertia.py | 6 | CODE | |
| LOW | …eemocap/core/kinematics/online/streaming_kinematics.py | 7 | CODE | |
| LOW | freemocap/core/tracking/tracker_factory.py | 9 | CODE | |
| LOW | freemocap/core/tracking/tracker_factory.py | 12 | CODE | |
| LOW | freemocap/core/tracking/tracker_factory.py | 14 | CODE | |
| LOW | freemocap/core/tracking/tracker_factory.py | 15 | CODE | |
| LOW | freemocap/core/tracking/tracker_factory.py | 16 | CODE | |
| LOW | freemocap/core/tracking/tracker_factory.py | 17 | CODE | |
| LOW | freemocap/core/tracking/tracker_factory.py | 85 | CODE | |
| LOW | freemocap/core/tracking/observation_buffer.py | 6 | CODE | |
| LOW | freemocap/core/tracking/tracker_definitions.py | 8 | CODE | |
| LOW | freemocap/core/blender/export_to_blender.py | 10 | CODE | |
| LOW | freemocap/app/freemocap_application.py | 7 | CODE | |
| LOW | freemocap/app/freemocap_application.py | 8 | CODE | |
| LOW | freemocap/app/app.py | 5 | CODE | |
| LOW | freemocap/tests/test_binary_keypoints_protocol.py | 8 | CODE | |
| LOW | freemocap/tests/pipelines/anthropometry.py | 10 | CODE | |
| LOW | freemocap/tests/kinematics/test_anthropometry.py | 1 | CODE | |
| LOW | freemocap/utilities/check_main_processs_heartbeat.py | 2 | CODE | |
| LOW | …eemocap/utilities/extract_camera_id_from_video_path.py | 3 | CODE | |
| LOW | …eemocap/utilities/extract_camera_id_from_video_path.py | 3 | CODE | |
| LOW | …ocap/system/recording_structure/recording_structure.py | 27 | CODE | |
| LOW | …ocap/system/recording_structure/recording_structure.py | 29 | CODE | |
| LOW | …ocap/system/recording_structure/recording_structure.py | 33 | CODE | |
| LOW | freemocap/api/websocket/websocket_server.py | 11 | CODE | |
| LOW | freemocap/api/http/calibration/calibration_router.py | 1 | CODE | |
| LOW | freemocap/api/http/calibration/calibration_router.py | 3 | CODE | |
| LOW | freemocap/api/http/mocap/mocap_router.py | 2 | CODE | |
| LOW | freemocap/pubsub/pubsub_manager.py | 11 | CODE | |
| LOW | freemocap/pubsub/pubsub_relay.py | 18 | CODE | |
| LOW | freemocap/pubsub/pubsub_topics.py | 13 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …emocap/core/tasks/calibration/shared/transform_math.py | 89 | Compute mean 4x4 transformation from a list of transforms. Averages Rodrigues vectors and translation vectors indep | STRING |
| HIGH | …emocap/core/tasks/calibration/shared/transform_math.py | 137 | Iteratively filter outlier transforms and recompute the mean. At each iteration, transforms whose rotation block di | STRING |
| HIGH | …emocap/core/tasks/calibration/shared/transform_math.py | 191 | Full robust averaging pipeline for a list of 4x4 transforms. Clusters to remove outliers, computes initial mean, th | STRING |
| HIGH | …emocap/core/tasks/calibration/shared/transform_math.py | 235 | Build a maximum spanning tree from weighted edges via greedy Kruskal. Args: connection_counts: Mapping of ( | STRING |
| HIGH | …ocap/core/tasks/calibration/shared/groundplane_math.py | 33 | Find the longest contiguous run of frames over which the board is still. Motion for a transition t -> t+1 is the ME | STRING |
| HIGH | …ocap/core/tasks/calibration/shared/groundplane_math.py | 106 | Per-corner median 3D position over a frame window, ignoring NaN (blinky) gaps. Args: charuco_3d: (n_frames, | STRING |
| HIGH | …ocap/core/tasks/calibration/shared/groundplane_math.py | 142 | Best-fit rigid transform mapping board-frame corners to measured world corners. Solves the orthogonal Procrustes / | STRING |
| HIGH | …ocap/core/tasks/calibration/shared/groundplane_math.py | 244 | Estimate the board ground-plane pose robustly from triangulated corners. Pipeline: stable window -> per-corner medi | STRING |
| HIGH | freemocap/core/viz/blender/blender_trajectory_loader.py | 35 | Read mediapipe tracking data from CSV file Args: filepath: Path to the CSV file Retur | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | freemocap/core/pipeline/pipeline_timing_reporter.py | 98 | CODE | |
| LOW | freemocap/core/pipeline/posthoc/video_node.py | 235 | CODE | |
| LOW | …ocap/core/pipeline/posthoc/posthoc_aggregation_node.py | 95 | CODE | |
| LOW | …emocap/core/pipeline/realtime/charuco_recorder_node.py | 81 | CODE | |
| LOW | …/pipeline/realtime/realtime_skeleton_inference_node.py | 118 | CODE | |
| LOW | freemocap/core/pipeline/realtime/camera_node.py | 137 | CODE | |
| LOW | …cap/core/pipeline/realtime/realtime_aggregator_node.py | 193 | CODE | |
| LOW | freemocap/core/pipeline/realtime/realtime_pipeline.py | 306 | CODE | |
| LOW | freemocap/core/pipeline/realtime/realtime_pipeline.py | 447 | CODE | |
| LOW | …/core/tasks/calibration/shared/compare_calibrations.py | 87 | CODE | |
| LOW | …e/tasks/calibration/shared/interpolate_trajectories.py | 5 | CODE | |
| LOW | …ation/anipose_calibration/helpers/freemocap_anipose.py | 181 | CODE | |
| LOW | …ation/anipose_calibration/helpers/freemocap_anipose.py | 353 | CODE | |
| LOW | …ation/anipose_calibration/helpers/freemocap_anipose.py | 456 | CODE | |
| LOW | …ibration/pyceres_calibration/helpers/cost_functions.py | 98 | CODE | |
| LOW | …asks/calibration/pyceres_calibration/helpers/solver.py | 119 | CODE | |
| LOW | …ibration/pyceres_calibration/helpers/postprocessing.py | 102 | CODE | |
| LOW | …eemocap/core/viz/image_overlay/charuco_overlay_data.py | 39 | CODE | |
| LOW | freemocap/core/viz/blender/blender_trajectory_loader.py | 34 | CODE | |
| LOW | freemocap/core/viz/blender/blender_trajectory_loader.py | 304 | CODE | |
| LOW | freemocap/app/app.py | 160 | CODE | |
| LOW | freemocap/app/app.py | 242 | CODE | |
| LOW | freemocap/tests/pipelines/conftest.py | 73 | CODE | |
| LOW | freemocap/tests/pipelines/test_realtime_pipeline.py | 239 | CODE | |
| LOW | freemocap/utilities/kill_process_on_port.py | 8 | CODE | |
| LOW | freemocap/utilities/convert_pydantic_to_zod.py | 7 | CODE | |
| LOW | freemocap/utilities/update_1_4_path_names.py | 47 | CODE | |
| LOW | freemocap/api/websocket/websocket_server.py | 244 | CODE | |
| LOW | freemocap/api/websocket/websocket_server.py | 357 | CODE | |
| LOW | freemocap/api/websocket/websocket_server.py | 397 | CODE | |
| LOW | freemocap/api/http/calibration/calibration_router.py | 133 | CODE | |
| LOW | freemocap/api/http/calibration/calibration_router.py | 180 | CODE | |
| LOW | freemocap/api/http/realtime/realtime_router.py | 95 | CODE | |
| LOW | freemocap/api/http/playback/playback_router.py | 258 | CODE | |
| LOW | freemocap/api/http/playback/playback_router.py | 385 | CODE | |
| LOW | freemocap/api/http/playback/playback_router.py | 869 | CODE | |
| LOW | freemocap/api/http/playback/playback_router.py | 923 | CODE | |
| LOW | freemocap/pubsub/pubsub_abcs.py | 73 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | poe_tasks.toml | 1 | # ============================================================================= | COMMENT |
| LOW | poe_tasks.toml | 21 | # This file is loaded automatically because pyproject.toml has no [tool.poe] | COMMENT |
| LOW | poe_tasks.toml | 81 | [tool.poe.tasks.test-ui] | COMMENT |
| LOW | pyproject.toml | 61 | "sys_platform == 'win32' and platform_machine == 'AMD64'", | COMMENT |
| LOW | pyproject.toml | 81 | exclude-dependencies = ["opencv-python"] | COMMENT |
| LOW | pyproject.toml | 101 | name = "rtmlib" | COMMENT |
| LOW | pyproject.toml | 141 | "freemocap-ui/package.json" = ['"version": "MAJOR.MINOR.PATCH[-TAG.NUM]"'] | COMMENT |
| LOW | pyproject.toml | 201 | # Ruff linter config | COMMENT |
| LOW | freemocap/core/pipeline/realtime/camera_node_config.py | 81 | # Always rebuilt from charuco_board by _sync_charuco_tracker_config below. | COMMENT |
| LOW | freemocap/core/tasks/mocap/center_of_mass.py | 281 | return total, directly_observed | COMMENT |
| LOW | …sks/mocap/realtime_filtering/realtime_filter_config.py | 41 | # | COMMENT |
| LOW | …sks/mocap/realtime_filtering/realtime_filter_config.py | 61 | # Appropriate range for mm-space mocap data: 0.003 - 0.02. | COMMENT |
| LOW | …sks/mocap/realtime_filtering/realtime_filter_config.py | 81 | COMMENT | |
| LOW | …sks/mocap/realtime_filtering/realtime_filter_config.py | 101 | segment_length_agreement_tol: float = 0.05 | COMMENT |
| LOW | …sks/mocap/realtime_filtering/realtime_filter_config.py | 121 | # frame to count as good (pixels). | COMMENT |
| LOW | …sks/mocap/realtime_filtering/realtime_filter_config.py | 141 | # (which scale by height) use the same units. | COMMENT |
| LOW | freemocap/pubsub/pubsub_topics.py | 181 | # Pipeline stage timing (opt-in profiling) | COMMENT |
| LOW | freemocap-ui/src/layout/content/SidePanelContent.tsx | 41 | // measured from its own content so it can never be squashed (see useContentMinSizes). | COMMENT |
| LOW | freemocap-ui/src/components/tutorial/types.ts | 1 | // Tutorial step-graph model. | COMMENT |
| LOW | freemocap-ui/src/hooks/floatingOnboarding.tsx | 301 | COMMENT | |
| LOW | freemocap-ui/src/hooks/floatingOnboarding.tsx | 321 | // } | COMMENT |
| LOW | …/server-helpers/frame-processor/frame-decode.worker.ts | 1 | // frame-decode.worker.ts | COMMENT |
| LOW | …es/active-recording/layout-presets/layout-presets.yaml | 1 | # Recording folder layout presets. | COMMENT |
| LOW | freemocap-docs/src/pages/index.tsx | 1 | import { Redirect } from '@docusaurus/router'; | COMMENT |
| LOW | .github/workflows/build-installers-pyinstaller.yml | 621 | R2_ENDPOINT: ${{ secrets.CLOUDFLARE_R2_S3_ENDPOINT }} | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …emocap/core/tasks/calibration/shared/transform_math.py | 191 | """Full robust averaging pipeline for a list of 4x4 transforms. | STRING |
| MEDIUM | …ation/anipose_calibration/helpers/freemocap_anipose.py | 235 | """Compute the robust average transform between two cameras from shared observations. | STRING |
| MEDIUM⚡ | freemocap/core/tasks/triangulation/triangulator.py | 109 | # TODO - Should add more robust camera matching method here. Camera ID's are not stable across (say) reboot, | COMMENT |
| MEDIUM | freemocap/core/kinematics/segment_lengths.py | 115 | mad_mm: float # median absolute deviation (robust spread) | CODE |
| MEDIUM | freemocap/tests/calibration/test_groundplane_math.py | 1 | """Unit and end-to-end tests for the robust charuco ground-plane estimator.""" | STRING |
| MEDIUM | freemocap-ui/package-lock.json | 7586 | "resolved": "https://registry.npmjs.org/robust-predicates/-/robust-predicates-3.0.3.tgz", | CODE |
| MEDIUM | freemocap-docs/package-lock.json | 17339 | "resolved": "https://registry.npmjs.org/robust-predicates/-/robust-predicates-3.0.3.tgz", | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | poe_tasks.toml | 21 | # This file is loaded automatically because pyproject.toml has no [tool.poe] | COMMENT |
| MEDIUM | …cap/core/pipeline/realtime/realtime_aggregator_node.py | 254 | # Create the skeleton rigidifier (canonical models + per-bone online | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ibration/pyceres_calibration/helpers/initialization.py | 241 | # Step 1: Estimate board poses per camera per frame | COMMENT |
| LOW | …ibration/pyceres_calibration/helpers/initialization.py | 257 | # Step 2: Build spanning tree from shared observation counts | COMMENT |
| LOW | …ibration/pyceres_calibration/helpers/initialization.py | 282 | # Step 3: Chain pairwise transforms from root | COMMENT |
| LOW | …ibration/pyceres_calibration/helpers/initialization.py | 297 | # Step 4: Convert 4x4 matrices to CameraExtrinsics | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ibration/pyceres_calibration/helpers/initialization.py | 241 | # Step 1: Estimate board poses per camera per frame | COMMENT |
| LOW | …ibration/pyceres_calibration/helpers/initialization.py | 257 | # Step 2: Build spanning tree from shared observation counts | COMMENT |
| LOW | …ibration/pyceres_calibration/helpers/initialization.py | 282 | # Step 3: Chain pairwise transforms from root | COMMENT |
| LOW | …ibration/pyceres_calibration/helpers/initialization.py | 297 | # Step 4: Convert 4x4 matrices to CameraExtrinsics | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | freemocap-ui/src/i18n/locales/en-english.json | 222 | "aiTranslatedTooltip": "This translation was generated by AI and may contain errors. If you speak this language, you c | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | freemocap/app/freemocap_application.py | 62 | # Recording orchestration | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | freemocap/utilities/setup_windows_app_id.py | 8 | # set up so you can change the taskbar icon - https://stackoverflow.com/a/74531530/14662833 | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …cap/core/tasks/calibration/shared/calibration_state.py | 224 | path, where reprojection error is undefined) — or None if no valid | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | freemocap/core/blender/helpers/bpy_install_addon.py | 56 | # # Check if the addon name is in the list of installed addons | COMMENT |
| LOW | freemocap/utilities/download_sample_data.py | 37 | r.raise_for_status() # Check if request was successful | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …libration/anipose_calibration/helpers/bundle_adjust.py | 151 | CODE | |
| LOW | …cap/core/tasks/mocap/rigid_body/skeleton_rigidifier.py | 295 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | freemocap/core/pipeline/posthoc/video_group_helper.py | 564 | # Example usage | COMMENT |