Fix face gallery search result type

This commit is contained in:
tian 2026-04-16 10:55:15 +08:00
parent 7ed8c6d51b
commit 8a8f25f889

View File

@ -1062,7 +1062,7 @@ private:
}
L2Normalize(emb);
FaceGallery::SearchResult sr;
GallerySearchResult sr;
if (gallery && gallery->Size() > 0) {
sr = gallery->SearchTop2(emb);
}