LICENSE.txt
README.md
setup.cfg
setup.py
src/matrice/__init__.py
src/matrice/action.py
src/matrice/actionTracker.py
src/matrice/action_tracker.py
src/matrice/annotation.py
src/matrice/compute.py
src/matrice/dataset.py
src/matrice/deployment.py
src/matrice/docker_utils.py
src/matrice/drift_monitor.py
src/matrice/exported_model.py
src/matrice/local_test.py
src/matrice/metrics_calculator.py
src/matrice/metrics_calculator_oop.py
src/matrice/model_store.py
src/matrice/models.py
src/matrice/projects.py
src/matrice/rpc.py
src/matrice/scaling.py
src/matrice/session.py
src/matrice/testing.py
src/matrice/token_auth.py
src/matrice/utils.py
src/matrice.egg-info/PKG-INFO
src/matrice.egg-info/SOURCES.txt
src/matrice.egg-info/dependency_links.txt
src/matrice.egg-info/requires.txt
src/matrice.egg-info/top_level.txt
src/matrice/compute_manager/__init__.py
src/matrice/compute_manager/action_instance.py
src/matrice/compute_manager/actions_manager.py
src/matrice/compute_manager/actions_scaledown_manager.py
src/matrice/compute_manager/instance_manager.py
src/matrice/compute_manager/instance_utils.py
src/matrice/compute_manager/prechecks.py
src/matrice/compute_manager/resources_tracker.py
src/matrice/compute_manager/scaling.py
src/matrice/compute_manager/shutdown_manager.py
src/matrice/compute_manager/task_utils.py
src/matrice/data_processing/__init__.py
src/matrice/data_processing/client.py
src/matrice/data_processing/client_utils.py
src/matrice/data_processing/data_augmentation.py
src/matrice/data_processing/data_labelling.py
src/matrice/data_processing/data_prep.py
src/matrice/data_processing/data_processor.py
src/matrice/data_processing/image_augmentations.py
src/matrice/data_processing/new_data_augmentation.py
src/matrice/data_processing/pipeline.py
src/matrice/data_processing/server.py
src/matrice/data_processing/server_utils.py
src/matrice/data_processing/video_server.py
src/matrice/data_processing/data_formats/__init__.py
src/matrice/data_processing/data_formats/imagenet_classification.py
src/matrice/data_processing/data_formats/labelbox_classification.py
src/matrice/data_processing/data_formats/labelbox_detection.py
src/matrice/data_processing/data_formats/mscoco_detection.py
src/matrice/data_processing/data_formats/pascalvoc_detection.py
src/matrice/data_processing/data_formats/unlabelled.py
src/matrice/data_processing/data_formats/video_davis_segmentation.py
src/matrice/data_processing/data_formats/video_detection_mscoco.py
src/matrice/data_processing/data_formats/video_imagenet_classification.py
src/matrice/data_processing/data_formats/video_kinetics_activity_recognition.py
src/matrice/data_processing/data_formats/video_mot_tracking.py
src/matrice/data_processing/data_formats/video_mscoco_detection.py
src/matrice/data_processing/data_formats/video_youtube_bb_tracking.py
src/matrice/data_processing/data_formats/yolo_detection.py
src/matrice/deploy/__init__.py
src/matrice/deploy/client/__init__.py
src/matrice/deploy/client/camera_manager.py
src/matrice/deploy/client/client.py
src/matrice/deploy/client/client_stream_utils.py
src/matrice/deploy/client/client_utils.py
src/matrice/deploy/client/streaming_gateway/__init__.py
src/matrice/deploy/client/streaming_gateway/auto_streaming.py
src/matrice/deploy/client/streaming_gateway/streaming_gateway.py
src/matrice/deploy/client/streaming_gateway/streaming_gateway_utils.py
src/matrice/deploy/client/streaming_gateway/streaming_results_handler.py
src/matrice/deploy/server/__init__.py
src/matrice/deploy/server/server.py
src/matrice/deploy/server/stream_worker.py
src/matrice/deploy/server/inference/__init__.py
src/matrice/deploy/server/inference/inference_interface.py
src/matrice/deploy/server/inference/model_manager.py
src/matrice/deploy/server/inference/triton_utils.py
src/matrice/deploy/server/proxy/__init__.py
src/matrice/deploy/server/proxy/proxy_interface.py
src/matrice/deploy/server/proxy/proxy_utils.py