Hey folks!
I started using the API and everything seems to be working fine, except for this small thing, every time I test the Find Similar API, it returns with confidence of over 0.90 (that is correct), but with a persistedFaceId that doesn't exist on my LargeFaceList.
Steps:
I created a LargeFaceList
I added a face to it
I "trained" the List
I run "LIST FACE" and I can see the face that I just added
I use Face Detect to generate a temporary faceID
With the previous ID, I run FIND SIMILAR again my LargeFaceList
The result returned is a "persistedFaceId" with a confidence >0.94
But the returned "persistedFaceId" is not the same on my LargeFaceList.
Anyone ever faced this issue?
Thank you!
Additional Info:
- All the API calls are being made from an Angular app
- The images used in the API are stored in Firebase
- No errors on console