mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-17 00:25:23 +03:00
Update default attributes map
This commit is contained in:
parent
acc25f78ed
commit
e407cc2c73
@ -17,7 +17,21 @@ PLUS_API_HOST = "https://api.frigate.video"
|
|||||||
|
|
||||||
DEFAULT_ATTRIBUTE_LABEL_MAP = {
|
DEFAULT_ATTRIBUTE_LABEL_MAP = {
|
||||||
"person": ["amazon", "face"],
|
"person": ["amazon", "face"],
|
||||||
"car": ["amazon", "fedex", "license_plate", "ups"],
|
"car": [
|
||||||
|
"amazon",
|
||||||
|
"an_post",
|
||||||
|
"dhl",
|
||||||
|
"dpd",
|
||||||
|
"fedex",
|
||||||
|
"gls",
|
||||||
|
"license_plate",
|
||||||
|
"nzpost",
|
||||||
|
"postnl",
|
||||||
|
"postnord",
|
||||||
|
"purolator",
|
||||||
|
"ups",
|
||||||
|
"usps",
|
||||||
|
],
|
||||||
}
|
}
|
||||||
LABEL_CONSOLIDATION_MAP = {
|
LABEL_CONSOLIDATION_MAP = {
|
||||||
"car": 0.8,
|
"car": 0.8,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user