Cognitive-Face-Python icon indicating copy to clipboard operation
Cognitive-Face-Python copied to clipboard

Python SDK for the Microsoft Face API, part of Cognitive Services

Results 15 Cognitive-Face-Python issues
Sort by recently updated
recently updated
newest added

I add a type bytes, then user can read file by itself. For example, I use opencv to capture image from ipcam, then change it type from ndarray to bytes....

Following the regular instructions in the read me on Win10 using Py3, it fails running "python sample" or "python3 sample" ``` $ python sample Traceback (most recent call last): File...

Update/Patch to the sample/util.py to support Python 3.7. currently unable to run samples on Python 3.7 File "sample\util.py", line 178 def async(func): ^ SyntaxError: invalid syntax

Currently it is cumbersome to supply images to the recognition system when they are stored in-memory in bytes objects rather then remote links or files on disk. This is problematic...

I am using python2 Steps I've followed are: pip install cognitive_face python setup.py install getting a valid subscription key Copy cognitive_face/tests/config.sample.py into cognitive_face/tests/config.py. Change the KEY and BASE_URL parameters to...