compreface-python-sdk icon indicating copy to clipboard operation
compreface-python-sdk copied to clipboard

Python SDK for CompreFace - free and open-source face recognition system from Exadel

Results 9 compreface-python-sdk issues
Sort by recently updated
recently updated
newest added

It seems that this sdk cannot run with python 3.7, because package "typing" does not supported python 3.7 but python 3.8+.

I am getting this issue whenever I run the face recognition webcam demo command: qt.qpa.xcb: could not connect to display qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in...

Fixed a file that caused an error due to the introduction of a post plugin.

When I use Mobilenet-gpu/SubCenter-ArcFace-r100-gpu, I can create subjects but can not add examples into subjects through SDK. And then, I try to use UI to add examples, and get the...

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...

Hi, How can I check that a Subject already exists in the databse, using its **subject** value ? The idea is that I only want to add in the database...

Hello, this is a very great api service I would like to know if it is possible to arrange the results in a particular order

Try add face in loop for files in my folder(6000 faces) i got error **FATAL: sorry, too many clients already** but api response is ok `compreface-core | {"severity": "DEBUG", "message":...