matrice 1.0.99218__py3-none-any.whl → 1.0.99220__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/__init__.py +10 -5
- matrice/deploy/utils/post_processing/config.py +2 -2
- matrice/deploy/utils/post_processing/core/config.py +35 -80
- matrice/deploy/utils/post_processing/processor.py +4 -2
- matrice/deploy/utils/post_processing/usecases/__init__.py +3 -3
- matrice/deploy/utils/post_processing/usecases/gas_leak_detection.py +835 -0
- matrice/deploy/utils/post_processing/usecases/human_activity.py +0 -4
- {matrice-1.0.99218.dist-info → matrice-1.0.99220.dist-info}/METADATA +1 -1
- {matrice-1.0.99218.dist-info → matrice-1.0.99220.dist-info}/RECORD +12 -12
- matrice/deploy/utils/post_processing/usecases/human_activity_recognition.py +0 -1984
- {matrice-1.0.99218.dist-info → matrice-1.0.99220.dist-info}/WHEEL +0 -0
- {matrice-1.0.99218.dist-info → matrice-1.0.99220.dist-info}/licenses/LICENSE.txt +0 -0
- {matrice-1.0.99218.dist-info → matrice-1.0.99220.dist-info}/top_level.txt +0 -0
@@ -128,9 +128,9 @@ matrice/deploy/utils/boundary_drawing_internal/__init__.py,sha256=4mUOm5_T-vf-XA
|
|
128
128
|
matrice/deploy/utils/boundary_drawing_internal/boundary_drawing_internal.py,sha256=5SPGXS9EIhJJtvC5qTBBmOTQqSKU2byxHIFgo6Bmt-U,43944
|
129
129
|
matrice/deploy/utils/boundary_drawing_internal/boundary_drawing_tool.py,sha256=eY0VQGZ8BfTmR4_ThIAXaumBjh8_c7w69w-d3kta8p0,15421
|
130
130
|
matrice/deploy/utils/boundary_drawing_internal/example_usage.py,sha256=cUBhxxsVdTQWIPvIOjCUGrhqon7ZBr5N6qNewjrTIuk,6434
|
131
|
-
matrice/deploy/utils/post_processing/__init__.py,sha256=
|
132
|
-
matrice/deploy/utils/post_processing/config.py,sha256=
|
133
|
-
matrice/deploy/utils/post_processing/processor.py,sha256=
|
131
|
+
matrice/deploy/utils/post_processing/__init__.py,sha256=1swcT34M4w5f5simPeh5wYu3YXR20pHnEZd4Gmlw9jw,24897
|
132
|
+
matrice/deploy/utils/post_processing/config.py,sha256=6PbQus8YDwag859incWR8nXupE9C63tp9TY0lnO7Y6Y,5021
|
133
|
+
matrice/deploy/utils/post_processing/processor.py,sha256=3ZFGnD-KdMiPkczYwe7gIkjiBQUF9iZDBrgOaSznapw,34253
|
134
134
|
matrice/deploy/utils/post_processing/advanced_tracker/__init__.py,sha256=tAPFzI_Yep5TLX60FDwKqBqppc-EbxSr0wNsQ9DGI1o,423
|
135
135
|
matrice/deploy/utils/post_processing/advanced_tracker/base.py,sha256=VqWy4dd5th5LK-JfueTt2_GSEoOi5QQfQxjTNhmQoLc,3580
|
136
136
|
matrice/deploy/utils/post_processing/advanced_tracker/config.py,sha256=hEVJVbh4uUrbIynmoq4OhuxF2IZA5AMCBLpixScp5FI,2865
|
@@ -140,7 +140,7 @@ matrice/deploy/utils/post_processing/advanced_tracker/strack.py,sha256=rVH2xOysZ
|
|
140
140
|
matrice/deploy/utils/post_processing/advanced_tracker/tracker.py,sha256=D-PKZ2Pxutmlu--icyxuxjvnWBrzrmZcEChYS0nx00M,14328
|
141
141
|
matrice/deploy/utils/post_processing/core/__init__.py,sha256=sCdnjfgypTh3TsnyAYJtN0Z8EQne96Nk4j7ICQVXjWE,1312
|
142
142
|
matrice/deploy/utils/post_processing/core/base.py,sha256=V_DmaMLtrIunrN8Aq9iLeMIQPlkbCE-9d7n0Yz-nKQg,28228
|
143
|
-
matrice/deploy/utils/post_processing/core/config.py,sha256=
|
143
|
+
matrice/deploy/utils/post_processing/core/config.py,sha256=Of6faAlZveEsL5LPrEUIIvt-HNUyChffWWWNKMQ_qr4,96653
|
144
144
|
matrice/deploy/utils/post_processing/core/config_utils.py,sha256=fVZbYRWJr7dq7mz3FMYBVbYUwWDB-5t7oBuhJix9ghE,23102
|
145
145
|
matrice/deploy/utils/post_processing/test_cases/__init__.py,sha256=zUU2kKrIcCl8WeyjjQViwp7PWTZlKPuF8M2pZkxoNNQ,42
|
146
146
|
matrice/deploy/utils/post_processing/test_cases/run_tests.py,sha256=RBFGvxFR-gozxnQFzkWLrs90vLlp8Bsn-Z7MLQrNw4o,4731
|
@@ -155,7 +155,7 @@ matrice/deploy/utils/post_processing/test_cases/test_processor.py,sha256=nwF2EIA
|
|
155
155
|
matrice/deploy/utils/post_processing/test_cases/test_utilities.py,sha256=lmT5bp5_T5yYy1HQ4X01myfScAqnMgf4pd7hHBCjr6A,13414
|
156
156
|
matrice/deploy/utils/post_processing/test_cases/test_utils.py,sha256=bfmOT1rr9asv3jpr-p_UrjnnSZ1qEWM2LEqNKkyvJZ8,29370
|
157
157
|
matrice/deploy/utils/post_processing/usecases/Histopathological_Cancer_Detection_img.py,sha256=bHDXxxG3QgWMFZbDuBaJWpkIvxTXsFMTqCPBCFm3SDs,30247
|
158
|
-
matrice/deploy/utils/post_processing/usecases/__init__.py,sha256
|
158
|
+
matrice/deploy/utils/post_processing/usecases/__init__.py,sha256=SyNmtBljBx0ScthK053MFzizYm1B_9SBQaluOb7bcZ4,9098
|
159
159
|
matrice/deploy/utils/post_processing/usecases/advanced_customer_service.py,sha256=ELt5euxr6P4X2s8-YGngmj27QscOHefjOsx3774sNFk,75914
|
160
160
|
matrice/deploy/utils/post_processing/usecases/age_detection.py,sha256=yn1LXOgbnOWSMDnsCds6-uN6W-I1Hy4_-AMrjbT5PtY,41318
|
161
161
|
matrice/deploy/utils/post_processing/usecases/anti_spoofing_detection.py,sha256=XdtDdXGzZMLQdWcoOoiE5t4LPYHhgOtJ7tZCNlq1A2E,31329
|
@@ -184,9 +184,9 @@ matrice/deploy/utils/post_processing/usecases/field_mapping.py,sha256=JDwYX8pd2W
|
|
184
184
|
matrice/deploy/utils/post_processing/usecases/fire_detection.py,sha256=RBm23nrtVHAOk49Yjb06d-xF8mGvHO_0yW9hDxQtX6k,44457
|
185
185
|
matrice/deploy/utils/post_processing/usecases/flare_analysis.py,sha256=-egmS3Hs_iGOLeCMfapbkfQ04EWtZx97QRuUcDa-jMU,45340
|
186
186
|
matrice/deploy/utils/post_processing/usecases/flower_segmentation.py,sha256=4I7qMx9Ztxg_hy9KTVX-3qBhAN-QwDt_Yigf9fFjLus,52017
|
187
|
+
matrice/deploy/utils/post_processing/usecases/gas_leak_detection.py,sha256=SRWa3TgflQNiTWKeLsX78MIGLtvbp2AYFCGf6hifjfk,40440
|
187
188
|
matrice/deploy/utils/post_processing/usecases/gender_detection.py,sha256=DEnCTRew6B7DtPcBQVCTtpd_IQMvMusBcu6nadUg2oM,40107
|
188
|
-
matrice/deploy/utils/post_processing/usecases/human_activity.py,sha256=
|
189
|
-
matrice/deploy/utils/post_processing/usecases/human_activity_recognition.py,sha256=5a-akti7tRR1epuagEycGHrRRG2FTs0r8vesPuCqiJI,94827
|
189
|
+
matrice/deploy/utils/post_processing/usecases/human_activity.py,sha256=xf0-ntsgF6H2shlFMZ5WAiboh031cxd7DRc0u1dblLo,41150
|
190
190
|
matrice/deploy/utils/post_processing/usecases/leaf.py,sha256=cwgB1ZNxkQFtkk-thSJrkXOGou1ghJr1kqtopb3sLD4,37036
|
191
191
|
matrice/deploy/utils/post_processing/usecases/leaf_disease.py,sha256=bkiLccTdf4KUq3he4eCpBlKXb5exr-WBhQ_oWQ7os68,36225
|
192
192
|
matrice/deploy/utils/post_processing/usecases/leak_detection.py,sha256=oOCLLVMuXVeXPHyN8FUrD3U9JYJJwIz-5fcEMgvLdls,40531
|
@@ -240,8 +240,8 @@ matrice/deployment/camera_manager.py,sha256=MEluadz_I3k10GqwFb_w5w_HhuHcEu2vA7oh
|
|
240
240
|
matrice/deployment/deployment.py,sha256=HFt151eWq6iqIAMsQvurpV2WNxW6Cx_gIUVfnVy5SWE,48093
|
241
241
|
matrice/deployment/inference_pipeline.py,sha256=6b4Mm3-qt-Zy0BeiJfFQdImOn3FzdNCY-7ET7Rp8PMk,37911
|
242
242
|
matrice/deployment/streaming_gateway_manager.py,sha256=90O_SvR4RtBJxR6dy43uHNRTRdgxQE09KzhzHzVqq3E,20939
|
243
|
-
matrice-1.0.
|
244
|
-
matrice-1.0.
|
245
|
-
matrice-1.0.
|
246
|
-
matrice-1.0.
|
247
|
-
matrice-1.0.
|
243
|
+
matrice-1.0.99220.dist-info/licenses/LICENSE.txt,sha256=2bm9uFabQZ3Ykb_SaSU_uUbAj2-htc6WJQmS_65qD00,1073
|
244
|
+
matrice-1.0.99220.dist-info/METADATA,sha256=eAAUJJXw0eGeTxUd97RiLagMK3_0BQJScB2DQW8KUAs,14624
|
245
|
+
matrice-1.0.99220.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
246
|
+
matrice-1.0.99220.dist-info/top_level.txt,sha256=P97js8ur6o5ClRqMH3Cjoab_NqbJ6sOQ3rJmVzKBvMc,8
|
247
|
+
matrice-1.0.99220.dist-info/RECORD,,
|