mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 21:17:43 +03:00
Add tip for face training
This commit is contained in:
parent
86e1185e87
commit
0851e80737
@ -9,7 +9,8 @@
|
|||||||
},
|
},
|
||||||
"createFaceLibrary": {
|
"createFaceLibrary": {
|
||||||
"title": "Create Face Library",
|
"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": {
|
"train": {
|
||||||
"title": "Train",
|
"title": "Train",
|
||||||
|
|||||||
@ -134,7 +134,11 @@ export default function CreateFaceWizardDialog({
|
|||||||
)}
|
)}
|
||||||
{step == 2 && (
|
{step == 2 && (
|
||||||
<div>
|
<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
|
<Link
|
||||||
to="https://docs.frigate.video/configuration/face_recognition"
|
to="https://docs.frigate.video/configuration/face_recognition"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user