face_recognition_models icon indicating copy to clipboard operation
face_recognition_models copied to clipboard

Trained models for the face_recognition python library

Results 13 face_recognition_models issues
Sort by recently updated
recently updated
newest added

when i am running the below line of code : face_recognition_models.face_locations(rgb,model="cnn") I am getting this error: module 'face_recognition_models' has no attribute 'face_locations' face_recognition_models contains same functions of face_recognition but why...

Bumps [pip](https://github.com/pypa/pip) from 8.1.2 to 21.1. Changelog Sourced from pip's changelog. 21.1 (2021-04-24) Process Start installation scheme migration from distutils to sysconfig. A warning is implemented to detect differences between...

dependencies

* face_recognition version: 0.3 * Python version: 3.6 * Operating System: Google Colab (cpu-only) ### Description My face encoder doesn't work when running on a CPU-only instance of Google Colab...

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...

dependencies

* face_recognition version: 1.3.0 * Python version: 3.7.3 * Operating System: Raspbian GNU/Linux 10 (buster) ### Description Trying to install face_recognition via pip. ### What I Did ``` sudo pip3...

Bumps [cryptography](https://github.com/pyca/cryptography) from 1.7 to 3.2. Changelog Sourced from cryptography's changelog. 3.2 - 2020-10-25 * **SECURITY ISSUE:** Attempted to make RSA PKCS#1v1.5 decryption more constant time, to protect against Bleichenbacher...

dependencies

https://github.com/davisking/dlib-models#shape_predictor_68_face_landmarksdatbz2 says it excludes commercial use, so it cannot be CC0

* face_recognition version: * Python version: * Operating System: ### Description I am unable to install face_recognition_model. If anybody knows please help me . ![IMG20240102161114](https://github.com/ageitgey/face_recognition_models/assets/156079731/576c7dc0-0f0e-450a-89c9-3e5bf8cf80ae) ![Uploading IMG20240102161322.jpg…]()

Bumps [wheel](https://github.com/pypa/wheel) from 0.29.0 to 0.38.1. Changelog Sourced from wheel's changelog. Release Notes UNRELEASED Updated vendored packaging to 22.0 0.38.4 (2022-11-09) Fixed PKG-INFO conversion in bdist_wheel mangling UTF-8 header values...

dependencies

* face_recognition version: 1.3.0 * Python version: 3.10 * Operating System: Windows 11 ### Description I'm trying to import Face recognition on Pycharm , and i get this error :...