matrice 1.0.99246__py3-none-any.whl → 1.0.99248__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.
@@ -47,7 +47,7 @@ APP_NAME_TO_USECASE = {
47
47
  "waterbody_segmentation": "waterbody_segmentation",
48
48
  "litter_detection" : "litter_detection",
49
49
  "leak_detection": "leak_detection",
50
- "fire_smoke_detection": "fire_smoke_detection",
50
+ "Fire Safety Monitoring": "fire_smoke_detection",
51
51
  "human_activity_recognition": "human_activity_recognition",
52
52
  "abandoned_object_detection" : "abandoned_object_detection",
53
53
  "gas_leak_detection": "gas_leak_detection",
@@ -102,7 +102,7 @@ APP_NAME_TO_CATEGORY = {
102
102
  "waterbody_segmentation": "agriculture",
103
103
  "litter_detection" : "litter_detection",
104
104
  "leak_detection": "oil_gas",
105
- "fire_smoke_detection": "hazard",
105
+ "Fire Safety Monitoring": "hazard",
106
106
  "human_activity_recognition": "general",
107
107
  "abandoned_object_detection" : "security",
108
108
  "gas_leak_detection": "oil_gas",
@@ -66,6 +66,7 @@ from .color_utils import (
66
66
  from ..core.config_utils import (
67
67
  create_people_counting_config,
68
68
  create_intrusion_detection_config,
69
+ create_proximity_detection_config,
69
70
  create_customer_service_config,
70
71
  create_advanced_customer_service_config,
71
72
  create_basic_counting_tracking_config,
@@ -135,7 +136,8 @@ __all__ = [
135
136
  # Configuration utilities
136
137
  'create_people_counting_config',
137
138
  'create_customer_service_config',
138
- 'create_intrusion_detection_config',
139
+ 'create_intrusion_detection_config',
140
+ 'create_proximity_detection_config',
139
141
  'create_advanced_customer_service_config',
140
142
  'create_basic_counting_tracking_config',
141
143
  'create_zone_from_bbox',
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: matrice
3
- Version: 1.0.99246
3
+ Version: 1.0.99248
4
4
  Summary: SDK for connecting to matrice.ai services
5
5
  Home-page: https://github.com/matrice-ai/python-sdk
6
6
  Author: Matrice.ai
@@ -129,7 +129,7 @@ matrice/deploy/utils/boundary_drawing_internal/boundary_drawing_internal.py,sha2
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
131
  matrice/deploy/utils/post_processing/__init__.py,sha256=a2gUxjLmmc5CF4ik9vXWCI2LQAbqvA6B8pFsBa1kMic,25727
132
- matrice/deploy/utils/post_processing/config.py,sha256=lGcWxWaFr4TlEJbL8UEC8gB-CPfe9OOd9SUMHyztuDw,5347
132
+ matrice/deploy/utils/post_processing/config.py,sha256=tLt0FbBX7lCMfxABmJbTV_KWwoi-N1pqKbXF1IXYGII,5351
133
133
  matrice/deploy/utils/post_processing/processor.py,sha256=QJehlljMDmlYNpun5dUnkPorijHs17BNQv6aPZZqgag,34907
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
@@ -225,7 +225,7 @@ matrice/deploy/utils/post_processing/usecases/weapon_detection.py,sha256=gea-rjE
225
225
  matrice/deploy/utils/post_processing/usecases/weld_defect_detection.py,sha256=b0dAJGKUofbGrwHDJfIYb4pqmvp4Y23JK09Qb-34mxg,30209
226
226
  matrice/deploy/utils/post_processing/usecases/windmill_maintenance.py,sha256=G1eqo3Z-HYmGJ6oeZYrpZwhpvqQ9Lc_T-6S7BLBXHeA,40498
227
227
  matrice/deploy/utils/post_processing/usecases/wound_segmentation.py,sha256=7Nbc7zUQUKdXTSv8XpPuAZLIU3Mr1RU1KyO_D3thoGk,38289
228
- matrice/deploy/utils/post_processing/utils/__init__.py,sha256=5NKuogpZPELlcWIb_DRDd3Hz20KxbVgFBXQSyk31Ruk,3706
228
+ matrice/deploy/utils/post_processing/utils/__init__.py,sha256=tBmon3z4wYoaNuHhkhCxv_R7b90r5r1gz0rfJJjNJjM,3786
229
229
  matrice/deploy/utils/post_processing/utils/advanced_counting_utils.py,sha256=D6jlZNRCfPtfG8COv3AMCbCfZf4_DK9rFhwzVJEYjpg,19152
230
230
  matrice/deploy/utils/post_processing/utils/advanced_helper_utils.py,sha256=W8mDqJTpg98YJgWYBod0rZUNbR4bmvYMeWAGASs14_s,11624
231
231
  matrice/deploy/utils/post_processing/utils/advanced_tracking_utils.py,sha256=tKEGjq-1bJ_AeXEWl_clr-7vAry0NLU_P_Q0cbSqLFI,16942
@@ -243,8 +243,8 @@ matrice/deployment/camera_manager.py,sha256=e1Lc81RJP5wUWRdTgHO6tMWF9BkBdHOSVyx3
243
243
  matrice/deployment/deployment.py,sha256=HFt151eWq6iqIAMsQvurpV2WNxW6Cx_gIUVfnVy5SWE,48093
244
244
  matrice/deployment/inference_pipeline.py,sha256=6b4Mm3-qt-Zy0BeiJfFQdImOn3FzdNCY-7ET7Rp8PMk,37911
245
245
  matrice/deployment/streaming_gateway_manager.py,sha256=ifYGl3g25wyU39HwhPQyI2OgF3M6oIqKMWt8RXtMxY8,21401
246
- matrice-1.0.99246.dist-info/licenses/LICENSE.txt,sha256=2bm9uFabQZ3Ykb_SaSU_uUbAj2-htc6WJQmS_65qD00,1073
247
- matrice-1.0.99246.dist-info/METADATA,sha256=yBpxeGtX4AblXUVfvJcoDIJCU5UmAGINTxv1I6Vzn9M,14624
248
- matrice-1.0.99246.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
249
- matrice-1.0.99246.dist-info/top_level.txt,sha256=P97js8ur6o5ClRqMH3Cjoab_NqbJ6sOQ3rJmVzKBvMc,8
250
- matrice-1.0.99246.dist-info/RECORD,,
246
+ matrice-1.0.99248.dist-info/licenses/LICENSE.txt,sha256=2bm9uFabQZ3Ykb_SaSU_uUbAj2-htc6WJQmS_65qD00,1073
247
+ matrice-1.0.99248.dist-info/METADATA,sha256=BrFRs4fAg0E642TaG1F8T4BUezT01CbpJzWy9PrOvgA,14624
248
+ matrice-1.0.99248.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
249
+ matrice-1.0.99248.dist-info/top_level.txt,sha256=P97js8ur6o5ClRqMH3Cjoab_NqbJ6sOQ3rJmVzKBvMc,8
250
+ matrice-1.0.99248.dist-info/RECORD,,