CHANGELOG.md
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
COPYRIGHT
LICENSE
MANIFEST.in
NOTICE
README.md
RELEASE.md
SECURITY.md
pyproject.toml
docs/README.md
docs/adapter_contract.md
docs/adapter_strategy.md
docs/adapter_templates.md
docs/ai_first.md
docs/backbones.md
docs/backend_parity_matrix.md
docs/beads_github_workflow.md
docs/benchmark_latency.md
docs/benchmark_publication.md
docs/ci_dependency_tiers.md
docs/ci_incidents.md
docs/continual_learning.md
docs/copilot_mcp_integration.md
docs/cotta_design_spec.md
docs/cotta_validation.md
docs/cvat_keypoints_recovery.md
docs/distillation.md
docs/doctor_diagnostics.md
docs/eata_benchmark.md
docs/eata_design_spec.md
docs/external_finetune_smoke.md
docs/external_inference.md
docs/gate_weight_tuning.md
docs/hessian_solver.md
docs/hpo_sweep.md
docs/hpo_sweep_example.json
docs/import_adapters.md
docs/install.md
docs/interop_detectron2_mmdet.md
docs/interop_yolox.md
docs/learning_features.md
docs/license_policy.md
docs/llm_integrations.md
docs/manifest_authoring_workflow.md
docs/manifest_coverage_audit.md
docs/manifest_declarative_spec.md
docs/manual_doi_release.md
docs/mcp_extension_architecture.md
docs/migrate.md
docs/mim_inference.md
docs/model_fetch.md
docs/onnx_export_parity.md
docs/openai_mcp_actions.md
docs/opencv_dnn_inference.md
docs/predictions_interface_contract_policy.md
docs/predictions_schema.md
docs/proof_onepager.md
docs/quantization.md
docs/real_model_interface.md
docs/reference_adapter_regression_policy.md
docs/release_1_0_stability.md
docs/release_reliability_checklist.md
docs/repo_map.md
docs/rfc_workflow.md
docs/roadmap.md
docs/run_contract.md
docs/runpod_gpu_validation_split.md
docs/sar_design_spec.md
docs/sar_evaluation.md
docs/schema_governance.md
docs/score_calibration.md
docs/support.md
docs/synthgen_contract.md
docs/synthgen_intake.md
docs/task_aligner.md
docs/tensorrt_pipeline.md
docs/tools_index.md
docs/training_inference_export.md
docs/training_recipe_v1.md
docs/tta_support_matrix.md
docs/ttt_integration_plan.md
docs/ttt_protocol.md
docs/ultralytics_detr_support.md
docs/versions.md
docs/yolo26_baseline_repro.md
docs/yolo26_eval_protocol.md
docs/yolo26_inference_adapters.md
docs/yolo26_rtdetr_pose_recipes.md
docs/yolo26_size_buckets.md
docs/yolozu_spec.md
docs/announcements/v1_0_0.md
docs/announcements/v1_0_0_release_body.md
docs/archive/README.md
docs/archive/session-notes/IMPLEMENTATION_SUMMARY.md
docs/archive/session-notes/LINT_FIXES_NEEDED.md
docs/archive/session-notes/PR12_FIXES_SUMMARY.md
docs/archive/session-notes/SECURITY_SUMMARY.md
docs/assets/cotta_drift_smoke.json
docs/assets/cotta_drift_smoke.md
docs/assets/eata_baseline_smoke_input.json
docs/assets/eata_benchmark_smoke.json
docs/assets/eata_benchmark_smoke.md
docs/assets/eata_candidate_smoke_input.json
docs/assets/sar_candidate_smoke_input.json
docs/assets/sar_cotta_smoke_input.json
docs/assets/sar_eata_smoke_input.json
docs/assets/sar_robustness_smoke.json
docs/assets/sar_robustness_smoke.md
docs/contracts/synthgen.md
docs/examples/mcp_clients/claude_mcp_profile.example.json
docs/examples/mcp_clients/copilot_mcp_profile.example.json
docs/examples/mcp_clients/gemini_mcp_profile.example.json
docs/examples/mcp_clients/openai_mcp_profile.example.json
docs/generated/mcp_actions_tool_reference.json
docs/generated/mcp_actions_tool_reference.md
docs/roadmaps/pytorch_trt.md
docs/roadmaps/symmetry_commonsense_realtime.md
docs/roadmaps/yolo26_competition.md
docs/schemas/ai_generate_config.schema.json
docs/schemas/ai_review_config.schema.json
docs/schemas/coco_eval_report.schema.json
docs/schemas/eval_suite_report.schema.json
docs/schemas/instance_seg_eval_report.schema.json
docs/schemas/instance_segmentation_predictions.schema.json
docs/schemas/metrics_report.schema.json
docs/schemas/predictions.schema.json
docs/schemas/reference_adapter_regression_report.schema.json
docs/schemas/run_meta.schema.json
docs/schemas/seg_dataset.schema.json
docs/schemas/seg_eval_report.schema.json
docs/schemas/segmentation_predictions.schema.json
docs/schemas/tools_manifest.schema.json
docs/specs/rt_detr_6dof_geom_mim_spec_en_v0_4.md
protocols/yolo26_eval.json
rtdetr_pose/__init__.py
rtdetr_pose/configs/base.json
rtdetr_pose/configs/bop_tless_smoke.json
rtdetr_pose/configs/coco_keypoints_smoke.json
rtdetr_pose/rtdetr_pose/__init__.py
rtdetr_pose/rtdetr_pose/backbone_interface.py
rtdetr_pose/rtdetr_pose/backbone_projector.py
rtdetr_pose/rtdetr_pose/config.py
rtdetr_pose/rtdetr_pose/dataset.py
rtdetr_pose/rtdetr_pose/export.py
rtdetr_pose/rtdetr_pose/factory.py
rtdetr_pose/rtdetr_pose/geometry.py
rtdetr_pose/rtdetr_pose/lora.py
rtdetr_pose/rtdetr_pose/losses.py
rtdetr_pose/rtdetr_pose/matcher.py
rtdetr_pose/rtdetr_pose/metrics.py
rtdetr_pose/rtdetr_pose/model.py
rtdetr_pose/rtdetr_pose/optim_factory.py
rtdetr_pose/rtdetr_pose/sched_factory.py
rtdetr_pose/rtdetr_pose/task_aligner.py
rtdetr_pose/rtdetr_pose/torchao_integration.py
rtdetr_pose/rtdetr_pose/train_backbone_overrides.py
rtdetr_pose/rtdetr_pose/train_cli.py
rtdetr_pose/rtdetr_pose/train_dataset.py
rtdetr_pose/rtdetr_pose/train_finalize.py
rtdetr_pose/rtdetr_pose/train_minimal.py
rtdetr_pose/rtdetr_pose/train_rebalance.py
rtdetr_pose/rtdetr_pose/train_records.py
rtdetr_pose/rtdetr_pose/train_runtime.py
rtdetr_pose/rtdetr_pose/train_utils.py
rtdetr_pose/rtdetr_pose/training.py
rtdetr_pose/rtdetr_pose/validator.py
rtdetr_pose/rtdetr_pose/configs/base.json
rtdetr_pose/rtdetr_pose/configs/bop_tless_smoke.json
rtdetr_pose/rtdetr_pose/configs/coco_keypoints_smoke.json
rtdetr_pose/rtdetr_pose/models/__init__.py
rtdetr_pose/rtdetr_pose/models/backbones/__init__.py
rtdetr_pose/rtdetr_pose/models/backbones/blocks.py
rtdetr_pose/rtdetr_pose/models/backbones/csp_backbones.py
rtdetr_pose/rtdetr_pose/models/backbones/registry.py
rtdetr_pose/rtdetr_pose/models/backbones/torchvision_backbones.py
rtdetr_pose/rtdetr_pose/rtdetr_pose/__init__.py
rtdetr_pose/rtdetr_pose/rtdetr_pose/optim_factory.py
rtdetr_pose/rtdetr_pose/rtdetr_pose/sched_factory.py
rtdetr_pose/tests/__init__.py
rtdetr_pose/tests/conftest.py
rtdetr_pose/tests/test_dataset.py
rtdetr_pose/tests/test_dataset_extract_pose_intrinsics.py
rtdetr_pose/tests/test_dataset_full_gt.py
rtdetr_pose/tests/test_dataset_keypoints_meta.py
rtdetr_pose/tests/test_hybrid_encoder_level_embed.py
rtdetr_pose/tests/test_lora.py
rtdetr_pose/tests/test_losses_empty_gt.py
rtdetr_pose/tests/test_losses_masking.py
rtdetr_pose/tests/test_losses_translation.py
rtdetr_pose/tests/test_matcher.py
rtdetr_pose/tests/test_metrics_symmetry.py
rtdetr_pose/tests/test_model_backbone_sppf.py
rtdetr_pose/tests/test_model_shapes.py
rtdetr_pose/tests/test_optim_sched_factory.py
rtdetr_pose/tests/test_torchao_integration.py
rtdetr_pose/tests/test_train_backbone_overrides.py
rtdetr_pose/tests/test_train_minimal_augment.py
rtdetr_pose/tests/test_train_minimal_collate.py
rtdetr_pose/tests/test_train_minimal_config_checkpoint.py
rtdetr_pose/tests/test_train_minimal_cost_schedule.py
rtdetr_pose/tests/test_train_minimal_denoise.py
rtdetr_pose/tests/test_train_minimal_depth_mode.py
rtdetr_pose/tests/test_train_minimal_derpp_teacher_formats.py
rtdetr_pose/tests/test_train_minimal_extrinsics_jitter.py
rtdetr_pose/tests/test_train_minimal_grad_accum_amp.py
rtdetr_pose/tests/test_train_minimal_grad_clip.py
rtdetr_pose/tests/test_train_minimal_hflip_schedule.py
rtdetr_pose/tests/test_train_minimal_integration.py
rtdetr_pose/tests/test_train_minimal_intrinsics_jitter.py
rtdetr_pose/tests/test_train_minimal_keypoint_pairs.py
rtdetr_pose/tests/test_train_minimal_lr_warmup.py
rtdetr_pose/tests/test_train_minimal_mask_depth_collate.py
rtdetr_pose/tests/test_train_minimal_mask_labels.py
rtdetr_pose/tests/test_train_minimal_matcher.py
rtdetr_pose/tests/test_train_minimal_mim_mask.py
rtdetr_pose/tests/test_train_minimal_mim_schedule.py
rtdetr_pose/tests/test_train_minimal_mim_teacher.py
rtdetr_pose/tests/test_train_minimal_optim_sched.py
rtdetr_pose/tests/test_train_minimal_sdft_args.py
rtdetr_pose/tests/test_train_minimal_sim_jitter.py
rtdetr_pose/tests/test_train_minimal_stage_schedule.py
rtdetr_pose/tests/test_train_minimal_strict_task_data.py
rtdetr_pose/tests/test_train_rebalance.py
rtdetr_pose/tests/test_training_align_extras.py
rtdetr_pose/tests/test_validator_metadata.py
rtdetr_pose/tests/test_validator_multi_object.py
rtdetr_pose/tests/test_validator_ranges.py
rtdetr_pose/tools/dataset_audit.py
rtdetr_pose/tools/train_continual.py
rtdetr_pose/tools/train_minimal.py
schemas/predictions.schema.json
schemas/synthgen_sample.schema.json
tests/test_adapter_parity_suite.py
tests/test_adapter_starters.py
tests/test_ai_first_mcp_surface.py
tests/test_audit_backend_support_tool.py
tests/test_backbone_interface.py
tests/test_backbone_shapes.py
tests/test_backend_parity_matrix.py
tests/test_backend_shape_format_contracts.py
tests/test_benchmark.py
tests/test_benchmark_eata_stability_tool.py
tests/test_benchmark_keypoints_eval_tool.py
tests/test_benchmark_latency.py
tests/test_benchmark_sar_robustness_tool.py
tests/test_boxes.py
tests/test_build_trt_engine.py
tests/test_calibrate_predictions_lbfgs.py
tests/test_canonical_schema.py
tests/test_check_keypoints_parity_tool.py
tests/test_check_map_targets_contract.py
tests/test_check_mcp_settings_tool.py
tests/test_cli_args.py
tests/test_coco128_smoke.py
tests/test_coco_eval_conversion.py
tests/test_coco_keypoints_eval.py
tests/test_config_loader.py
tests/test_continual_metrics.py
tests/test_continual_regularizers.py
tests/test_contract_synthgen.py
tests/test_cuda_smoke_rtdetr_pose.py
tests/test_dataset_fetch_security.py
tests/test_dataset_formats_quality.py
tests/test_dataset_keypoints.py
tests/test_dataset_manifest.py
tests/test_dataset_mask_labels.py
tests/test_dataset_seg_polygons.py
tests/test_dataset_ultralytics_compat.py
tests/test_dataset_validator.py
tests/test_demo_cli_defaults.py
tests/test_demo_cli_dispatch.py
tests/test_distill_predictions_cli.py
tests/test_distillation.py
tests/test_doctor_import_cli.py
tests/test_eval_cli_guardrails.py
tests/test_eval_cotta_drift_tool.py
tests/test_eval_instance_segmentation_tool.py
tests/test_eval_keypoints_tool.py
tests/test_eval_segmentation_tool.py
tests/test_eval_suite_determinism.py
tests/test_eval_suite_export_settings.py
tests/test_export_onnx_smoke.py
tests/test_export_orchestrator_ttt_lite.py
tests/test_export_predictions_detectron2_mmdet_tools.py
tests/test_export_predictions_domain_shift_recipe.py
tests/test_export_predictions_executorch_tool.py
tests/test_export_predictions_lora_cli.py
tests/test_export_predictions_opencv_dnn_decode.py
tests/test_export_predictions_opencv_dnn_rtdetr_decode.py
tests/test_export_predictions_opencv_dnn_rtdetr_tool.py
tests/test_export_predictions_opencv_dnn_tool.py
tests/test_export_predictions_opencv_dnn_unified_tool.py
tests/test_export_predictions_tta_log.py
tests/test_export_predictions_ttt_cli.py
tests/test_export_predictions_yolox_tool.py
tests/test_export_trt_tool.py
tests/test_exporter_skeletons.py
tests/test_external_finetune_smoke_tool.py
tests/test_external_inference_templates_smoke.py
tests/test_gates_constraints.py
tests/test_gen_dummy_dets_onnx_tool.py
tests/test_generated_integration_tool_reference.py
tests/test_geometry_pipeline.py
tests/test_golden_compatibility_tool.py
tests/test_gpu_validation_preflight_tool.py
tests/test_gpu_zisn_workflow.py
tests/test_hessian_solver.py
tests/test_image_keys.py
tests/test_image_size.py
tests/test_import_cli.py
tests/test_import_optional_deps.py
tests/test_inference_constraints.py
tests/test_inference_utils.py
tests/test_instance_seg_demo_eval.py
tests/test_integrations_layers.py
tests/test_integrations_mcp_actions_parity.py
tests/test_integrations_tool_runner.py
tests/test_intrinsics.py
tests/test_jitter.py
tests/test_keypoints_eval.py
tests/test_license_policy.py
tests/test_long_tail_metrics.py
tests/test_long_tail_recipe.py
tests/test_make_subset_dataset.py
tests/test_manifest_docs_references.py
tests/test_measure_trt_latency.py
tests/test_metrics.py
tests/test_metrics_report.py
tests/test_migrate_coco.py
tests/test_migrate_seg_dataset.py
tests/test_mim_reconstruction.py
tests/test_model_fetch_security.py
tests/test_onnx_parity_rtdetr_pose.py
tests/test_onnxrt_quantize.py
tests/test_packaged_tools_manifest.py
tests/test_parity_trt_tool.py
tests/test_pip_cli_commands.py
tests/test_pose_eval.py
tests/test_precomputed_adapter.py
tests/test_predictions.py
tests/test_predictions_migrate_cli.py
tests/test_predictions_parity_tool.py
tests/test_predictions_transform.py
tests/test_predictions_transform_extensions.py
tests/test_predictions_transform_gates.py
tests/test_prepare_ade20k_seg_tool.py
tests/test_prepare_cityscapes_seg_tool.py
tests/test_prepare_coco_guardrails.py
tests/test_prepare_keypoints_dataset_cvat_xml.py
tests/test_prepare_real_multitask_fewshot_tool.py
tests/test_prepare_ttt_domain_shift_target_script.py
tests/test_prepare_voc_seg_tool.py
tests/test_publish_benchmark_table_tool.py
tests/test_pytorch_api_integration.py
tests/test_reference_adapter_regression_tool.py
tests/test_refine_predictions_hessian_cli.py
tests/test_registry_cli.py
tests/test_release_readiness_docs.py
tests/test_release_tag_tool.py
tests/test_release_tool.py
tests/test_replay_buffer.py
tests/test_report_dependency_licenses_tool.py
tests/test_rtdetr_backbone_neck_parity.py
tests/test_rtdetr_pose_adapter.py
tests/test_rtdetr_pose_backend_suite_tool.py
tests/test_run_baseline_report.py
tests/test_run_real_multitask_finetune_demo_tool.py
tests/test_run_record.py
tests/test_run_rtdetr_pose_backend_suite_cli.py
tests/test_run_trt_pipeline.py
tests/test_run_trt_workflow.py
tests/test_runner.py
tests/test_scenario_suite.py
tests/test_schema_compatibility_tool.py
tests/test_schema_governance.py
tests/test_sdft.py
tests/test_sdft_multitask.py
tests/test_simple_map.py
tests/test_smoke_cli_help.py
tests/test_splits.py
tests/test_summarize_gpu_ngc_run_tool.py
tests/test_support_ultralytics_detr_tool.py
tests/test_symmetry.py
tests/test_task_aligner.py
tests/test_template_verification.py
tests/test_tent_runner.py
tests/test_tool_manifest.py
tests/test_torch_utils.py
tests/test_train_minimal_run_dir_defaults.py
tests/test_train_minimal_wrapper_import.py
tests/test_train_rebalance.py
tests/test_trt_engine_builder.py
tests/test_tta.py
tests/test_tta_base.py
tests/test_tta_multitask.py
tests/test_ttt_cli_options.py
tests/test_ttt_integration.py
tests/test_ttt_mim.py
tests/test_ttt_presets.py
tests/test_ttt_safety.py
tests/test_tune_gate_weights_tool.py
tests/test_update_map_targets_from_suite.py
tests/test_validate_instance_segmentation_predictions_tool.py
tests/test_validate_run_meta_tool.py
tests/test_validate_segmentation_predictions_tool.py
tests/test_yolo26_baseline_import.py
tests/test_yolo26_protocol.py
tests/test_yolo_migration_tools.py
tests/test_yolozu_cli.py
tools/manifest.json
yolozu/__init__.py
yolozu/__main__.py
yolozu/cli.py
yolozu/cli_commands.py
yolozu/cli_completion.py
yolozu/cli_demo.py
yolozu/cli_entry.py
yolozu.egg-info/PKG-INFO
yolozu.egg-info/SOURCES.txt
yolozu.egg-info/dependency_links.txt
yolozu.egg-info/entry_points.txt
yolozu.egg-info/requires.txt
yolozu.egg-info/top_level.txt
yolozu/calibration/__init__.py
yolozu/calibration/hessian_solver.py
yolozu/calibration/lbfgs_scale_k.py
yolozu/contracts/__init__.py
yolozu/contracts/synthgen.py
yolozu/core/__init__.py
yolozu/core/boxes.py
yolozu/core/canonical.py
yolozu/core/cli_args.py
yolozu/core/config.py
yolozu/core/diagnostics.py
yolozu/core/doctor.py
yolozu/core/eval_protocol.py
yolozu/core/image_keys.py
yolozu/core/image_size.py
yolozu/core/keypoints.py
yolozu/core/letterbox.py
yolozu/core/resources.py
yolozu/core/run_record.py
yolozu/core/scenario_suite.py
yolozu/core/scenarios_cli.py
yolozu/data/__init__.py
yolozu/data/synthgen_shard_dataset.py
yolozu/data/synthgen_stream_dataset.py
yolozu/data/configs/benchmark_latency_example.json
yolozu/data/configs/tune_gate_weights_example.json
yolozu/data/configs/yolo26_size_buckets.json
yolozu/data/configs/continual/rtdetr_pose_domain_inc_example.yaml
yolozu/data/docs/README.md
yolozu/data/docs/adapter_strategy.md
yolozu/data/docs/backend_parity_matrix.md
yolozu/data/docs/onnx_export_parity.md
yolozu/data/docs/predictions_interface_contract_policy.md
yolozu/data/docs/proof_onepager.md
yolozu/data/docs/reference_adapter_regression_policy.md
yolozu/data/docs/tensorrt_pipeline.md
yolozu/data/docs/tta_support_matrix.md
yolozu/data/docs/yolo26_baseline_repro.md
yolozu/data/manifest/README.md
yolozu/data/manifest/dataset_zoo.json
yolozu/data/manifest/model_zoo.json
yolozu/data/manifest/tools_manifest.json
yolozu/data/protocols/e2e_nms_free_eval.json
yolozu/data/protocols/nms_applied_eval.json
yolozu/data/protocols/yolo26_eval.json
yolozu/data/schemas/predictions.schema.json
yolozu/datasets/__init__.py
yolozu/datasets/ade20k.py
yolozu/datasets/cityscapes.py
yolozu/datasets/coco.py
yolozu/datasets/coco_convert.py
yolozu/datasets/dataset.py
yolozu/datasets/dataset_fetch.py
yolozu/datasets/dataset_validator.py
yolozu/datasets/imports.py
yolozu/datasets/migrate.py
yolozu/datasets/pascal_voc.py
yolozu/datasets/registry.py
yolozu/datasets/segmentation_dataset.py
yolozu/datasets/splits.py
yolozu/demos/__init__.py
yolozu/demos/continual.py
yolozu/demos/densefusion_demo.py
yolozu/demos/depth.py
yolozu/demos/instance_seg.py
yolozu/demos/keypoints.py
yolozu/demos/pose6d.py
yolozu/demos/train.py
yolozu/eval/__init__.py
yolozu/eval/benchmark.py
yolozu/eval/coco_eval.py
yolozu/eval/coco_keypoints_eval.py
yolozu/eval/continual_metrics.py
yolozu/eval/instance_segmentation_eval.py
yolozu/eval/keypoints_eval.py
yolozu/eval/long_tail_metrics.py
yolozu/eval/metrics.py
yolozu/eval/metrics_report.py
yolozu/eval/pose_eval.py
yolozu/eval/segmentation_eval.py
yolozu/eval/simple_map.py
yolozu/eval/synthgen_eval.py
yolozu/geometry/__init__.py
yolozu/geometry/constraints.py
yolozu/geometry/geometry.py
yolozu/geometry/intrinsics.py
yolozu/geometry/jitter.py
yolozu/geometry/math3d.py
yolozu/geometry/symmetry.py
yolozu/geometry/template_verification.py
yolozu/inference/__init__.py
yolozu/inference/adapter.py
yolozu/inference/export_orchestrator.py
yolozu/inference/inference.py
yolozu/inference/inference_utils.py
yolozu/inference/model_fetch.py
yolozu/inference/onnxrt_export.py
yolozu/inference/onnxrt_quantize.py
yolozu/inference/pipeline.py
yolozu/inference/predict_images.py
yolozu/inference/profiler.py
yolozu/inference/reference_regression_gates.py
yolozu/inference/reference_regression_io.py
yolozu/inference/runner.py
yolozu/inference/torch_export.py
yolozu/integrations/__init__.py
yolozu/integrations/actions_api.py
yolozu/integrations/ai_surface.py
yolozu/integrations/mcp_server.py
yolozu/integrations/min_adapter.py
yolozu/integrations/tool_reference.py
yolozu/integrations/tool_runner.py
yolozu/integrations/layers/__init__.py
yolozu/integrations/layers/api.py
yolozu/integrations/layers/artifacts.py
yolozu/integrations/layers/core.py
yolozu/integrations/layers/jobs.py
yolozu/predictions/__init__.py
yolozu/predictions/export.py
yolozu/predictions/instance_segmentation_predictions.py
yolozu/predictions/instance_segmentation_report.py
yolozu/predictions/predictions.py
yolozu/predictions/predictions_parity.py
yolozu/predictions/predictions_transform.py
yolozu/predictions/schema_governance.py
yolozu/predictions/segmentation_predictions.py
yolozu/training/__init__.py
yolozu/training/amp_utils.py
yolozu/training/continual_regularizers.py
yolozu/training/distillation.py
yolozu/training/gates.py
yolozu/training/long_tail_recipe.py
yolozu/training/map_targets.py
yolozu/training/replay_buffer.py
yolozu/training/sdft.py
yolozu/training/torch_utils.py
yolozu/training/transforms_bridge.py
yolozu/tta/__init__.py
yolozu/tta/base.py
yolozu/tta/cli_options.py
yolozu/tta/config.py
yolozu/tta/integration.py
yolozu/tta/presets.py
yolozu/tta/tent.py
yolozu/tta/ttt_mim.py
yolozu/viz/__init__.py
yolozu/viz/synthgen_overlay.py