matrice-analytics 0.1.96__py3-none-any.whl → 0.1.97__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 +14 -1
- matrice_analytics/post_processing/config.py +6 -2
- matrice_analytics/post_processing/core/config.py +62 -0
- matrice_analytics/post_processing/post_processor.py +8 -0
- matrice_analytics/post_processing/usecases/__init__.py +7 -1
- matrice_analytics/post_processing/usecases/vehicle_monitoring.py +14 -32
- matrice_analytics/post_processing/usecases/vehicle_monitoring_drone_view.py +1007 -0
- matrice_analytics/post_processing/usecases/vehicle_monitoring_parking_lot.py +1011 -0
- {matrice_analytics-0.1.96.dist-info → matrice_analytics-0.1.97.dist-info}/METADATA +1 -1
- {matrice_analytics-0.1.96.dist-info → matrice_analytics-0.1.97.dist-info}/RECORD +13 -11
- {matrice_analytics-0.1.96.dist-info → matrice_analytics-0.1.97.dist-info}/WHEEL +0 -0
- {matrice_analytics-0.1.96.dist-info → matrice_analytics-0.1.97.dist-info}/licenses/LICENSE.txt +0 -0
- {matrice_analytics-0.1.96.dist-info → matrice_analytics-0.1.97.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=lwnLNF-wTlYWtddc2im5H2HqqKbPyc1DsKgUygh2K8c,30663
|
|
15
|
+
matrice_analytics/post_processing/config.py,sha256=ms_YbdMRrN953fXR3RXjSldXeDincsoRmoQOyACRNAA,7067
|
|
16
|
+
matrice_analytics/post_processing/post_processor.py,sha256=S2ekNFKtGlJrNmy94m0lGy2iFtdnZTw2yj_pJeBXYdM,44854
|
|
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
|
|
@@ -24,7 +24,7 @@ matrice_analytics/post_processing/advanced_tracker/strack.py,sha256=OSai-SSpC9_u
|
|
|
24
24
|
matrice_analytics/post_processing/advanced_tracker/tracker.py,sha256=yN_tUzDZ-8M4NSoZrKf0OW0JA0JxOvz2oYKgbm-os88,15687
|
|
25
25
|
matrice_analytics/post_processing/core/__init__.py,sha256=QlgoJwjTU-3UYTEmFRN6wFWpOr7zNSnrohoqLBF5bNY,1434
|
|
26
26
|
matrice_analytics/post_processing/core/base.py,sha256=7cz1tYhMNphfe46bF5sgc5_z7ULof413axZWHKcdIIQ,29099
|
|
27
|
-
matrice_analytics/post_processing/core/config.py,sha256=
|
|
27
|
+
matrice_analytics/post_processing/core/config.py,sha256=YwGQZ27FQF9n2UXHaptd2h_gcz8g-ldVsk79ULU4Ppw,135773
|
|
28
28
|
matrice_analytics/post_processing/core/config_utils.py,sha256=QuAS-_JKSoNOtfUWgr7Alf_wsqODzN2rHlQu-cHRK0s,34311
|
|
29
29
|
matrice_analytics/post_processing/face_reg/__init__.py,sha256=yntaiGlW9vdjBpPZQXNuovALihJPzRlFyUE88l3MhBA,1364
|
|
30
30
|
matrice_analytics/post_processing/face_reg/compare_similarity.py,sha256=NlFc8b2a74k0PqSFAbuM_fUbA1BT3pr3VUgvSqRpJzQ,23396
|
|
@@ -84,7 +84,7 @@ matrice_analytics/post_processing/test_cases/test_usecases.py,sha256=e09c9JaOhti
|
|
|
84
84
|
matrice_analytics/post_processing/test_cases/test_utilities.py,sha256=zUtBqwELjovkhQfhn1vM-y7aH04z9sFvt6LIpXXBFSE,13415
|
|
85
85
|
matrice_analytics/post_processing/test_cases/test_utils.py,sha256=lgDX0vILylA6m8sG3_3kxAJ7TiDo8xkprJNfBrLoID4,29371
|
|
86
86
|
matrice_analytics/post_processing/usecases/Histopathological_Cancer_Detection_img.py,sha256=bHDXxxG3QgWMFZbDuBaJWpkIvxTXsFMTqCPBCFm3SDs,30247
|
|
87
|
-
matrice_analytics/post_processing/usecases/__init__.py,sha256=
|
|
87
|
+
matrice_analytics/post_processing/usecases/__init__.py,sha256=z2SodESYI9fZEUN6IP8rSRjlgp1pB43tDodjxeQIQSM,11792
|
|
88
88
|
matrice_analytics/post_processing/usecases/abandoned_object_detection.py,sha256=zVrqlvgsjc5F2JHd-Zav6d-poVIpTJBpPKZ3CC71lQk,40332
|
|
89
89
|
matrice_analytics/post_processing/usecases/advanced_customer_service.py,sha256=HKTeZemkcKkJ6JnFO_QLPhtY1VH7vI1krnf4DlKLOow,97924
|
|
90
90
|
matrice_analytics/post_processing/usecases/age_detection.py,sha256=yn1LXOgbnOWSMDnsCds6-uN6W-I1Hy4_-AMrjbT5PtY,41318
|
|
@@ -160,7 +160,9 @@ matrice_analytics/post_processing/usecases/theft_detection.py,sha256=Rs_zKn2z9YM
|
|
|
160
160
|
matrice_analytics/post_processing/usecases/traffic_sign_monitoring.py,sha256=nDlEzHgMlUjy_VtJ7usnEzMcdSs-jouqaoJpJ8DYUMw,34351
|
|
161
161
|
matrice_analytics/post_processing/usecases/underground_pipeline_defect_detection.py,sha256=W_2joZStsP0jl2zn89-jtdtqqGv3vJ0amsalbE5WKwo,37647
|
|
162
162
|
matrice_analytics/post_processing/usecases/underwater_pollution_detection.py,sha256=jqP1ZKfDZe2-56Lyvgb2DxnbqRfvxm6pPL0Ck3esfBk,40356
|
|
163
|
-
matrice_analytics/post_processing/usecases/vehicle_monitoring.py,sha256=
|
|
163
|
+
matrice_analytics/post_processing/usecases/vehicle_monitoring.py,sha256=PBD-xGXvN3tzJzpcjiHAMtPs0ZrCVAuSeUDoeAWuWbc,50826
|
|
164
|
+
matrice_analytics/post_processing/usecases/vehicle_monitoring_drone_view.py,sha256=MXqOLAeZfuU8uUGz8dwqzhjkTGt4GUr3pZ1vFx0_wQg,50694
|
|
165
|
+
matrice_analytics/post_processing/usecases/vehicle_monitoring_parking_lot.py,sha256=WHA2BH8wV2Fyh5LK8PO5SmtKZoh8cG8BxQZDkTfC0mw,50925
|
|
164
166
|
matrice_analytics/post_processing/usecases/warehouse_object_segmentation.py,sha256=5uZXTJL_A3tUEN08T-_ZQpUoJ9gqbuuMc4z2mT4sMnQ,43753
|
|
165
167
|
matrice_analytics/post_processing/usecases/waterbody_segmentation.py,sha256=JsCxDEMB8s4WDcezfJDr2zrjM-TCjB9hxOztzSvWmpY,45268
|
|
166
168
|
matrice_analytics/post_processing/usecases/weapon_detection.py,sha256=QZFNm3I216l_ZzE59U4LCSktVsZfkFs6FWj6t4d9SNY,40675
|
|
@@ -193,8 +195,8 @@ matrice_analytics/post_processing/utils/geometry_utils.py,sha256=BWfdM6RsdJTTLR1
|
|
|
193
195
|
matrice_analytics/post_processing/utils/incident_manager_utils.py,sha256=Yf-IWP6W7r5VrJspUupVMnj6b4Uy2ViAGyzmlzPn3Mo,79651
|
|
194
196
|
matrice_analytics/post_processing/utils/smoothing_utils.py,sha256=78U-yucAcjUiZ0NIAc9NOUSIT0PWP1cqyIPA_Fdrjp0,14699
|
|
195
197
|
matrice_analytics/post_processing/utils/tracking_utils.py,sha256=rWxuotnJ3VLMHIBOud2KLcu4yZfDp7hVPWUtNAq_2xw,8288
|
|
196
|
-
matrice_analytics-0.1.
|
|
197
|
-
matrice_analytics-0.1.
|
|
198
|
-
matrice_analytics-0.1.
|
|
199
|
-
matrice_analytics-0.1.
|
|
200
|
-
matrice_analytics-0.1.
|
|
198
|
+
matrice_analytics-0.1.97.dist-info/licenses/LICENSE.txt,sha256=_uQUZpgO0mRYL5-fPoEvLSbNnLPv6OmbeEDCHXhK6Qc,1066
|
|
199
|
+
matrice_analytics-0.1.97.dist-info/METADATA,sha256=O2ZRvxWPh9TfopH3wJJUVs4pKdp9FG0VxB_gAliru1Q,14378
|
|
200
|
+
matrice_analytics-0.1.97.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
201
|
+
matrice_analytics-0.1.97.dist-info/top_level.txt,sha256=STAPEU-e-rWTerXaspdi76T_eVRSrEfFpURSP7_Dt8E,18
|
|
202
|
+
matrice_analytics-0.1.97.dist-info/RECORD,,
|
|
File without changes
|
{matrice_analytics-0.1.96.dist-info → matrice_analytics-0.1.97.dist-info}/licenses/LICENSE.txt
RENAMED
|
File without changes
|
|
File without changes
|