Add state classification image selection step

This commit is contained in:
Nicolas Mowen
2025-10-22 15:48:02 -06:00
parent 07a9612e9b
commit 068b572eab
3 changed files with 469 additions and 2 deletions
@@ -79,6 +79,13 @@
"stateRequiresTwoClasses": "State models require at least 2 classes",
"objectTypeRequired": "Please select a classification type"
}
},
"step2": {
"description": "Select cameras and define the area to monitor for each camera. The model will classify the state of these areas.",
"cameras": "Cameras",
"selectCamera": "Select Camera",
"noCameras": "Click + to add cameras",
"selectCameraPrompt": "Select a camera from the list to define its monitoring area"
}
}
}