matrice 1.0.99246__py3-none-any.whl → 1.0.99247__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/utils/__init__.py +3 -1
- {matrice-1.0.99246.dist-info → matrice-1.0.99247.dist-info}/METADATA +1 -1
- {matrice-1.0.99246.dist-info → matrice-1.0.99247.dist-info}/RECORD +6 -6
- {matrice-1.0.99246.dist-info → matrice-1.0.99247.dist-info}/WHEEL +0 -0
- {matrice-1.0.99246.dist-info → matrice-1.0.99247.dist-info}/licenses/LICENSE.txt +0 -0
- {matrice-1.0.99246.dist-info → matrice-1.0.99247.dist-info}/top_level.txt +0 -0
@@ -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',
|
@@ -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=
|
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.
|
247
|
-
matrice-1.0.
|
248
|
-
matrice-1.0.
|
249
|
-
matrice-1.0.
|
250
|
-
matrice-1.0.
|
246
|
+
matrice-1.0.99247.dist-info/licenses/LICENSE.txt,sha256=2bm9uFabQZ3Ykb_SaSU_uUbAj2-htc6WJQmS_65qD00,1073
|
247
|
+
matrice-1.0.99247.dist-info/METADATA,sha256=rUQoXgEKDySLF9XBgJOanIy8t2VvjpZt1HRyoLpBtvs,14624
|
248
|
+
matrice-1.0.99247.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
249
|
+
matrice-1.0.99247.dist-info/top_level.txt,sha256=P97js8ur6o5ClRqMH3Cjoab_NqbJ6sOQ3rJmVzKBvMc,8
|
250
|
+
matrice-1.0.99247.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|