matrice 1.0.99241__tar.gz → 1.0.99242__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {matrice-1.0.99241/src/matrice.egg-info → matrice-1.0.99242}/PKG-INFO +1 -1
- {matrice-1.0.99241 → matrice-1.0.99242}/setup.py +1 -1
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/aggregator/aggregator.py +1 -1
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/aggregator/ingestor.py +13 -4
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/aggregator/synchronizer.py +15 -8
- {matrice-1.0.99241 → matrice-1.0.99242/src/matrice.egg-info}/PKG-INFO +1 -1
- {matrice-1.0.99241 → matrice-1.0.99242}/LICENSE.txt +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/README.md +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/setup.cfg +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/__init__.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/action.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/actionTracker.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/action_tracker.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/annotation.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/app_store.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/application.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/compute.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/compute_manager/__init__.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/compute_manager/action_instance.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/compute_manager/actions_manager.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/compute_manager/actions_scaledown_manager.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/compute_manager/instance_manager.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/compute_manager/instance_utils.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/compute_manager/prechecks.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/compute_manager/resources_tracker.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/compute_manager/scaling.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/compute_manager/shutdown_manager.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/compute_manager/task_utils.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/__init__.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/aug_server.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/aug_server_v2.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/augmentation_utils/__init__.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/augmentation_utils/base.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/augmentation_utils/strategies/__init__.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/augmentation_utils/strategies/bit_depth_reduction.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/augmentation_utils/strategies/blur.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/augmentation_utils/strategies/brightness_contrast.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/augmentation_utils/strategies/color_jitter.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/augmentation_utils/strategies/compression_artifacts.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/augmentation_utils/strategies/downscale_upscale.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/augmentation_utils/strategies/film_grain.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/augmentation_utils/strategies/flip.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/augmentation_utils/strategies/fog.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/augmentation_utils/strategies/horizontal_flip.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/augmentation_utils/strategies/hsv.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/augmentation_utils/strategies/iso_noise.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/augmentation_utils/strategies/low_light.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/augmentation_utils/strategies/posterize.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/augmentation_utils/strategies/rain.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/augmentation_utils/strategies/random_affine.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/augmentation_utils/strategies/salt_pepper.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/augmentation_utils/strategies/shadows.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/augmentation_utils/strategies/snow.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/augmentation_utils/strategies/speckle.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/augmentation_utils/strategies/sunflare.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/client.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/client_utils.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/create_dataset.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/data_augmentation.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/data_augmentor.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/data_formats/__init__.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/data_formats/imagenet_classification.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/data_formats/labelbox_classification.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/data_formats/labelbox_detection.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/data_formats/mscoco_detection.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/data_formats/pascalvoc_detection.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/data_formats/unlabelled.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/data_formats/video_davis_segmentation.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/data_formats/video_detection_mscoco.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/data_formats/video_imagenet_classification.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/data_formats/video_kinetics_activity_recognition.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/data_formats/video_mot_tracking.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/data_formats/video_mscoco_detection.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/data_formats/video_youtube_bb_tracking.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/data_formats/yolo_detection.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/data_labelling.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/data_prep.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/data_processor.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/image_augmentations.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/image_data_augmentation.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/new_data_augmentation.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/pipeline.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/server.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/server_utils.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/video_server.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/dataset.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/__init__.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/aggregator/__init__.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/aggregator/pipeline.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/aggregator/publisher.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/client/__init__.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/client/auto_streaming/__init__.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/client/auto_streaming/auto_streaming.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/client/auto_streaming/auto_streaming_utils.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/client/client.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/client/client_stream_utils.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/client/client_utils.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/client/frame_comparators.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/client/streaming_gateway/__init__.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/client/streaming_gateway/streaming_gateway.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/client/streaming_gateway/streaming_gateway_utils.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/client/streaming_gateway/streaming_results_handler.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/server/__init__.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/server/inference/__init__.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/server/inference/batch_manager.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/server/inference/cache_manager.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/server/inference/inference_interface.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/server/inference/model_manager.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/server/inference/triton_utils.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/server/proxy/__init__.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/server/proxy/proxy_interface.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/server/proxy/proxy_utils.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/server/server.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/server/stream_worker.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/__init__.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/boundary_drawing_internal/__init__.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/boundary_drawing_internal/boundary_drawing_internal.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/boundary_drawing_internal/boundary_drawing_tool.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/boundary_drawing_internal/example_usage.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/kafka_utils.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/__init__.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/advanced_tracker/__init__.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/advanced_tracker/base.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/advanced_tracker/config.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/advanced_tracker/kalman_filter.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/advanced_tracker/matching.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/advanced_tracker/strack.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/advanced_tracker/tracker.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/config.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/core/__init__.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/core/base.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/core/config.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/core/config_utils.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/processor.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/test_cases/__init__.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/test_cases/run_tests.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/test_cases/test_advanced_customer_service.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/test_cases/test_basic_counting_tracking.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/test_cases/test_comprehensive.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/test_cases/test_config.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/test_cases/test_customer_service.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/test_cases/test_data_generators.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/test_cases/test_people_counting.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/test_cases/test_processor.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/test_cases/test_utilities.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/test_cases/test_utils.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/Histopathological_Cancer_Detection_img.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/__init__.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/abandoned_object_detection.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/advanced_customer_service.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/age_detection.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/anti_spoofing_detection.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/assembly_line_detection.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/banana_defect_detection.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/basic_counting_tracking.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/blood_cancer_detection_img.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/car_damage_detection.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/car_part_segmentation.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/cardiomegaly_classification.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/chicken_pose_detection.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/child_monitoring.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/color_detection.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/color_map_utils.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/concrete_crack_detection.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/crop_weed_detection.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/customer_service.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/defect_detection_products.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/distracted_driver_detection.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/drowsy_driver_detection.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/emergency_vehicle_detection.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/face_emotion.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/face_recognition.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/fashion_detection.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/field_mapping.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/fire_detection.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/flare_analysis.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/flower_segmentation.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/gas_leak_detection.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/gender_detection.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/human_activity_recognition.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/intrusion_detection.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/leaf.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/leaf_disease.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/leak_detection.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/license_plate_detection.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/litter_monitoring.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/mask_detection.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/parking.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/parking_space_detection.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/pedestrian_detection.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/people_counting.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/pipeline_detection.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/plaque_segmentation_img.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/pothole_segmentation.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/ppe_compliance.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/price_tag_detection.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/road_lane_detection.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/road_traffic_density.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/road_view_segmentation.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/shelf_inventory_detection.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/shoplifting_detection.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/shopping_cart_analysis.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/skin_cancer_classification_img.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/smoker_detection.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/solar_panel.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/template_usecase.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/theft_detection.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/traffic_sign_monitoring.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/underwater_pollution_detection.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/vehicle_monitoring.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/warehouse_object_segmentation.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/waterbody_segmentation.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/weapon_detection.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/weld_defect_detection.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/windmill_maintenance.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/usecases/wound_segmentation.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/utils/__init__.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/utils/advanced_counting_utils.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/utils/advanced_helper_utils.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/utils/advanced_tracking_utils.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/utils/alerting_utils.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/utils/category_mapping_utils.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/utils/color_utils.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/utils/counting_utils.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/utils/filter_utils.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/utils/format_utils.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/utils/geometry_utils.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/utils/smoothing_utils.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/utils/tracking_utils.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deployment/__init__.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deployment/camera_manager.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deployment/deployment.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deployment/inference_pipeline.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deployment/streaming_gateway_manager.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/docker_utils.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/drift_monitor.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/exported_model.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/local_test.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/metrics_calculator.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/metrics_calculator_oop.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/model_store.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/models.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/pipeline.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/projects.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/rpc.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/scaling.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/session.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/testing.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/token_auth.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/utils.py +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice.egg-info/SOURCES.txt +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice.egg-info/dependency_links.txt +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice.egg-info/requires.txt +0 -0
- {matrice-1.0.99241 → matrice-1.0.99242}/src/matrice.egg-info/top_level.txt +0 -0
@@ -257,7 +257,7 @@ class ResultsAggregator:
|
|
257
257
|
|
258
258
|
# Check if output queue is getting full
|
259
259
|
queue_size = self.aggregated_results_queue.qsize()
|
260
|
-
if queue_size >
|
260
|
+
if queue_size > 1000:
|
261
261
|
health["status"] = "degraded"
|
262
262
|
health["reason"] = f"Output queue too large ({queue_size} items)"
|
263
263
|
logging.warning(f"Aggregator degraded: output queue has {queue_size} items (threshold: 100)")
|
@@ -2,7 +2,7 @@ import logging
|
|
2
2
|
import time
|
3
3
|
import threading
|
4
4
|
from typing import Dict, Optional, List, Tuple
|
5
|
-
from queue import Empty, PriorityQueue
|
5
|
+
from queue import Empty, PriorityQueue, Full
|
6
6
|
from matrice.session import Session
|
7
7
|
from matrice.deploy.utils.kafka_utils import MatriceKafkaDeployment
|
8
8
|
import itertools
|
@@ -198,7 +198,7 @@ class ResultsIngestor:
|
|
198
198
|
input_streams = result_value.get("input_streams", [])
|
199
199
|
input_stream = input_streams[0]["input_stream"] if input_streams else {}
|
200
200
|
# input_order = input_stream.get("input_order")
|
201
|
-
camera_info = input_stream.get("camera_info")
|
201
|
+
camera_info = input_stream.get("camera_info") or {}
|
202
202
|
stream_key = camera_info.get("camera_name")
|
203
203
|
stream_group_key = camera_info.get("camera_group") or "default_group"
|
204
204
|
|
@@ -229,15 +229,24 @@ class ResultsIngestor:
|
|
229
229
|
deployment_id
|
230
230
|
] = results_queue.qsize()
|
231
231
|
|
232
|
-
except
|
232
|
+
except Full:
|
233
233
|
# Queue is full, log warning and continue
|
234
234
|
logging.warning(
|
235
|
-
f"Result queue full for deployment {deployment_id}, dropping result
|
235
|
+
f"Result queue full for deployment {deployment_id}, dropping result"
|
236
236
|
)
|
237
237
|
with self._lock:
|
238
238
|
self.stats["errors"] += 1
|
239
239
|
self.stats["last_error"] = "Queue full"
|
240
240
|
self.stats["last_error_time"] = time.time()
|
241
|
+
except Exception as exc:
|
242
|
+
# Other enqueue errors
|
243
|
+
logging.error(
|
244
|
+
f"Failed to enqueue result for deployment {deployment_id}: {exc}"
|
245
|
+
)
|
246
|
+
with self._lock:
|
247
|
+
self.stats["errors"] += 1
|
248
|
+
self.stats["last_error"] = str(exc)
|
249
|
+
self.stats["last_error_time"] = time.time()
|
241
250
|
|
242
251
|
except Exception as exc:
|
243
252
|
if not self._stop_streaming.is_set():
|
@@ -36,12 +36,12 @@ class ResultsSynchronizer:
|
|
36
36
|
self._synchronization_thread = None
|
37
37
|
|
38
38
|
# Synchronization state
|
39
|
-
# Structure: {(
|
40
|
-
self._pending_results: Dict[Tuple[str,
|
39
|
+
# Structure: {(stream_group_key, stream_key, input_order): {deployment_id: result, ...}}
|
40
|
+
self._pending_results: Dict[Tuple[str, str, int], Dict[str, Dict]] = defaultdict(
|
41
41
|
dict
|
42
42
|
)
|
43
43
|
# Track when each key combination was first seen
|
44
|
-
self._result_timestamps: Dict[Tuple[str,
|
44
|
+
self._result_timestamps: Dict[Tuple[str, str, int], float] = {}
|
45
45
|
|
46
46
|
# Statistics
|
47
47
|
self.stats = {
|
@@ -113,7 +113,7 @@ class ResultsSynchronizer:
|
|
113
113
|
|
114
114
|
def _create_synchronized_result(
|
115
115
|
self,
|
116
|
-
key: Tuple[str,
|
116
|
+
key: Tuple[str, str, int],
|
117
117
|
deployment_results: Dict[str, Dict],
|
118
118
|
is_complete: bool,
|
119
119
|
is_timeout: bool,
|
@@ -204,11 +204,17 @@ class ResultsSynchronizer:
|
|
204
204
|
# Update statistics
|
205
205
|
if is_complete:
|
206
206
|
self.stats["complete_syncs"] += 1
|
207
|
-
|
207
|
+
stream_group_key, stream_key, input_order = key
|
208
|
+
logging.debug(
|
209
|
+
f"Complete sync for group {stream_group_key}, stream {stream_key}, "
|
210
|
+
f"order {input_order} with {len(deployment_results)} deployments"
|
211
|
+
)
|
208
212
|
else:
|
209
213
|
self.stats["partial_syncs"] += 1
|
214
|
+
stream_group_key, stream_key, input_order = key
|
210
215
|
logging.warning(
|
211
|
-
f"Partial sync for
|
216
|
+
f"Partial sync for group {stream_group_key}, stream {stream_key}, "
|
217
|
+
f"order {input_order}: {len(deployment_results)}/{len(self.deployment_ids)} deployments "
|
212
218
|
f"(timeout after {result_age:.2f}s)"
|
213
219
|
)
|
214
220
|
|
@@ -230,8 +236,9 @@ class ResultsSynchronizer:
|
|
230
236
|
self.stats["results_synchronized"] += 1
|
231
237
|
|
232
238
|
logging.debug(
|
233
|
-
f"Sent synchronized result for
|
234
|
-
f"
|
239
|
+
f"Sent synchronized result for group {synchronized_result.get('stream_group_key')}, "
|
240
|
+
f"stream {synchronized_result['stream_key']}, "
|
241
|
+
f"order {synchronized_result['input_order']}"
|
235
242
|
)
|
236
243
|
|
237
244
|
except Exception as exc:
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/compute_manager/actions_scaledown_manager.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/augmentation_utils/__init__.py
RENAMED
File without changes
|
{matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/augmentation_utils/base.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/data_formats/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/data_formats/mscoco_detection.py
RENAMED
File without changes
|
File without changes
|
{matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/data_formats/unlabelled.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/data_formats/yolo_detection.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/image_data_augmentation.py
RENAMED
File without changes
|
{matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/data_processing/new_data_augmentation.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/client/auto_streaming/__init__.py
RENAMED
File without changes
|
{matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/client/auto_streaming/auto_streaming.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/client/streaming_gateway/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/server/inference/batch_manager.py
RENAMED
File without changes
|
{matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/server/inference/cache_manager.py
RENAMED
File without changes
|
{matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/server/inference/inference_interface.py
RENAMED
File without changes
|
{matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/server/inference/model_manager.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/core/__init__.py
RENAMED
File without changes
|
{matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/core/base.py
RENAMED
File without changes
|
{matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/core/config.py
RENAMED
File without changes
|
File without changes
|
{matrice-1.0.99241 → matrice-1.0.99242}/src/matrice/deploy/utils/post_processing/processor.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|