Fix face gallery search result type
This commit is contained in:
parent
7ed8c6d51b
commit
8a8f25f889
@ -1062,7 +1062,7 @@ private:
|
||||
}
|
||||
L2Normalize(emb);
|
||||
|
||||
FaceGallery::SearchResult sr;
|
||||
GallerySearchResult sr;
|
||||
if (gallery && gallery->Size() > 0) {
|
||||
sr = gallery->SearchTop2(emb);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user