mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 21:17:43 +03:00
Format#2
This commit is contained in:
parent
2811886498
commit
83f350c267
@ -40,6 +40,7 @@ class ModelTypeEnum(str, Enum):
|
||||
dfine = "dfine"
|
||||
yologeneric = "yolo-generic"
|
||||
|
||||
|
||||
class ModelConfig(BaseModel):
|
||||
path: Optional[str] = Field(None, title="Custom Object detection model path.")
|
||||
labelmap_path: Optional[str] = Field(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user