mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-15 15:45:27 +03:00
Fix check
This commit is contained in:
parent
7931203261
commit
3987c75224
@ -44,7 +44,7 @@ class ModelConfig(BaseModel):
|
||||
default_factory=dict, title="Labelmap customization."
|
||||
)
|
||||
attributes_map: Dict[str, list[str]] = Field(
|
||||
default=ATTRIBUTE_LABEL_MAP,
|
||||
default=DEFAULT_ATTRIBUTE_LABEL_MAP,
|
||||
title="Map of object labels to their attribute labels.",
|
||||
)
|
||||
input_tensor: InputTensorEnum = Field(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user