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