LICENSE
README.md
pyproject.toml
src/tsgr/__init__.py
src/tsgr/config.py
src/tsgr/constants.py
src/tsgr/inference.py
src/tsgr/types.py
src/tsgr/analysis/__init__.py
src/tsgr/analysis/audit_utils.py
src/tsgr/analysis/training_detection_audit.py
src/tsgr/baselines/__init__.py
src/tsgr/baselines/registry.py
src/tsgr/baselines/result_merge.py
src/tsgr/baselines/sgrf_bridge.py
src/tsgr/baselines/sgrf_distributed.py
src/tsgr/baselines/sgrf_evaluation.py
src/tsgr/baselines/sgrf_models.py
src/tsgr/baselines/sgrf_portability.py
src/tsgr/baselines/sgrf_worker.py
src/tsgr/cli/__init__.py
src/tsgr/cli/analyze_test_ground_truth.py
src/tsgr/cli/audit_public_dataset.py
src/tsgr/cli/audit_sgrf_baselines.py
src/tsgr/cli/audit_sgrf_evaluation_completeness.py
src/tsgr/cli/benchmark_fixed_routing.py
src/tsgr/cli/bootstrap_fixed_end_to_end.py
src/tsgr/cli/build_experiment_models.py
src/tsgr/cli/build_fixed_acceptance.py
src/tsgr/cli/build_fixed_routing_models.py
src/tsgr/cli/build_hand_presence_reference.py
src/tsgr/cli/build_sgrf_baselines.py
src/tsgr/cli/common.py
src/tsgr/cli/download_dataset.py
src/tsgr/cli/download_model.py
src/tsgr/cli/evaluate_fixed_end_to_end.py
src/tsgr/cli/evaluate_fixed_routing.py
src/tsgr/cli/evaluate_sgrf_baselines.py
src/tsgr/cli/export_sgrf_evaluation_shard.py
src/tsgr/cli/export_sgrf_portable_bundle.py
src/tsgr/cli/generate_experiment_folds.py
src/tsgr/cli/import_sgrf_evaluation_shard.py
src/tsgr/cli/merge_method_results.py
src/tsgr/cli/process_experiment_testing.py
src/tsgr/cli/process_experiment_training.py
src/tsgr/cli/report_sgrf_evaluation_progress.py
src/tsgr/cli/run_plcc_sensitivity.py
src/tsgr/cli/verify_reference_results.py
src/tsgr/dataset/__init__.py
src/tsgr/dataset/contract.py
src/tsgr/dataset/downloader.py
src/tsgr/detection/__init__.py
src/tsgr/detection/mediapipe_hand_landmarker.py
src/tsgr/detection/policy.py
src/tsgr/detection/right_hand_selector.py
src/tsgr/evaluation/__init__.py
src/tsgr/evaluation/acceptance_calibration.py
src/tsgr/evaluation/classifier.py
src/tsgr/evaluation/dataset_ground_truth_analysis.py
src/tsgr/evaluation/experiment_evaluator.py
src/tsgr/evaluation/frozen_bootstrap_v42.py
src/tsgr/evaluation/frozen_end_to_end_v42.py
src/tsgr/evaluation/frozen_plcc_v42.py
src/tsgr/evaluation/frozen_routing_v40.py
src/tsgr/evaluation/frozen_runtime_v42.py
src/tsgr/evaluation/ground_truth.py
src/tsgr/evaluation/hand_presence_reference.py
src/tsgr/evaluation/image_feature_support.py
src/tsgr/evaluation/io_utils.py
src/tsgr/evaluation/ranking_support.py
src/tsgr/evaluation/reference_result_verification.py
src/tsgr/evaluation/routing_support.py
src/tsgr/evaluation/temporal_sequence.py
src/tsgr/evaluation/training_support.py
src/tsgr/experiments/__init__.py
src/tsgr/experiments/folds.py
src/tsgr/experiments/model_building.py
src/tsgr/features/__init__.py
src/tsgr/features/extractor.py
src/tsgr/features/schema.py
src/tsgr/filtering/__init__.py
src/tsgr/filtering/base.py
src/tsgr/filtering/ema.py
src/tsgr/filtering/factory.py
src/tsgr/filtering/half_pound.py
src/tsgr/filtering/kalman.py
src/tsgr/filtering/one_euro.py
src/tsgr/filtering/passthrough.py
src/tsgr/io/__init__.py
src/tsgr/io/image_folder_source.py
src/tsgr/pipeline/__init__.py
src/tsgr/pipeline/frame_pipeline.py
src/tsgr/preprocessing/__init__.py
src/tsgr/preprocessing/roi.py
src/tsgr/preprocessing/spatial_normalization.py
src/tsgr/processing/__init__.py
src/tsgr/processing/image_folder_run.py
src/tsgr/processing/image_outputs.py
src/tsgr/processing/result_writer.py
src/tsgr/processing/test_take_audit.py
src/tsgr/processing/training_photo_audit.py
src/tsgr/quality/__init__.py
src/tsgr/quality/frame_quality.py
src/tsgr/quality/temporal_geometry.py
src/tsgr/reference_models/__init__.py
src/tsgr/reference_models/aggregation.py
src/tsgr/reference_models/builder.py
src/tsgr/reference_models/covariance.py
src/tsgr/reference_models/loader.py
src/tsgr/reference_models/manifest.py
src/tsgr/reference_models/masking.py
src/tsgr/reference_models/outliers.py
src/tsgr/reference_models/provenance.py
src/tsgr/reference_models/repository.py
src/tsgr/resources/default.yaml
src/tsgr/utils/__init__.py
src/tsgr/utils/natural_sort.py
src/tsgr/utils/run_paths.py
src/tsgr/utils/serialization.py
src/tsgr/visualization/__init__.py
src/tsgr/visualization/landmark_overlay.py
src/tsgr/visualization/matplotlib_backend.py
src/tsgr/visualization/overlay.py
src/tsgr/visualization/reference_model_space.py
src/tsgr_framework.egg-info/PKG-INFO
src/tsgr_framework.egg-info/SOURCES.txt
src/tsgr_framework.egg-info/dependency_links.txt
src/tsgr_framework.egg-info/entry_points.txt
src/tsgr_framework.egg-info/requires.txt
src/tsgr_framework.egg-info/top_level.txt
tests/test_classification_branch.py
tests/test_config.py
tests/test_feature_extractor.py
tests/test_feature_schema.py
tests/test_feature_writer.py
tests/test_frozen_end_to_end_v42.py
tests/test_frozen_routing_v40_1.py
tests/test_frozen_runtime_plcc_v42.py
tests/test_image_outputs.py
tests/test_inference_api_v42_15.py
tests/test_parallel_testing_and_scenarios_v17.py
tests/test_parallel_testing_v10.py
tests/test_parallel_training_processing_v16.py
tests/test_public_dataset_runtime.py
tests/test_public_plan_portability_v42_8.py
tests/test_quality.py
tests/test_quality_policy.py
tests/test_reference_aggregation.py
tests/test_reference_builder.py
tests/test_reference_dataset_run_discovery.py
tests/test_reference_manifest.py
tests/test_reference_outliers_mask.py
tests/test_reference_provenance.py
tests/test_reference_result_verification.py
tests/test_result_writer_normalization.py
tests/test_reviewer_reproduction_script.py
tests/test_right_hand_selector.py
tests/test_robust_detection_v11.py
tests/test_roi.py
tests/test_run_paths.py
tests/test_sequence_reset_v10.py
tests/test_sgrf_baseline_adapters_v24.py
tests/test_sgrf_distributed_v42_14.py
tests/test_sgrf_portability_v42_2.py
tests/test_spatial_normalization.py
tests/test_temporal_filters.py
tests/test_temporal_geometry.py
tests/test_worker_shutdown_v12.py