LICENSE
LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
setup.py
stub_generation.py
src/matrice_inference/__init__.py
src/matrice_inference/__init__.pyi
src/matrice_inference/local_run.py
src/matrice_inference/py.typed
src/matrice_inference.egg-info/PKG-INFO
src/matrice_inference.egg-info/SOURCES.txt
src/matrice_inference.egg-info/dependency_links.txt
src/matrice_inference.egg-info/not-zip-safe
src/matrice_inference.egg-info/requires.txt
src/matrice_inference.egg-info/top_level.txt
src/matrice_inference/contracts/__init__.py
src/matrice_inference/contracts/__init__.pyi
src/matrice_inference/contracts/async_messages.py
src/matrice_inference/contracts/camera.py
src/matrice_inference/contracts/coord_space.py
src/matrice_inference/contracts/crop_transport.py
src/matrice_inference/contracts/engine_config.py
src/matrice_inference/contracts/message_format.py
src/matrice_inference/contracts/messages.py
src/matrice_inference/contracts/node.py
src/matrice_inference/contracts/pipeline_message.py
src/matrice_inference/contracts/port_router.py
src/matrice_inference/contracts/run_mode.py
src/matrice_inference/contracts/schema.py
src/matrice_inference/contracts/tracking.py
src/matrice_inference/coupled/__init__.py
src/matrice_inference/coupled/__init__.pyi
src/matrice_inference/coupled/coupled_producer.py
src/matrice_inference/coupled/wiring.py
src/matrice_inference/coupled/worker.py
src/matrice_inference/engine_core/__init__.py
src/matrice_inference/engine_core/__init__.pyi
src/matrice_inference/engine_core/edge.py
src/matrice_inference/engine_core/plugin.py
src/matrice_inference/engine_core/ports.py
src/matrice_inference/engine_core/runtime.py
src/matrice_inference/engine_core/coords/__init__.py
src/matrice_inference/engine_core/coords/__init__.pyi
src/matrice_inference/engine_core/coords/crop_geometry.py
src/matrice_inference/engine_core/coords/normalizer.py
src/matrice_inference/engine_core/coords/transform.py
src/matrice_inference/engine_core/coords/projectors/__init__.py
src/matrice_inference/engine_core/coords/projectors/__init__.pyi
src/matrice_inference/engine_core/coords/projectors/bbox.py
src/matrice_inference/engine_core/coords/projectors/keypoint.py
src/matrice_inference/engine_core/coords/projectors/mask.py
src/matrice_inference/engine_core/engine/__init__.py
src/matrice_inference/engine_core/engine/__init__.pyi
src/matrice_inference/engine_core/engine/base.py
src/matrice_inference/engine_core/engine/factory.py
src/matrice_inference/engine_core/engine/onnx.py
src/matrice_inference/engine_core/engine/platform.py
src/matrice_inference/engine_core/engine/pytorch.py
src/matrice_inference/engine_core/engine/runtime.py
src/matrice_inference/engine_core/engine/trt.py
src/matrice_inference/engine_core/kernels/__init__.py
src/matrice_inference/engine_core/kernels/__init__.pyi
src/matrice_inference/engine_core/kernels/classification.py
src/matrice_inference/engine_core/kernels/crops.py
src/matrice_inference/engine_core/kernels/cuda_rt.py
src/matrice_inference/engine_core/kernels/nms.py
src/matrice_inference/engine_core/kernels/nv12.py
src/matrice_inference/engine_core/node/__init__.py
src/matrice_inference/engine_core/node/__init__.pyi
src/matrice_inference/engine_core/node/analytics_loop.py
src/matrice_inference/engine_core/node/analytics_runtime.py
src/matrice_inference/engine_core/node/batch_engine_runner.py
src/matrice_inference/engine_core/node/classifier_runner.py
src/matrice_inference/engine_core/node/crop_emitter.py
src/matrice_inference/engine_core/node/enrichment_processor.py
src/matrice_inference/engine_core/node/enrichment_worker.py
src/matrice_inference/engine_core/node/factory.py
src/matrice_inference/engine_core/node/frame_source.py
src/matrice_inference/engine_core/node/inference_runtime.py
src/matrice_inference/engine_core/node/local_metrics_log.py
src/matrice_inference/engine_core/node/reid_embedder_runner.py
src/matrice_inference/engine_core/node/reid_extractor.py
src/matrice_inference/engine_core/node/root_loop.py
src/matrice_inference/engine_core/node/root_worker.py
src/matrice_inference/engine_core/node/semaphore_guard.py
src/matrice_inference/engine_core/node/track_stamper.py
src/matrice_inference/engine_core/node/worker_commands.py
src/matrice_inference/engine_core/node/worker_config.py
src/matrice_inference/engine_core/node/worker_metrics_wiring.py
src/matrice_inference/engine_core/node/worker_process.py
src/matrice_inference/engine_core/node/worker_supervisor.py
src/matrice_inference/engine_core/placement/__init__.py
src/matrice_inference/engine_core/placement/__init__.pyi
src/matrice_inference/engine_core/placement/gpu_placement.py
src/matrice_inference/engine_core/placement/gpu_shift_watcher.py
src/matrice_inference/engine_core/placement/placement_watcher.py
src/matrice_inference/engine_core/runtime/__init__.py
src/matrice_inference/engine_core/runtime/__init__.pyi
src/matrice_inference/engine_core/runtime/camera_lifecycle.py
src/matrice_inference/engine_core/runtime/protocol.py
src/matrice_inference/engine_core/runtime/worker_metrics.py
src/matrice_inference/engine_core/tracking/__init__.py
src/matrice_inference/engine_core/tracking/__init__.pyi
src/matrice_inference/engine_core/tracking/assignment.py
src/matrice_inference/engine_core/tracking/base.py
src/matrice_inference/engine_core/tracking/bytetrack.py
src/matrice_inference/engine_core/tracking/deep_oc_sort.py
src/matrice_inference/engine_core/tracking/eval_metrics.py
src/matrice_inference/engine_core/tracking/gallery.py
src/matrice_inference/engine_core/tracking/geometry.py
src/matrice_inference/engine_core/tracking/kalman.py
src/matrice_inference/engine_core/tracking/matching.py
src/matrice_inference/engine_core/tracking/oc_sort.py
src/matrice_inference/engine_core/tracking/store.py
src/matrice_inference/engine_core/tracking/strack.py
src/matrice_inference/engine_core/tracking/tracktrack.py
src/matrice_inference/engine_core/util/__init__.py
src/matrice_inference/engine_core/util/__init__.pyi
src/matrice_inference/engine_core/util/config_access.py
src/matrice_inference/engine_core/util/net_security.py
src/matrice_inference/orchestrator/__init__.py
src/matrice_inference/orchestrator/__init__.pyi
src/matrice_inference/orchestrator/camera_lifecycle_wiring.py
src/matrice_inference/orchestrator/client_port.py
src/matrice_inference/orchestrator/deploy_server.py
src/matrice_inference/orchestrator/matrice_config_source.py
src/matrice_inference/orchestrator/matrice_control_plane.py
src/matrice_inference/orchestrator/run_mode_select.py
src/matrice_inference/orchestrator/camera_lifecycle/__init__.py
src/matrice_inference/orchestrator/camera_lifecycle/__init__.pyi
src/matrice_inference/orchestrator/camera_lifecycle/deployment_refresh_listener.py
src/matrice_inference/orchestrator/local/__init__.py
src/matrice_inference/orchestrator/local/__init__.pyi
src/matrice_inference/orchestrator/local/local_config_loader.py
src/matrice_inference/orchestrator/local/local_control_plane.py
src/matrice_inference/orchestrator/local/local_runner.py
src/matrice_inference/orchestrator/local/stub_engine.py
src/matrice_inference/orchestrator/new_flow/__init__.py
src/matrice_inference/orchestrator/new_flow/__init__.pyi
src/matrice_inference/orchestrator/new_flow/camera_resolution.py
src/matrice_inference/orchestrator/new_flow/client.py
src/matrice_inference/orchestrator/new_flow/config_resolution.py
src/matrice_inference/orchestrator/new_flow/deployment_node_api.py
src/matrice_inference/orchestrator/new_flow/heartbeat.py
src/matrice_inference/orchestrator/new_flow/resolve_failures.py
src/matrice_inference/orchestrator/new_flow/tracker_bootstrap.py
src/matrice_inference/orchestrator/observability/__init__.py
src/matrice_inference/orchestrator/observability/__init__.pyi
src/matrice_inference/orchestrator/observability/health_reporter.py
src/matrice_inference/orchestrator/observability/heartbeat_dataclass_builder.py
src/matrice_inference/orchestrator/observability/heartbeat_publisher.py
src/matrice_inference/orchestrator/observability/identity.py
src/matrice_inference/orchestrator/observability/kafka_sinks.py
src/matrice_inference/orchestrator/observability/metrics_builder.py
src/matrice_inference/orchestrator/observability/metrics_dataclass_builder.py
src/matrice_inference/orchestrator/observability/metrics_reporter.py
src/matrice_inference/orchestrator/observability/wiring.py
src/matrice_inference/orchestrator/observability/worker_metrics_collector.py
src/matrice_inference/orchestrator/testing/__init__.py
src/matrice_inference/orchestrator/testing/__init__.pyi
src/matrice_inference/orchestrator/testing/replay.py
src/matrice_inference/transport/__init__.py
src/matrice_inference/transport/__init__.pyi
src/matrice_inference/transport/build_analytics_transport.py
src/matrice_inference/transport/build_enrichment_transport.py
src/matrice_inference/transport/build_root_transport.py
src/matrice_inference/transport/crop_transport.py
src/matrice_inference/transport/decode_gpu.py
src/matrice_inference/transport/sg_ring_frame_source.py
src/matrice_inference/transport/unified_consumer.py
src/matrice_inference/transport/unified_producer.py
src/matrice_inference/transport/analytics/__init__.py
src/matrice_inference/transport/analytics/__init__.pyi
src/matrice_inference/transport/analytics/cross_camera_gallery.py
src/matrice_inference/transport/analytics/legacy_tracker_backend.py
src/matrice_inference/transport/analytics/output_dataclass_builder.py
src/matrice_inference/transport/analytics/output_formatter.py
src/matrice_inference/transport/analytics/pipeline_message_processor.py
src/matrice_inference/transport/analytics/tracking/__init__.py
src/matrice_inference/transport/analytics/tracking/__init__.pyi
src/matrice_inference/transport/analytics/tracking/cctv_compat_adapter.py
src/matrice_inference/transport/ingest/__init__.py
src/matrice_inference/transport/ingest/__init__.pyi
src/matrice_inference/transport/ingest/_ring_deps.py
src/matrice_inference/transport/ingest/frame_collector.py
src/matrice_inference/transport/ingest/ring_buffer_connector.py
src/matrice_inference/transport/result_sinks/__init__.py
src/matrice_inference/transport/result_sinks/__init__.pyi
src/matrice_inference/transport/result_sinks/_deps.py
src/matrice_inference/transport/result_sinks/analytics_publisher_sink.py
src/matrice_inference/transport/result_sinks/output_formatter.py
src/matrice_inference/transport/result_sinks/redis_stream_producer.py
src/matrice_inference/transport/result_sinks/result_producer.py
src/matrice_inference/transport/result_sinks/result_shm_buffers.py
src/matrice_inference/transport/result_sinks/wire_json.py