Use config attribute map instead of hard coded (#14387)

This commit is contained in:
Nicolas Mowen
2024-10-16 07:27:36 -06:00
committed by GitHub
parent eda52a3b82
commit 06f47f262f
6 changed files with 56 additions and 19 deletions

View File

@@ -19,14 +19,6 @@ export interface BirdseyeConfig {
width: number;
}
export const ATTRIBUTE_LABELS = [
"amazon",
"face",
"fedex",
"license_plate",
"ups",
];
export type SearchModelSize = "small" | "large";
export interface CameraConfig {