mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-05 19:41:15 +03:00
tweak annotation offset max in UI
This commit is contained in:
parent
79ffd7d281
commit
373fdad7f4
@ -12,7 +12,7 @@ export const JINA_EMBEDDING_MODELS = ["jinav1", "jinav2"] as const;
|
|||||||
export const REDACTED_CREDENTIAL_SENTINEL = "__FRIGATE_SAVED_CREDENTIAL__";
|
export const REDACTED_CREDENTIAL_SENTINEL = "__FRIGATE_SAVED_CREDENTIAL__";
|
||||||
|
|
||||||
export const ANNOTATION_OFFSET_MIN = -10000;
|
export const ANNOTATION_OFFSET_MIN = -10000;
|
||||||
export const ANNOTATION_OFFSET_MAX = 5000;
|
export const ANNOTATION_OFFSET_MAX = 10000;
|
||||||
export const ANNOTATION_OFFSET_STEP = 50;
|
export const ANNOTATION_OFFSET_STEP = 50;
|
||||||
|
|
||||||
export const supportedLanguageKeys = [
|
export const supportedLanguageKeys = [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user