matrice 1.0.99277__py3-none-any.whl → 1.0.99278__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.
- matrice/deploy/utils/post_processing/usecases/proximity_detection.py +2 -2
- {matrice-1.0.99277.dist-info → matrice-1.0.99278.dist-info}/METADATA +1 -1
- {matrice-1.0.99277.dist-info → matrice-1.0.99278.dist-info}/RECORD +6 -6
- {matrice-1.0.99277.dist-info → matrice-1.0.99278.dist-info}/WHEEL +0 -0
- {matrice-1.0.99277.dist-info → matrice-1.0.99278.dist-info}/licenses/LICENSE.txt +0 -0
- {matrice-1.0.99277.dist-info → matrice-1.0.99278.dist-info}/top_level.txt +0 -0
@@ -772,13 +772,13 @@ class ProximityUseCase(BaseProcessor):
|
|
772
772
|
# Add proximity count to human text (meters-aware)
|
773
773
|
proximity_count = self._count_proximity_events(detections, config, stream_info)
|
774
774
|
if proximity_count > 0:
|
775
|
-
human_text_lines.append(f"\t- Current Frame Proximity: {proximity_count}")
|
775
|
+
human_text_lines.append(f"\t- Current Frame Proximity: {proximity_count//2}")
|
776
776
|
else:
|
777
777
|
human_text_lines.append("\t- No Proximity Events Detected")
|
778
778
|
|
779
779
|
human_text_lines.append("")
|
780
780
|
human_text_lines.append(f"TOTAL SINCE @ {start_timestamp}:")
|
781
|
-
human_text_lines.append(f"\t- Total Proximity Count: {self._total_proximity_count}")
|
781
|
+
human_text_lines.append(f"\t- Total Proximity Count: {self._total_proximity_count//2}")
|
782
782
|
|
783
783
|
if alerts:
|
784
784
|
for alert in alerts:
|
@@ -205,7 +205,7 @@ matrice/deploy/utils/post_processing/usecases/plaque_segmentation_img.py,sha256=
|
|
205
205
|
matrice/deploy/utils/post_processing/usecases/pothole_segmentation.py,sha256=jXTb8ZqInp5xJ-O3Zp3zQBiryFVD0-WBbhW6Kux_NDo,44905
|
206
206
|
matrice/deploy/utils/post_processing/usecases/ppe_compliance.py,sha256=G9P9j9E9nfNJInHJxmK1Lb4daFBlG5hq0aqotTLvFFE,30146
|
207
207
|
matrice/deploy/utils/post_processing/usecases/price_tag_detection.py,sha256=09Tp6MGAHh95s-NSAp-4WC9iCc20sajWApuUBAvgXiQ,39880
|
208
|
-
matrice/deploy/utils/post_processing/usecases/proximity_detection.py,sha256=
|
208
|
+
matrice/deploy/utils/post_processing/usecases/proximity_detection.py,sha256=sEE9ULtaY__bDiT67gun8uFJphPkeiLeNBM3HmVez6g,87028
|
209
209
|
matrice/deploy/utils/post_processing/usecases/road_lane_detection.py,sha256=V_KxwBtAHSNkyoH8sXw-U-P3J8ToXtX3ncc69gn6Tds,31591
|
210
210
|
matrice/deploy/utils/post_processing/usecases/road_traffic_density.py,sha256=YiHQ0kKhXglagHPvygywxMqZAw8s0WharrBQqLQj2q4,40311
|
211
211
|
matrice/deploy/utils/post_processing/usecases/road_view_segmentation.py,sha256=BcBbOOg5622KuvzKrzs9cJW1wkRoIIcOab0N7BONQKQ,44986
|
@@ -244,8 +244,8 @@ matrice/deployment/camera_manager.py,sha256=e1Lc81RJP5wUWRdTgHO6tMWF9BkBdHOSVyx3
|
|
244
244
|
matrice/deployment/deployment.py,sha256=HFt151eWq6iqIAMsQvurpV2WNxW6Cx_gIUVfnVy5SWE,48093
|
245
245
|
matrice/deployment/inference_pipeline.py,sha256=6b4Mm3-qt-Zy0BeiJfFQdImOn3FzdNCY-7ET7Rp8PMk,37911
|
246
246
|
matrice/deployment/streaming_gateway_manager.py,sha256=ifYGl3g25wyU39HwhPQyI2OgF3M6oIqKMWt8RXtMxY8,21401
|
247
|
-
matrice-1.0.
|
248
|
-
matrice-1.0.
|
249
|
-
matrice-1.0.
|
250
|
-
matrice-1.0.
|
251
|
-
matrice-1.0.
|
247
|
+
matrice-1.0.99278.dist-info/licenses/LICENSE.txt,sha256=2bm9uFabQZ3Ykb_SaSU_uUbAj2-htc6WJQmS_65qD00,1073
|
248
|
+
matrice-1.0.99278.dist-info/METADATA,sha256=axtB0oShC8RN76G1b1qHYLVVWyxNJb106mjUraAQ7pY,14624
|
249
|
+
matrice-1.0.99278.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
250
|
+
matrice-1.0.99278.dist-info/top_level.txt,sha256=P97js8ur6o5ClRqMH3Cjoab_NqbJ6sOQ3rJmVzKBvMc,8
|
251
|
+
matrice-1.0.99278.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|