You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
As I stated in the title, I have 10 subjects to detect it but when I try to list to subjects it only shows one. After some time or reseting the docker it works again but I dont want to restart it at all.
To Reproduce
self._recog_service.get_face_collection().list()
names = set([item['subject'] for item in classes['faces']])
names
Describe the bug
As I stated in the title, I have 10 subjects to detect it but when I try to list to subjects it only shows one. After some time or reseting the docker it works again but I dont want to restart it at all.
To Reproduce
self._recog_service.get_face_collection().list()
names = set([item['subject'] for item in classes['faces']])
names
Expected behavior
Normally It should be like that
Logs
curl -X GET "http://localhost:8000/api/v1/recognition/faces?page=0&size=2" -H "x-api-key:"
I have tried this command but still shows only one subject.
The text was updated successfully, but these errors were encountered: