matrice 1.0.98849__py3-none-any.whl → 1.0.98850__py3-none-any.whl

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.
@@ -413,7 +413,7 @@ class LicensePlateUseCase(BaseProcessor):
413
413
  stream_info: Optional[Dict[str, Any]] = None
414
414
  ) -> List[Dict]:
415
415
  """Generate structured tracking stats with frame-based keys, including per-frame and cumulative counts."""
416
- from datetime import datetime, timezone
416
+
417
417
 
418
418
  frame_key = str(frame_number) if frame_number is not None else "current_frame"
419
419
  tracking_stats = [{frame_key: []}]
@@ -409,7 +409,7 @@ class PPEComplianceUseCase(BaseProcessor):
409
409
  stream_info: Optional[Dict[str, Any]] = None
410
410
  ) -> List[Dict]:
411
411
  """Generate structured tracking stats for the output format with frame-based keys, including track_ids_info."""
412
- from datetime import datetime, timezone
412
+
413
413
 
414
414
  frame_key = str(frame_number) if frame_number is not None else "current_frame"
415
415
  tracking_stats = [{frame_key: []}]
@@ -557,7 +557,7 @@ class VehicleMonitoringUseCase(BaseProcessor):
557
557
  stream_info: Optional[Dict[str, Any]] = None
558
558
  ) -> List[Dict]:
559
559
  """Generate structured tracking stats for the output format with frame-based keys, including track_ids_info."""
560
- from datetime import datetime, timezone
560
+
561
561
 
562
562
  frame_key = str(frame_number) if frame_number is not None else "current_frame"
563
563
  tracking_stats = [{frame_key: []}]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: matrice
3
- Version: 1.0.98849
3
+ Version: 1.0.98850
4
4
  Summary: SDK for connecting to matrice.ai services
5
5
  Home-page: https://github.com/matrice-ai/python-sdk
6
6
  Author: Matrice.ai
@@ -120,10 +120,10 @@ matrice/deploy/utils/post_processing/usecases/color_map_utils.py,sha256=SP-AEVcj
120
120
  matrice/deploy/utils/post_processing/usecases/customer_service.py,sha256=UWS83qxguyAyhh8a0JF5QH9DtKxO8I-gI2BPOjLPxBw,44642
121
121
  matrice/deploy/utils/post_processing/usecases/fire_detection.py,sha256=rLaUvU5ygvjGbOmjncEJCl_Oe52SRycS1Ar23LbRssM,32863
122
122
  matrice/deploy/utils/post_processing/usecases/flare_analysis.py,sha256=_pPKa16ax4-V-iOHkdLp2-sYA6uJNAm7Z-75Fnv6vro,48674
123
- matrice/deploy/utils/post_processing/usecases/license_plate_detection.py,sha256=zxFI8iakFUCBm64P83l380CEiuGGOPNzhZhHNpAaxIc,26902
123
+ matrice/deploy/utils/post_processing/usecases/license_plate_detection.py,sha256=f38mdyAdW2Lopqy2XcT97HzI31_FcxTux-_tIdCm37g,26855
124
124
  matrice/deploy/utils/post_processing/usecases/people_counting.py,sha256=QSvq2zwFotp0o_T15EqFePAkukIyACleBZCf4fy7dHM,77973
125
- matrice/deploy/utils/post_processing/usecases/ppe_compliance.py,sha256=4CsmjEbwmYlvQgC0kEhjEQlkwkgwuD4AG2NKwvfWqSs,27646
126
- matrice/deploy/utils/post_processing/usecases/vehicle_monitoring.py,sha256=C6vLwxyjGKxuLQ9N2oaFCwQnoxKV1YsgqMA7hNflTR4,39324
125
+ matrice/deploy/utils/post_processing/usecases/ppe_compliance.py,sha256=UhFFy7awb3vmBd4eOdFeO43um497J0Xt90Nl9v6reoQ,27599
126
+ matrice/deploy/utils/post_processing/usecases/vehicle_monitoring.py,sha256=EkbZc1yYrb3rtloQQqZLNOTJsFPGPD8dyTG8J1M4ZNQ,39277
127
127
  matrice/deploy/utils/post_processing/utils/__init__.py,sha256=A49ksdXL7gRwBbIUwnU2ueFDGA67qVnEW_9lItOibtk,3626
128
128
  matrice/deploy/utils/post_processing/utils/advanced_counting_utils.py,sha256=D6jlZNRCfPtfG8COv3AMCbCfZf4_DK9rFhwzVJEYjpg,19152
129
129
  matrice/deploy/utils/post_processing/utils/advanced_helper_utils.py,sha256=W8mDqJTpg98YJgWYBod0rZUNbR4bmvYMeWAGASs14_s,11624
@@ -137,8 +137,8 @@ matrice/deploy/utils/post_processing/utils/format_utils.py,sha256=ce2VpQicTYKfxu
137
137
  matrice/deploy/utils/post_processing/utils/geometry_utils.py,sha256=BWfdM6RsdJTTLR1GqkWfdwpjMEjTCJyuBxA4zVGKdfk,9623
138
138
  matrice/deploy/utils/post_processing/utils/smoothing_utils.py,sha256=gQPykV1HGh-IMMz_3fumgtrhpyCRgXMS1hOEDcLRMO0,12542
139
139
  matrice/deploy/utils/post_processing/utils/tracking_utils.py,sha256=rWxuotnJ3VLMHIBOud2KLcu4yZfDp7hVPWUtNAq_2xw,8288
140
- matrice-1.0.98849.dist-info/licenses/LICENSE.txt,sha256=2bm9uFabQZ3Ykb_SaSU_uUbAj2-htc6WJQmS_65qD00,1073
141
- matrice-1.0.98849.dist-info/METADATA,sha256=pBRtfgYqdmoS4hZ6RtJoGcjRrQlxJxtw1V0lreQhIzI,14624
142
- matrice-1.0.98849.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
143
- matrice-1.0.98849.dist-info/top_level.txt,sha256=P97js8ur6o5ClRqMH3Cjoab_NqbJ6sOQ3rJmVzKBvMc,8
144
- matrice-1.0.98849.dist-info/RECORD,,
140
+ matrice-1.0.98850.dist-info/licenses/LICENSE.txt,sha256=2bm9uFabQZ3Ykb_SaSU_uUbAj2-htc6WJQmS_65qD00,1073
141
+ matrice-1.0.98850.dist-info/METADATA,sha256=0DEEGtD_S91fmHYOV3wONYu3S94DMa7XHrBOpA4rwTk,14624
142
+ matrice-1.0.98850.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
143
+ matrice-1.0.98850.dist-info/top_level.txt,sha256=P97js8ur6o5ClRqMH3Cjoab_NqbJ6sOQ3rJmVzKBvMc,8
144
+ matrice-1.0.98850.dist-info/RECORD,,