LICENSE.txt
README.md
setup.cfg
setup.py
src/matrice/__init__.py
src/matrice/action.py
src/matrice/actionTracker.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/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_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.py
src/matrice/deploy/client_utils.py
src/matrice/deploy/server.py
src/matrice/deploy/predictor/__init__.py
src/matrice/deploy/predictor/fastapi_predictor.py
src/matrice/deploy/predictor/triton_predictor.py
src/matrice/deploy/predictor/utils.py