mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-20 18:59:01 +03:00
fix validation for model section
This commit is contained in:
@@ -20,7 +20,13 @@ const model: SectionConfigOverrides = {
|
|||||||
"input_dtype",
|
"input_dtype",
|
||||||
"model_type",
|
"model_type",
|
||||||
],
|
],
|
||||||
hiddenFields: ["labelmap", "attributes_map"],
|
hiddenFields: [
|
||||||
|
"labelmap",
|
||||||
|
"attributes_map",
|
||||||
|
"colormap",
|
||||||
|
"all_attributes",
|
||||||
|
"plus",
|
||||||
|
],
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user