matrice 1.0.99158__py3-none-any.whl → 1.0.99159__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/processor.py +2 -0
- {matrice-1.0.99158.dist-info → matrice-1.0.99159.dist-info}/METADATA +1 -1
- {matrice-1.0.99158.dist-info → matrice-1.0.99159.dist-info}/RECORD +6 -6
- {matrice-1.0.99158.dist-info → matrice-1.0.99159.dist-info}/WHEEL +0 -0
- {matrice-1.0.99158.dist-info → matrice-1.0.99159.dist-info}/licenses/LICENSE.txt +0 -0
- {matrice-1.0.99158.dist-info → matrice-1.0.99159.dist-info}/top_level.txt +0 -0
@@ -360,6 +360,8 @@ class PostProcessor:
|
|
360
360
|
result = use_case.process(data, parsed_config, context, stream_info)
|
361
361
|
elif isinstance(use_case, SmokerDetectionUseCase):
|
362
362
|
result = use_case.process(data, parsed_config, context, stream_info)
|
363
|
+
elif isinstance(use_case, BottleDefectUseCase):
|
364
|
+
result = use_case.process(data, parsed_config, context, stream_info)
|
363
365
|
|
364
366
|
|
365
367
|
#Put all IMAGE based usecases here
|
@@ -128,7 +128,7 @@ matrice/deploy/utils/boundary_drawing_internal/boundary_drawing_tool.py,sha256=e
|
|
128
128
|
matrice/deploy/utils/boundary_drawing_internal/example_usage.py,sha256=cUBhxxsVdTQWIPvIOjCUGrhqon7ZBr5N6qNewjrTIuk,6434
|
129
129
|
matrice/deploy/utils/post_processing/__init__.py,sha256=9wVjSGmFCVYWsgfe2__sXGGSNtnZFKy_DIzeLVzlrwI,23471
|
130
130
|
matrice/deploy/utils/post_processing/config.py,sha256=anKXcN8mD16bNOrErre1gzi17lbKiAAeYc7TEu7ttbk,3476
|
131
|
-
matrice/deploy/utils/post_processing/processor.py,sha256=
|
131
|
+
matrice/deploy/utils/post_processing/processor.py,sha256=fqX8aQZi6JogR5iJmXGLXjqUaH0KS60GqZrCfL_7CTw,31090
|
132
132
|
matrice/deploy/utils/post_processing/advanced_tracker/__init__.py,sha256=tAPFzI_Yep5TLX60FDwKqBqppc-EbxSr0wNsQ9DGI1o,423
|
133
133
|
matrice/deploy/utils/post_processing/advanced_tracker/base.py,sha256=VqWy4dd5th5LK-JfueTt2_GSEoOi5QQfQxjTNhmQoLc,3580
|
134
134
|
matrice/deploy/utils/post_processing/advanced_tracker/config.py,sha256=hEVJVbh4uUrbIynmoq4OhuxF2IZA5AMCBLpixScp5FI,2865
|
@@ -227,8 +227,8 @@ matrice/deployment/camera_manager.py,sha256=ReBZqm1CNXRImKcbcZ4uWAT3TUWkof1D28oB
|
|
227
227
|
matrice/deployment/deployment.py,sha256=PLIUD-PxTaC2Zxb3Y12wUddsryV-OJetjCjLoSUh7S4,48103
|
228
228
|
matrice/deployment/inference_pipeline.py,sha256=bXLgd29ViA7o0c7YWLFJl1otBUQfTPb61jS6VawQB0Y,37918
|
229
229
|
matrice/deployment/streaming_gateway_manager.py,sha256=w5swGsuFVfZIdOm2ZuBHRHlRdYYJMLopLsf2gb91lQ8,20946
|
230
|
-
matrice-1.0.
|
231
|
-
matrice-1.0.
|
232
|
-
matrice-1.0.
|
233
|
-
matrice-1.0.
|
234
|
-
matrice-1.0.
|
230
|
+
matrice-1.0.99159.dist-info/licenses/LICENSE.txt,sha256=2bm9uFabQZ3Ykb_SaSU_uUbAj2-htc6WJQmS_65qD00,1073
|
231
|
+
matrice-1.0.99159.dist-info/METADATA,sha256=xbn3R0LiXnLYB5OI31ROTDxq59ztMHALTmf7oiPr1R8,14624
|
232
|
+
matrice-1.0.99159.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
233
|
+
matrice-1.0.99159.dist-info/top_level.txt,sha256=P97js8ur6o5ClRqMH3Cjoab_NqbJ6sOQ3rJmVzKBvMc,8
|
234
|
+
matrice-1.0.99159.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|