matrice 1.0.99175__py3-none-any.whl → 1.0.99176__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/license_plate_detection.py +5 -5
- {matrice-1.0.99175.dist-info → matrice-1.0.99176.dist-info}/METADATA +1 -1
- {matrice-1.0.99175.dist-info → matrice-1.0.99176.dist-info}/RECORD +6 -6
- {matrice-1.0.99175.dist-info → matrice-1.0.99176.dist-info}/WHEEL +0 -0
- {matrice-1.0.99175.dist-info → matrice-1.0.99176.dist-info}/licenses/LICENSE.txt +0 -0
- {matrice-1.0.99175.dist-info → matrice-1.0.99176.dist-info}/top_level.txt +0 -0
@@ -42,18 +42,18 @@ class LicensePlateConfig(BaseConfig):
|
|
42
42
|
confidence_threshold: float = 0.6
|
43
43
|
|
44
44
|
usecase_categories: List[str] = field(
|
45
|
-
default_factory=lambda: ['
|
45
|
+
default_factory=lambda: ['license_plate']
|
46
46
|
)
|
47
47
|
|
48
48
|
target_categories: List[str] = field(
|
49
|
-
default_factory=lambda: ['
|
49
|
+
default_factory=lambda: ['license_plate']
|
50
50
|
)
|
51
51
|
|
52
52
|
alert_config: Optional[AlertConfig] = None
|
53
53
|
|
54
54
|
index_to_category: Optional[Dict[int, str]] = field(
|
55
55
|
default_factory=lambda: {
|
56
|
-
0: '
|
56
|
+
0: 'license_plate'
|
57
57
|
}
|
58
58
|
)
|
59
59
|
|
@@ -61,7 +61,7 @@ class LicensePlateConfig(BaseConfig):
|
|
61
61
|
class LicensePlateUseCase(BaseProcessor):
|
62
62
|
# Human-friendly display names for categories
|
63
63
|
CATEGORY_DISPLAY = {
|
64
|
-
"
|
64
|
+
"license_plate": "license_plate"
|
65
65
|
}
|
66
66
|
|
67
67
|
def __init__(self):
|
@@ -72,7 +72,7 @@ class LicensePlateUseCase(BaseProcessor):
|
|
72
72
|
self.CASE_VERSION: Optional[str] = '1.3'
|
73
73
|
|
74
74
|
# List of categories to track
|
75
|
-
self.target_categories = ["
|
75
|
+
self.target_categories = ["license_plate"]
|
76
76
|
|
77
77
|
# Initialize smoothing tracker
|
78
78
|
self.smoothing_tracker = None
|
@@ -181,7 +181,7 @@ matrice/deploy/utils/post_processing/usecases/flower_segmentation.py,sha256=4I7q
|
|
181
181
|
matrice/deploy/utils/post_processing/usecases/gender_detection.py,sha256=DEnCTRew6B7DtPcBQVCTtpd_IQMvMusBcu6nadUg2oM,40107
|
182
182
|
matrice/deploy/utils/post_processing/usecases/leaf.py,sha256=cwgB1ZNxkQFtkk-thSJrkXOGou1ghJr1kqtopb3sLD4,37036
|
183
183
|
matrice/deploy/utils/post_processing/usecases/leaf_disease.py,sha256=bkiLccTdf4KUq3he4eCpBlKXb5exr-WBhQ_oWQ7os68,36225
|
184
|
-
matrice/deploy/utils/post_processing/usecases/license_plate_detection.py,sha256=
|
184
|
+
matrice/deploy/utils/post_processing/usecases/license_plate_detection.py,sha256=Odbyq599IAqoEOfE1yDPGw5d8xzhaVdU34wjSPoYfcU,39566
|
185
185
|
matrice/deploy/utils/post_processing/usecases/mask_detection.py,sha256=MNpCcuefOdW7C8g_x_mNuWYA4mbyg8UNwomwBPoKtr0,39684
|
186
186
|
matrice/deploy/utils/post_processing/usecases/parking.py,sha256=lqTGqcjUZZPFw3tu11Ha8BSsZ311K5--wEZnlVsXakU,34534
|
187
187
|
matrice/deploy/utils/post_processing/usecases/parking_space_detection.py,sha256=xwhkJjGGKcT827URbasi3olYqhd95Sh0zsEIphwzcgY,39561
|
@@ -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.99176.dist-info/licenses/LICENSE.txt,sha256=2bm9uFabQZ3Ykb_SaSU_uUbAj2-htc6WJQmS_65qD00,1073
|
231
|
+
matrice-1.0.99176.dist-info/METADATA,sha256=B4B4jdks5Csejfm75uROvCfEULO5L29NfxxPr-fo6kw,14624
|
232
|
+
matrice-1.0.99176.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
233
|
+
matrice-1.0.99176.dist-info/top_level.txt,sha256=P97js8ur6o5ClRqMH3Cjoab_NqbJ6sOQ3rJmVzKBvMc,8
|
234
|
+
matrice-1.0.99176.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|