mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-23 16:48:23 +03:00
fix validation for model section
This commit is contained in:
parent
5462dcb72d
commit
12ef7def86
@ -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",
|
||||||
|
],
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user