We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dear all, The following code only deliver 20 Faces although my Facecollection has 24.
faces: list = face_collection.list().get('faces')
when I go via the REST API I can set a size Parameter which seems here not possible. Dirk
curl -X GET "http://localhost:8000/api/v1/recognition/faces?page=0&size=2" -H "x-api-key:nnnn“
The text was updated successfully, but these errors were encountered:
It looks like this is a bug. I'll add it to our Jira. As a workaround, you can use the REST API. Here you can find code snippets for it: https://documenter.getpostman.com/view/17578263/UUxzAnde#2febdce6-c451-4cc4-b3d3-c1c4b20c5fe7
Sorry, something went wrong.
No branches or pull requests
Dear all,
The following code only deliver 20 Faces although my Facecollection has 24.
faces: list = face_collection.list().get('faces')
when I go via the REST API I can set a size Parameter which seems here not possible.
Dirk
curl -X GET "http://localhost:8000/api/v1/recognition/faces?page=0&size=2" -H "x-api-key:nnnn“
The text was updated successfully, but these errors were encountered: