Add tip for face training

This commit is contained in:
Nicolas Mowen 2025-03-17 13:05:24 -06:00
parent 86e1185e87
commit 0851e80737
2 changed files with 7 additions and 2 deletions

View File

@ -9,7 +9,8 @@
},
"createFaceLibrary": {
"title": "Create Face Library",
"desc": "Create a new face library"
"desc": "Create a new face library",
"nextSteps": "It is recommended to use the Train tab to select and train images for each person as they are detected. When building a strong foundation it is strongly recommended to only train on images that are straight-on. Ignore images from cameras that recognize faces from an angle."
},
"train": {
"title": "Train",

View File

@ -134,7 +134,11 @@ export default function CreateFaceWizardDialog({
)}
{step == 2 && (
<div>
<div className="text-s my-4 flex items-center text-secondary-foreground">
{t("toast.success.addFaceLibrary", { name })}
<p className="py-4 text-sm text-secondary-foreground">
{t("createFaceLibrary.nextSteps")}
</p>
<div className="text-s my-4 flex items-center text-primary">
<Link
to="https://docs.frigate.video/configuration/face_recognition"
target="_blank"