matrice 1.0.99172__py3-none-any.whl → 1.0.99173__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/car_damage_detection.py +9 -2
- {matrice-1.0.99172.dist-info → matrice-1.0.99173.dist-info}/METADATA +1 -1
- {matrice-1.0.99172.dist-info → matrice-1.0.99173.dist-info}/RECORD +6 -6
- {matrice-1.0.99172.dist-info → matrice-1.0.99173.dist-info}/WHEEL +0 -0
- {matrice-1.0.99172.dist-info → matrice-1.0.99173.dist-info}/licenses/LICENSE.txt +0 -0
- {matrice-1.0.99172.dist-info → matrice-1.0.99173.dist-info}/top_level.txt +0 -0
@@ -68,8 +68,15 @@ class CarDamageConfig(BaseConfig):
|
|
68
68
|
class CarDamageDetectionUseCase(BaseProcessor):
|
69
69
|
# Human-friendly display names for categories
|
70
70
|
CATEGORY_DISPLAY = {
|
71
|
-
|
72
|
-
|
71
|
+
'damaged door': 'damaged door',
|
72
|
+
'damaged window': 'damaged window',
|
73
|
+
'damaged headlight': 'damaged headlight',
|
74
|
+
'damaged mirror': 'damaged mirror',
|
75
|
+
'dent': 'dent',
|
76
|
+
'damaged hood': 'damaged hood',
|
77
|
+
'damaged bumper': 'damaged bumper',
|
78
|
+
'damaged wind shield':'damaged wind shield'
|
79
|
+
}
|
73
80
|
|
74
81
|
def __init__(self):
|
75
82
|
super().__init__("car_damage_detection")
|
@@ -160,7 +160,7 @@ matrice/deploy/utils/post_processing/usecases/assembly_line_detection.py,sha256=
|
|
160
160
|
matrice/deploy/utils/post_processing/usecases/banana_defect_detection.py,sha256=uKvB550Xve3iWfdWeOU3VhgORxD-M_UzsQDQKkYcFBc,30338
|
161
161
|
matrice/deploy/utils/post_processing/usecases/basic_counting_tracking.py,sha256=-vr2z0J-qMh5wOoGubqeTWPttJ4NOYtGqKSV-_8PaKw,28311
|
162
162
|
matrice/deploy/utils/post_processing/usecases/blood_cancer_detection_img.py,sha256=Ay_0OC9gM1dTQHWC5wL8XLZjl7ulHzd0zdhNzGH4JKU,42128
|
163
|
-
matrice/deploy/utils/post_processing/usecases/car_damage_detection.py,sha256=
|
163
|
+
matrice/deploy/utils/post_processing/usecases/car_damage_detection.py,sha256=2jPoVEFl51XExToJ2qMzPJIcH9D9MExrMudiVBMNBRY,40425
|
164
164
|
matrice/deploy/utils/post_processing/usecases/car_part_segmentation.py,sha256=JbLcl1VvsQ2heuJYOn6QN44odQZ5WwLYWJXpM6iXpVk,46240
|
165
165
|
matrice/deploy/utils/post_processing/usecases/chicken_pose_detection.py,sha256=-e8di7Am-E-FCQFrSY8qJTO1aWtdRAVJoE-VKBgcyyI,29291
|
166
166
|
matrice/deploy/utils/post_processing/usecases/child_monitoring.py,sha256=z3oymoqq4hDGwA8MkdEONZW_Vx5CAZmvzZaNLsqmCfw,39380
|
@@ -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.99173.dist-info/licenses/LICENSE.txt,sha256=2bm9uFabQZ3Ykb_SaSU_uUbAj2-htc6WJQmS_65qD00,1073
|
231
|
+
matrice-1.0.99173.dist-info/METADATA,sha256=jW5aUJVXTsW5hj9Adhd5nsxFt1dFtxSMsrUdq9WV4Xw,14624
|
232
|
+
matrice-1.0.99173.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
233
|
+
matrice-1.0.99173.dist-info/top_level.txt,sha256=P97js8ur6o5ClRqMH3Cjoab_NqbJ6sOQ3rJmVzKBvMc,8
|
234
|
+
matrice-1.0.99173.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|