forked from Kami/python-face-client
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
Switch to SkyBiometry Face Detection and Recognition API #1
Open
Liuftvafas
wants to merge
28
commits into
chris-piekarski:master
Choose a base branch
from
SkyBiometry:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…es. Also use a get_random_string function instead of tempfile.
That way it is more robust against clashing file/field names and less code to maintain.
…e, it would try to decode any other data in the mutlipart response when concatenating, which will usually fail, as image data can't be decoded as ascii text.
UnicodeDecodeError when using file-like objects with unicode name.
Because SkyBiometry is intended to be used as a drop-in replacement for developers using face.com API most of functionality should work.
Some minor fixes: - removed print statement - added account/namespaces method - 'detector' parameter was missing in faces/recognize call
Update face_client.py
Added Python 3 support
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
SkyBiometry Face Detection And Recognition API is intended to be used as a drop-in replacement for developers using face.com API. I would like to suggest to switch to this service because face.com API is no longer available.