matrice 1.0.99178__py3-none-any.whl → 1.0.99179__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/pothole_segmentation.py +2 -1
- {matrice-1.0.99178.dist-info → matrice-1.0.99179.dist-info}/METADATA +1 -1
- {matrice-1.0.99178.dist-info → matrice-1.0.99179.dist-info}/RECORD +6 -6
- {matrice-1.0.99178.dist-info → matrice-1.0.99179.dist-info}/WHEEL +0 -0
- {matrice-1.0.99178.dist-info → matrice-1.0.99179.dist-info}/licenses/LICENSE.txt +0 -0
- {matrice-1.0.99178.dist-info → matrice-1.0.99179.dist-info}/top_level.txt +0 -0
@@ -212,7 +212,8 @@ class PotholeSegmentationUseCase(BaseProcessor):
|
|
212
212
|
# Step: Generate structured events and tracking stats with frame-based keys
|
213
213
|
incidents_list = self._generate_incidents(counting_summary, alerts, config, frame_number, stream_info)
|
214
214
|
tracking_stats_list = self._generate_tracking_stats(counting_summary, alerts, config, frame_number,stream_info)
|
215
|
-
business_analytics_list = self._generate_business_analytics(counting_summary, alerts, config, frame_number, stream_info, is_empty=False)
|
215
|
+
# business_analytics_list = self._generate_business_analytics(counting_summary, alerts, config, frame_number, stream_info, is_empty=False)
|
216
|
+
business_analytics_list = []
|
216
217
|
summary_list = self._generate_summary(counting_summary, incidents_list, tracking_stats_list, business_analytics_list, alerts)
|
217
218
|
|
218
219
|
# Extract frame-based dictionaries from the lists
|
@@ -189,7 +189,7 @@ matrice/deploy/utils/post_processing/usecases/pedestrian_detection.py,sha256=hPF
|
|
189
189
|
matrice/deploy/utils/post_processing/usecases/people_counting.py,sha256=mDJOwcrs9OO4jIbJVr_ItWvjjGP2mgGFYlrP3R-mH2E,76528
|
190
190
|
matrice/deploy/utils/post_processing/usecases/pipeline_detection.py,sha256=VsLTXMAqx0tRw7Olrxqx7SBLolZR7p2aFOrdSXLS-kE,30796
|
191
191
|
matrice/deploy/utils/post_processing/usecases/plaque_segmentation_img.py,sha256=d__a0PkkObYVoC-Q5-2bFVfeyKnQHtB5xVAKVOCeFyk,41925
|
192
|
-
matrice/deploy/utils/post_processing/usecases/pothole_segmentation.py,sha256=
|
192
|
+
matrice/deploy/utils/post_processing/usecases/pothole_segmentation.py,sha256=wfitk18xNT82IKYYA21dZxjVIERTpwbARnNLLQxHkeM,43236
|
193
193
|
matrice/deploy/utils/post_processing/usecases/ppe_compliance.py,sha256=G9P9j9E9nfNJInHJxmK1Lb4daFBlG5hq0aqotTLvFFE,30146
|
194
194
|
matrice/deploy/utils/post_processing/usecases/price_tag_detection.py,sha256=09Tp6MGAHh95s-NSAp-4WC9iCc20sajWApuUBAvgXiQ,39880
|
195
195
|
matrice/deploy/utils/post_processing/usecases/road_lane_detection.py,sha256=V_KxwBtAHSNkyoH8sXw-U-P3J8ToXtX3ncc69gn6Tds,31591
|
@@ -227,8 +227,8 @@ matrice/deployment/camera_manager.py,sha256=ReBZqm1CNXRImKcbcZ4uWAT3TUWkof1D28oB
|
|
227
227
|
matrice/deployment/deployment.py,sha256=PLIUD-PxTaC2Zxb3Y12wUddsryV-OJetjCjLoSUh7S4,48103
|
228
228
|
matrice/deployment/inference_pipeline.py,sha256=bXLgd29ViA7o0c7YWLFJl1otBUQfTPb61jS6VawQB0Y,37918
|
229
229
|
matrice/deployment/streaming_gateway_manager.py,sha256=w5swGsuFVfZIdOm2ZuBHRHlRdYYJMLopLsf2gb91lQ8,20946
|
230
|
-
matrice-1.0.
|
231
|
-
matrice-1.0.
|
232
|
-
matrice-1.0.
|
233
|
-
matrice-1.0.
|
234
|
-
matrice-1.0.
|
230
|
+
matrice-1.0.99179.dist-info/licenses/LICENSE.txt,sha256=2bm9uFabQZ3Ykb_SaSU_uUbAj2-htc6WJQmS_65qD00,1073
|
231
|
+
matrice-1.0.99179.dist-info/METADATA,sha256=iHxOGzrUo-KBGZ8gYr_Eva1WYOSAl3IQ86itW_B26Gk,14624
|
232
|
+
matrice-1.0.99179.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
233
|
+
matrice-1.0.99179.dist-info/top_level.txt,sha256=P97js8ur6o5ClRqMH3Cjoab_NqbJ6sOQ3rJmVzKBvMc,8
|
234
|
+
matrice-1.0.99179.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|