matrice-analytics 0.1.106__py3-none-any.whl → 0.1.124__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_analytics/post_processing/__init__.py +22 -0
- matrice_analytics/post_processing/config.py +15 -0
- matrice_analytics/post_processing/core/config.py +107 -1
- matrice_analytics/post_processing/face_reg/face_recognition.py +2 -2
- matrice_analytics/post_processing/post_processor.py +16 -0
- matrice_analytics/post_processing/usecases/__init__.py +9 -0
- matrice_analytics/post_processing/usecases/crowdflow.py +1088 -0
- matrice_analytics/post_processing/usecases/footfall.py +103 -62
- matrice_analytics/post_processing/usecases/license_plate_monitoring.py +2 -1
- matrice_analytics/post_processing/usecases/parking_lot_analytics.py +1137 -0
- matrice_analytics/post_processing/usecases/vehicle_monitoring.py +30 -4
- matrice_analytics/post_processing/usecases/vehicle_monitoring_drone_view.py +33 -6
- matrice_analytics/post_processing/usecases/vehicle_monitoring_parking_lot.py +18 -2
- matrice_analytics/post_processing/usecases/vehicle_monitoring_wrong_way.py +1021 -0
- matrice_analytics/post_processing/utils/alert_instance_utils.py +18 -5
- matrice_analytics/post_processing/utils/business_metrics_manager_utils.py +25 -2
- matrice_analytics/post_processing/utils/incident_manager_utils.py +12 -1
- matrice_analytics/post_processing/utils/parking_analytics_tracker.py +359 -0
- matrice_analytics/post_processing/utils/wrong_way_tracker.py +670 -0
- {matrice_analytics-0.1.106.dist-info → matrice_analytics-0.1.124.dist-info}/METADATA +1 -1
- {matrice_analytics-0.1.106.dist-info → matrice_analytics-0.1.124.dist-info}/RECORD +24 -19
- {matrice_analytics-0.1.106.dist-info → matrice_analytics-0.1.124.dist-info}/WHEEL +0 -0
- {matrice_analytics-0.1.106.dist-info → matrice_analytics-0.1.124.dist-info}/licenses/LICENSE.txt +0 -0
- {matrice_analytics-0.1.106.dist-info → matrice_analytics-0.1.124.dist-info}/top_level.txt +0 -0
|
@@ -11,9 +11,9 @@ matrice_analytics/boundary_drawing_internal/usage/README.md,sha256=9AgWPhYOqUeY2
|
|
|
11
11
|
matrice_analytics/boundary_drawing_internal/usage/boundary_drawer_launcher.py,sha256=W3JSeo3A4n04iS6ToID6V0McWwI_dvAIdfhb-xD385w,3638
|
|
12
12
|
matrice_analytics/boundary_drawing_internal/usage/simple_boundary_launcher.py,sha256=jHPriRLorLuiC8km0MFNS96w121tKxd7t5GQl7I5kKE,3494
|
|
13
13
|
matrice_analytics/post_processing/README.md,sha256=bDszazvqV5xbGhMM6hDaMctIyk5gox9bADo2IZZ9Goo,13368
|
|
14
|
-
matrice_analytics/post_processing/__init__.py,sha256=
|
|
15
|
-
matrice_analytics/post_processing/config.py,sha256=
|
|
16
|
-
matrice_analytics/post_processing/post_processor.py,sha256=
|
|
14
|
+
matrice_analytics/post_processing/__init__.py,sha256=3YccXCA52zDG5LBDLK3VT-Br6_WKoLEKiGhv9PdTCgE,31812
|
|
15
|
+
matrice_analytics/post_processing/config.py,sha256=yIBP02BlnjKSbteng1mauzHB37E6V3dIPdrTnB2YraQ,7750
|
|
16
|
+
matrice_analytics/post_processing/post_processor.py,sha256=AFScc3rCW7Ou6YObX4DINrO1CVo4a__MYnlcnvh9Ndc,45372
|
|
17
17
|
matrice_analytics/post_processing/advanced_tracker/README.md,sha256=RM8dynVoUWKn_hTbw9c6jHAbnQj-8hEAXnmuRZr2w1M,22485
|
|
18
18
|
matrice_analytics/post_processing/advanced_tracker/__init__.py,sha256=tAPFzI_Yep5TLX60FDwKqBqppc-EbxSr0wNsQ9DGI1o,423
|
|
19
19
|
matrice_analytics/post_processing/advanced_tracker/base.py,sha256=VqWy4dd5th5LK-JfueTt2_GSEoOi5QQfQxjTNhmQoLc,3580
|
|
@@ -25,12 +25,12 @@ matrice_analytics/post_processing/advanced_tracker/track_class_aggregator.py,sha
|
|
|
25
25
|
matrice_analytics/post_processing/advanced_tracker/tracker.py,sha256=cq8jofJKr1GkTbgFjZyTUMGwjSDUzVNK_0x8UPcPkPo,16726
|
|
26
26
|
matrice_analytics/post_processing/core/__init__.py,sha256=QlgoJwjTU-3UYTEmFRN6wFWpOr7zNSnrohoqLBF5bNY,1434
|
|
27
27
|
matrice_analytics/post_processing/core/base.py,sha256=7cz1tYhMNphfe46bF5sgc5_z7ULof413axZWHKcdIIQ,29099
|
|
28
|
-
matrice_analytics/post_processing/core/config.py,sha256=
|
|
28
|
+
matrice_analytics/post_processing/core/config.py,sha256=9ZY7pb185NT5YSxY34nXg0TRF3cKpK4FAp5jYxfMjlk,140226
|
|
29
29
|
matrice_analytics/post_processing/core/config_utils.py,sha256=QuAS-_JKSoNOtfUWgr7Alf_wsqODzN2rHlQu-cHRK0s,34311
|
|
30
30
|
matrice_analytics/post_processing/face_reg/__init__.py,sha256=yntaiGlW9vdjBpPZQXNuovALihJPzRlFyUE88l3MhBA,1364
|
|
31
31
|
matrice_analytics/post_processing/face_reg/compare_similarity.py,sha256=NlFc8b2a74k0PqSFAbuM_fUbA1BT3pr3VUgvSqRpJzQ,23396
|
|
32
32
|
matrice_analytics/post_processing/face_reg/embedding_manager.py,sha256=3Rba94EcYWFK0D4el9JZ7fwqQ9kOyadrwK30lFmTP-k,44964
|
|
33
|
-
matrice_analytics/post_processing/face_reg/face_recognition.py,sha256=
|
|
33
|
+
matrice_analytics/post_processing/face_reg/face_recognition.py,sha256=NO17JPCOz8NrXUugNlUldQ2PTAwtCTJdQUSdssjQJec,170644
|
|
34
34
|
matrice_analytics/post_processing/face_reg/face_recognition_client.py,sha256=ZGQyMnV7t4w3YBx9ywh-MQF10XtRHN4DAqs-h1N-Wp0,37268
|
|
35
35
|
matrice_analytics/post_processing/face_reg/people_activity_logging.py,sha256=Z86ZoqCf-Eu8kCWrVEbrWjepT4ph5XS0zdyE3aew6xY,15122
|
|
36
36
|
matrice_analytics/post_processing/ocr/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -85,7 +85,7 @@ matrice_analytics/post_processing/test_cases/test_usecases.py,sha256=e09c9JaOhti
|
|
|
85
85
|
matrice_analytics/post_processing/test_cases/test_utilities.py,sha256=zUtBqwELjovkhQfhn1vM-y7aH04z9sFvt6LIpXXBFSE,13415
|
|
86
86
|
matrice_analytics/post_processing/test_cases/test_utils.py,sha256=lgDX0vILylA6m8sG3_3kxAJ7TiDo8xkprJNfBrLoID4,29371
|
|
87
87
|
matrice_analytics/post_processing/usecases/Histopathological_Cancer_Detection_img.py,sha256=bHDXxxG3QgWMFZbDuBaJWpkIvxTXsFMTqCPBCFm3SDs,30247
|
|
88
|
-
matrice_analytics/post_processing/usecases/__init__.py,sha256=
|
|
88
|
+
matrice_analytics/post_processing/usecases/__init__.py,sha256=vbLAniPG1XGms79JomEnwALcnP5ybOn6cAVD2GXeCSQ,12239
|
|
89
89
|
matrice_analytics/post_processing/usecases/abandoned_object_detection.py,sha256=zVrqlvgsjc5F2JHd-Zav6d-poVIpTJBpPKZ3CC71lQk,40332
|
|
90
90
|
matrice_analytics/post_processing/usecases/advanced_customer_service.py,sha256=HKTeZemkcKkJ6JnFO_QLPhtY1VH7vI1krnf4DlKLOow,97924
|
|
91
91
|
matrice_analytics/post_processing/usecases/age_detection.py,sha256=yn1LXOgbnOWSMDnsCds6-uN6W-I1Hy4_-AMrjbT5PtY,41318
|
|
@@ -106,6 +106,7 @@ matrice_analytics/post_processing/usecases/color_detection.py,sha256=021oqLPV0o6
|
|
|
106
106
|
matrice_analytics/post_processing/usecases/color_map_utils.py,sha256=SP-AEVcjLmL8rxblu-ixqUJC2fqlcr7ab4hWo4Fcr_k,2677
|
|
107
107
|
matrice_analytics/post_processing/usecases/concrete_crack_detection.py,sha256=pxhOH_hG4hq9yytNepbGMdk2W_lTG8D1_2RAagaPBkg,40252
|
|
108
108
|
matrice_analytics/post_processing/usecases/crop_weed_detection.py,sha256=Ao1k5fJDYU_f6yZ8VO-jW8-esECV0-zY5Q570c_fako,35674
|
|
109
|
+
matrice_analytics/post_processing/usecases/crowdflow.py,sha256=tnO4DsEOtewHBr00jEWns0SiBzn7nlHcW_RKTTpyRek,47583
|
|
109
110
|
matrice_analytics/post_processing/usecases/customer_service.py,sha256=mzWjwprdSt0yUqtvdLeu5f4xdcJtTUuWgbo-cVJa3TU,59750
|
|
110
111
|
matrice_analytics/post_processing/usecases/defect_detection_products.py,sha256=blvo4wmak-wlvPSZOcmRsV1FoZSeGX_dUAX5A1WheBE,45949
|
|
111
112
|
matrice_analytics/post_processing/usecases/distracted_driver_detection.py,sha256=rkyYHbmcYUAfKbmmKyKxHlk47vJ_fogHWKhQjrERsok,40316
|
|
@@ -120,7 +121,7 @@ matrice_analytics/post_processing/usecases/field_mapping.py,sha256=JDwYX8pd2W-wa
|
|
|
120
121
|
matrice_analytics/post_processing/usecases/fire_detection.py,sha256=r9nkviYNVNqEQsdmlM8m_V4DoeZBWKU4s1mDOo_Swmw,65801
|
|
121
122
|
matrice_analytics/post_processing/usecases/flare_analysis.py,sha256=3nf4fUeUwlP_UII0h5fQkUGPXbr32ZnJjaM-dukNSP8,42680
|
|
122
123
|
matrice_analytics/post_processing/usecases/flower_segmentation.py,sha256=4I7qMx9Ztxg_hy9KTVX-3qBhAN-QwDt_Yigf9fFjLus,52017
|
|
123
|
-
matrice_analytics/post_processing/usecases/footfall.py,sha256=
|
|
124
|
+
matrice_analytics/post_processing/usecases/footfall.py,sha256=nQ_BF5kSqn8-TWefuysenYHXeU8U6_AI7gI6D_OYyvQ,41403
|
|
124
125
|
matrice_analytics/post_processing/usecases/gas_leak_detection.py,sha256=KL2ft7fXvjTas-65-QgcJm3W8KBsrwF44qibSXjfaLc,40557
|
|
125
126
|
matrice_analytics/post_processing/usecases/gender_detection.py,sha256=DEnCTRew6B7DtPcBQVCTtpd_IQMvMusBcu6nadUg2oM,40107
|
|
126
127
|
matrice_analytics/post_processing/usecases/human_activity_recognition.py,sha256=SLyvbw1y_nEQ0AlT-ErpeSydjA8U5yfRPrjMx1t3Yz0,42226
|
|
@@ -129,11 +130,12 @@ matrice_analytics/post_processing/usecases/leaf.py,sha256=cwgB1ZNxkQFtkk-thSJrkX
|
|
|
129
130
|
matrice_analytics/post_processing/usecases/leaf_disease.py,sha256=bkiLccTdf4KUq3he4eCpBlKXb5exr-WBhQ_oWQ7os68,36225
|
|
130
131
|
matrice_analytics/post_processing/usecases/leak_detection.py,sha256=oOCLLVMuXVeXPHyN8FUrD3U9JYJJwIz-5fcEMgvLdls,40531
|
|
131
132
|
matrice_analytics/post_processing/usecases/license_plate_detection.py,sha256=dsavd92-wnyXCNrCzaRj24zH7BVvLSa09HkYsrOXYDM,50806
|
|
132
|
-
matrice_analytics/post_processing/usecases/license_plate_monitoring.py,sha256=
|
|
133
|
+
matrice_analytics/post_processing/usecases/license_plate_monitoring.py,sha256=simTrhcdy9j3xMrm-Ijo4qpVjB1IE9av-RU36FRgjE0,123204
|
|
133
134
|
matrice_analytics/post_processing/usecases/litter_monitoring.py,sha256=XaHAUGRBDJg_iVbu8hRMjTR-5TqrLj6ZNCRkInbzZTY,33255
|
|
134
135
|
matrice_analytics/post_processing/usecases/mask_detection.py,sha256=L_s6ZiT5zeXG-BsFcskb3HEG98DhLgqeMSDmCuwOteU,41501
|
|
135
136
|
matrice_analytics/post_processing/usecases/natural_disaster.py,sha256=ehxdPBoYcZWGVDOVn_mHFoz4lIE8LrveAkuXQj0n9XE,44253
|
|
136
137
|
matrice_analytics/post_processing/usecases/parking.py,sha256=lqTGqcjUZZPFw3tu11Ha8BSsZ311K5--wEZnlVsXakU,34534
|
|
138
|
+
matrice_analytics/post_processing/usecases/parking_lot_analytics.py,sha256=IjPD4poH5SHk7sGo-9oz-Qldnme8U88MVWL9Wh3GH2U,56684
|
|
137
139
|
matrice_analytics/post_processing/usecases/parking_space_detection.py,sha256=xwhkJjGGKcT827URbasi3olYqhd95Sh0zsEIphwzcgY,39561
|
|
138
140
|
matrice_analytics/post_processing/usecases/pcb_defect_detection.py,sha256=xH3q-WoR3TwMUeUvWw1W7vPLdCUfu_Kl_gQ9dZFf1SE,43006
|
|
139
141
|
matrice_analytics/post_processing/usecases/pedestrian_detection.py,sha256=hPFtvpWXXEsbDavmuiXIhrosMNlOhGya--jukT-ZOHA,39288
|
|
@@ -161,9 +163,10 @@ matrice_analytics/post_processing/usecases/theft_detection.py,sha256=Rs_zKn2z9YM
|
|
|
161
163
|
matrice_analytics/post_processing/usecases/traffic_sign_monitoring.py,sha256=nDlEzHgMlUjy_VtJ7usnEzMcdSs-jouqaoJpJ8DYUMw,34351
|
|
162
164
|
matrice_analytics/post_processing/usecases/underground_pipeline_defect_detection.py,sha256=W_2joZStsP0jl2zn89-jtdtqqGv3vJ0amsalbE5WKwo,37647
|
|
163
165
|
matrice_analytics/post_processing/usecases/underwater_pollution_detection.py,sha256=jqP1ZKfDZe2-56Lyvgb2DxnbqRfvxm6pPL0Ck3esfBk,40356
|
|
164
|
-
matrice_analytics/post_processing/usecases/vehicle_monitoring.py,sha256=
|
|
165
|
-
matrice_analytics/post_processing/usecases/vehicle_monitoring_drone_view.py,sha256=
|
|
166
|
-
matrice_analytics/post_processing/usecases/vehicle_monitoring_parking_lot.py,sha256=
|
|
166
|
+
matrice_analytics/post_processing/usecases/vehicle_monitoring.py,sha256=IxgROl65icSSgBwIExs3YeBmGzPtmo-IXPeb9nGcV-Q,52256
|
|
167
|
+
matrice_analytics/post_processing/usecases/vehicle_monitoring_drone_view.py,sha256=iDCab69mKHDOhTkFFQv_lgLhdubQ_82_Qi_Wlv__LA0,61024
|
|
168
|
+
matrice_analytics/post_processing/usecases/vehicle_monitoring_parking_lot.py,sha256=_Es_Uyd4DlaQI5sbOu2L2CK9fuOCui22bgwZ2Ibiw-U,52761
|
|
169
|
+
matrice_analytics/post_processing/usecases/vehicle_monitoring_wrong_way.py,sha256=k7b3OrPc6uSpjasoNQEgzJOW8l63g_wts3qWBSZUmsc,48813
|
|
167
170
|
matrice_analytics/post_processing/usecases/warehouse_object_segmentation.py,sha256=5uZXTJL_A3tUEN08T-_ZQpUoJ9gqbuuMc4z2mT4sMnQ,43753
|
|
168
171
|
matrice_analytics/post_processing/usecases/waterbody_segmentation.py,sha256=JsCxDEMB8s4WDcezfJDr2zrjM-TCjB9hxOztzSvWmpY,45268
|
|
169
172
|
matrice_analytics/post_processing/usecases/weapon_detection.py,sha256=QZFNm3I216l_ZzE59U4LCSktVsZfkFs6FWj6t4d9SNY,40675
|
|
@@ -185,20 +188,22 @@ matrice_analytics/post_processing/utils/advanced_counting_utils.py,sha256=D6jlZN
|
|
|
185
188
|
matrice_analytics/post_processing/utils/advanced_helper_utils.py,sha256=W8mDqJTpg98YJgWYBod0rZUNbR4bmvYMeWAGASs14_s,11624
|
|
186
189
|
matrice_analytics/post_processing/utils/advanced_tracking_utils.py,sha256=tKEGjq-1bJ_AeXEWl_clr-7vAry0NLU_P_Q0cbSqLFI,16942
|
|
187
190
|
matrice_analytics/post_processing/utils/agnostic_nms.py,sha256=XndokhV1IEWwxb7uAevmRjy7_VJe_QmLnBYqctUke58,28224
|
|
188
|
-
matrice_analytics/post_processing/utils/alert_instance_utils.py,sha256=
|
|
191
|
+
matrice_analytics/post_processing/utils/alert_instance_utils.py,sha256=skXcX0mkTGNBUz3ly2o_jPb1KDQ8Qqls_ofeYh577Pw,52266
|
|
189
192
|
matrice_analytics/post_processing/utils/alerting_utils.py,sha256=zDX66UiMBMC7FwQNCq-t6eUcP3Zj2JvCQX0K774zhaQ,8430
|
|
190
|
-
matrice_analytics/post_processing/utils/business_metrics_manager_utils.py,sha256=
|
|
193
|
+
matrice_analytics/post_processing/utils/business_metrics_manager_utils.py,sha256=kfQQVuNNIWGMRGlHAEycKDf4ae9inERN-smhNN2BbK0,61324
|
|
191
194
|
matrice_analytics/post_processing/utils/category_mapping_utils.py,sha256=B31n8PIyGqT7QMFgYSfZPlkgSQQTpvHAHQ5B0glW48I,3459
|
|
192
195
|
matrice_analytics/post_processing/utils/color_utils.py,sha256=apolmz75CgcwChTXf3c_QdTCy5eZWtguxYRSpG76exM,21129
|
|
193
196
|
matrice_analytics/post_processing/utils/counting_utils.py,sha256=a2Y9Qr9pCuzJM2ehmDzI0yQTmN-UYvuBMVtBSjXqRa8,6859
|
|
194
197
|
matrice_analytics/post_processing/utils/filter_utils.py,sha256=2XR7vtzaCtWnPHzIKnVlsGJBXvAmg3Y75DFwM8b0J30,8775
|
|
195
198
|
matrice_analytics/post_processing/utils/format_utils.py,sha256=UTF7A5h9j0_S12xH9wG24PWyvBS89d348W9n7DA524Q,11502
|
|
196
199
|
matrice_analytics/post_processing/utils/geometry_utils.py,sha256=BWfdM6RsdJTTLR1GqkWfdwpjMEjTCJyuBxA4zVGKdfk,9623
|
|
197
|
-
matrice_analytics/post_processing/utils/incident_manager_utils.py,sha256=
|
|
200
|
+
matrice_analytics/post_processing/utils/incident_manager_utils.py,sha256=dDEmzpfot5ILxnza_DWJIJNqTfpHt_42wKR9ZVoC5zk,80228
|
|
201
|
+
matrice_analytics/post_processing/utils/parking_analytics_tracker.py,sha256=oUB_0tPxOg6qLju9xqrGYIJ3HXcF-scXeXGH4kbijC4,14306
|
|
198
202
|
matrice_analytics/post_processing/utils/smoothing_utils.py,sha256=78U-yucAcjUiZ0NIAc9NOUSIT0PWP1cqyIPA_Fdrjp0,14699
|
|
199
203
|
matrice_analytics/post_processing/utils/tracking_utils.py,sha256=rWxuotnJ3VLMHIBOud2KLcu4yZfDp7hVPWUtNAq_2xw,8288
|
|
200
|
-
matrice_analytics
|
|
201
|
-
matrice_analytics-0.1.
|
|
202
|
-
matrice_analytics-0.1.
|
|
203
|
-
matrice_analytics-0.1.
|
|
204
|
-
matrice_analytics-0.1.
|
|
204
|
+
matrice_analytics/post_processing/utils/wrong_way_tracker.py,sha256=eOVOhaI9wEudP2UpXpgtw3AZvc6PdQuVOxktJdhyevI,26951
|
|
205
|
+
matrice_analytics-0.1.124.dist-info/licenses/LICENSE.txt,sha256=_uQUZpgO0mRYL5-fPoEvLSbNnLPv6OmbeEDCHXhK6Qc,1066
|
|
206
|
+
matrice_analytics-0.1.124.dist-info/METADATA,sha256=XO2k8HSmOe0w4flrjH0GOghIY8CXhbFlgwts1tpETWE,14379
|
|
207
|
+
matrice_analytics-0.1.124.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
208
|
+
matrice_analytics-0.1.124.dist-info/top_level.txt,sha256=STAPEU-e-rWTerXaspdi76T_eVRSrEfFpURSP7_Dt8E,18
|
|
209
|
+
matrice_analytics-0.1.124.dist-info/RECORD,,
|
|
File without changes
|
{matrice_analytics-0.1.106.dist-info → matrice_analytics-0.1.124.dist-info}/licenses/LICENSE.txt
RENAMED
|
File without changes
|
|
File without changes
|