matrice 1.0.99138__py3-none-any.whl → 1.0.99139__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/usecases/concrete_crack_detection.py +3 -1
- {matrice-1.0.99138.dist-info → matrice-1.0.99139.dist-info}/METADATA +1 -1
- {matrice-1.0.99138.dist-info → matrice-1.0.99139.dist-info}/RECORD +6 -6
- {matrice-1.0.99138.dist-info → matrice-1.0.99139.dist-info}/WHEEL +0 -0
- {matrice-1.0.99138.dist-info → matrice-1.0.99139.dist-info}/licenses/LICENSE.txt +0 -0
- {matrice-1.0.99138.dist-info → matrice-1.0.99139.dist-info}/top_level.txt +0 -0
@@ -145,7 +145,7 @@ class ConcreteCrackUseCase(BaseProcessor):
|
|
145
145
|
self.smoothing_tracker = BBoxSmoothingTracker(smoothing_config)
|
146
146
|
print("---------------------processed_4-----------------------------------")
|
147
147
|
processed_data = bbox_smoothing(processed_data, self.smoothing_tracker.config, self.smoothing_tracker)
|
148
|
-
|
148
|
+
print(processed_data)
|
149
149
|
# Advanced tracking (BYTETracker-like)
|
150
150
|
try:
|
151
151
|
from ..advanced_tracker import AdvancedTracker
|
@@ -160,6 +160,8 @@ class ConcreteCrackUseCase(BaseProcessor):
|
|
160
160
|
# The tracker expects the data in the same format as input
|
161
161
|
# It will add track_id and frame_id to each detection
|
162
162
|
processed_data = self.tracker.update(processed_data)
|
163
|
+
print("---------------------processed_4-----------------------------------")
|
164
|
+
print(processed_data)
|
163
165
|
|
164
166
|
except Exception as e:
|
165
167
|
# If advanced tracker fails, fallback to unsmoothed detections
|
@@ -166,7 +166,7 @@ matrice/deploy/utils/post_processing/usecases/chicken_pose_detection.py,sha256=-
|
|
166
166
|
matrice/deploy/utils/post_processing/usecases/child_monitoring.py,sha256=z3oymoqq4hDGwA8MkdEONZW_Vx5CAZmvzZaNLsqmCfw,39380
|
167
167
|
matrice/deploy/utils/post_processing/usecases/color_detection.py,sha256=Z8-akjy8a7f8YyiOzXu_Zi1Km30v-TRrymDqQOPpJ_8,43277
|
168
168
|
matrice/deploy/utils/post_processing/usecases/color_map_utils.py,sha256=SP-AEVcjLmL8rxblu-ixqUJC2fqlcr7ab4hWo4Fcr_k,2677
|
169
|
-
matrice/deploy/utils/post_processing/usecases/concrete_crack_detection.py,sha256=
|
169
|
+
matrice/deploy/utils/post_processing/usecases/concrete_crack_detection.py,sha256=9IVHC2z3FKu8Pg-UjQfNpIjx_4ssE520us3leeBe-dk,40624
|
170
170
|
matrice/deploy/utils/post_processing/usecases/crop_weed_detection.py,sha256=i7BWhC-D7liOg9fzFHFg_upd1fdvXlVHYzDRyHL-AdM,40322
|
171
171
|
matrice/deploy/utils/post_processing/usecases/customer_service.py,sha256=UWS83qxguyAyhh8a0JF5QH9DtKxO8I-gI2BPOjLPxBw,44642
|
172
172
|
matrice/deploy/utils/post_processing/usecases/defect_detection_products.py,sha256=flvTWv6vxa3q4zXD8_e8TW0pqNE5z3LIuvU9ceVKuXg,34481
|
@@ -225,8 +225,8 @@ matrice/deployment/camera_manager.py,sha256=ReBZqm1CNXRImKcbcZ4uWAT3TUWkof1D28oB
|
|
225
225
|
matrice/deployment/deployment.py,sha256=PLIUD-PxTaC2Zxb3Y12wUddsryV-OJetjCjLoSUh7S4,48103
|
226
226
|
matrice/deployment/inference_pipeline.py,sha256=bXLgd29ViA7o0c7YWLFJl1otBUQfTPb61jS6VawQB0Y,37918
|
227
227
|
matrice/deployment/streaming_gateway_manager.py,sha256=w5swGsuFVfZIdOm2ZuBHRHlRdYYJMLopLsf2gb91lQ8,20946
|
228
|
-
matrice-1.0.
|
229
|
-
matrice-1.0.
|
230
|
-
matrice-1.0.
|
231
|
-
matrice-1.0.
|
232
|
-
matrice-1.0.
|
228
|
+
matrice-1.0.99139.dist-info/licenses/LICENSE.txt,sha256=2bm9uFabQZ3Ykb_SaSU_uUbAj2-htc6WJQmS_65qD00,1073
|
229
|
+
matrice-1.0.99139.dist-info/METADATA,sha256=MvsxaJXsosePJ1fRCShaeA1k7WYQJRn5JIgT-0Okd2M,14624
|
230
|
+
matrice-1.0.99139.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
231
|
+
matrice-1.0.99139.dist-info/top_level.txt,sha256=P97js8ur6o5ClRqMH3Cjoab_NqbJ6sOQ3rJmVzKBvMc,8
|
232
|
+
matrice-1.0.99139.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|