Various fixes (#20785)

* Catch case where detector overflows

* Add more debug logs

* Cleanup

* Adjust no class wording

* Adjustments
This commit is contained in:
Nicolas Mowen
2025-11-03 18:42:59 -06:00
committed by GitHub
parent 9e83888133
commit 84409eab7e
5 changed files with 39 additions and 4 deletions
+1
View File
@@ -845,6 +845,7 @@ function FaceAttemptGroup({
selectedItems={selectedFaces}
i18nLibrary="views/faceLibrary"
objectType="person"
noClassificationLabel="details.unknown"
onClick={(data) => {
if (data) {
onClickFaces([data.filename], true);