diff --git a/web/src/pages/FaceLibrary.tsx b/web/src/pages/FaceLibrary.tsx index 677bb58e0..c01a0875a 100644 --- a/web/src/pages/FaceLibrary.tsx +++ b/web/src/pages/FaceLibrary.tsx @@ -858,14 +858,20 @@ function FaceAttemptGroup({ faceNames={faceNames} onTrainAttempt={(name) => onTrainAttempt(data, name)} > - +
+
+ +
- onReprocess(data)} - /> +
+
+ onReprocess(data)} + /> +
{t("button.reprocessFace")} diff --git a/web/src/views/classification/ModelTrainingView.tsx b/web/src/views/classification/ModelTrainingView.tsx index f313d6829..ed96406e6 100644 --- a/web/src/views/classification/ModelTrainingView.tsx +++ b/web/src/views/classification/ModelTrainingView.tsx @@ -811,7 +811,10 @@ function StateTrainGrid({ image={data.filename} onRefresh={onRefresh} > - +
+
+ +
@@ -958,7 +961,10 @@ function ObjectTrainGrid({ image={data.filename} onRefresh={onRefresh} > - +
+
+ +
)}