LICENSE.txt
README.md
pyproject.toml
setup.py
matrice_inference.egg-info/PKG-INFO
matrice_inference.egg-info/SOURCES.txt
matrice_inference.egg-info/dependency_links.txt
matrice_inference.egg-info/not-zip-safe
matrice_inference.egg-info/top_level.txt
src/matrice_inference/__init__.py
src/matrice_inference/py.typed
src/matrice_inference/server/__init__.py
src/matrice_inference/server/inference_interface.py
src/matrice_inference/server/proxy_interface.py
src/matrice_inference/server/server.py
src/matrice_inference/server/model/__init__.py
src/matrice_inference/server/model/model_manager.py
src/matrice_inference/server/model/model_manager_wrapper.py
src/matrice_inference/server/model/triton_model_manager.py
src/matrice_inference/server/model/triton_server.py
src/matrice_inference/server/stream/__init__.py
src/matrice_inference/server/stream/analytics_publisher.py
src/matrice_inference/server/stream/app_deployment.py
src/matrice_inference/server/stream/app_event_listener.py
src/matrice_inference/server/stream/camera_config_monitor.py
src/matrice_inference/server/stream/consumer_worker.py
src/matrice_inference/server/stream/deployment_refresh_listener.py
src/matrice_inference/server/stream/frame_cache.py
src/matrice_inference/server/stream/inference_metric_logger.py
src/matrice_inference/server/stream/inference_worker.py
src/matrice_inference/server/stream/metric_publisher.py
src/matrice_inference/server/stream/post_processing_worker.py
src/matrice_inference/server/stream/producer_worker.py
src/matrice_inference/server/stream/stream_pipeline.py
src/matrice_inference/server/stream/utils.py
src/matrice_inference/server/stream/worker_metrics.py
src/matrice_inference/tmp/abstract_model_manager.py
src/matrice_inference/tmp/batch_manager.py
src/matrice_inference/tmp/overall_inference_testing.py
src/matrice_inference/tmp/triton_utils.py
src/matrice_inference/tmp/aggregator/__init__.py
src/matrice_inference/tmp/aggregator/aggregator.py
src/matrice_inference/tmp/aggregator/analytics.py
src/matrice_inference/tmp/aggregator/ingestor.py
src/matrice_inference/tmp/aggregator/latency.py
src/matrice_inference/tmp/aggregator/pipeline.py
src/matrice_inference/tmp/aggregator/publisher.py
src/matrice_inference/tmp/aggregator/synchronizer.py