faced icon indicating copy to clipboard operation
faced copied to clipboard

🚀 😏 Near Real Time CPU Face detection using deep learning

Results 29 faced issues
Sort by recently updated
recently updated
newest added

Hi! This looks really promising and interesting, good work! Would it be possible to get the actual trained model either in Keras format (.h5) or in ONNX? I'd like to...

Im trying to call face_detector.predict(rgb_img, thresh) just about 100 times/second and each time it causes memory increment just around 1.3-8.0 Mb. ```python def crop_faces_from_numpy_image(self, numpy_rgb): bboxes = self.face_detector.predict(numpy_rgb, self.thresh) cropped_images_array...

'faced' is not recognized as an internal or external command, operable program or batch file. why ???????

OS: Windows 10 Python v3.6.x ``` E:\clients\Assets\FR_Infogen_v3\IGL\code>pip install git+https://github.com/iitzco/faced.git Collecting git+https://github.com/iitzco/faced.git Cloning https://github.com/iitzco/faced.git to c:\users\diksha\appdata\local\temp\pip-req-build-5ibodt8c Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line...

this was my code when i used cascade file ` import cv2 import numpy as np import os def f_s(): trainer = r'C:\Users\User\Documents\jarvis\face recognition\trainer' recognizer = cv2.face.LBPHFaceRecognizer_create() recognizer.read(trainer + '/trainer.yml')...

This pull request fixes a UnicodeError in the setup.py - this made it impossible to install on python 3.6.7

Hi all, Great package - much faster than many of the other options. I'm running into an issue where, for some images, the boxes are drawn in the incorrect place....

Is there a way to change the camera(like where's the videocapture)?

Hi! Thank you for sharing this tool. I was having this issue while running faced with an .mp4 video. This is the terminal output: ``` Traceback (most recent call last):...

Faiz  localhost  ~  GitRepos  Faced  🔥  pip3 install git+https://github.com/iitzco/faced.git Collecting git+https://github.com/iitzco/faced.git Cloning https://github.com/iitzco/faced.git to /tmp/pip-req-build-cqyujtbf Collecting numpy (from faced==0.1) Downloading https://files.pythonhosted.org/packages/3d/10/62224c551acfd3a3583ad16d1e0f1c9e9c333e74479dc51977c31836119c/numpy-1.16.0-cp37-cp37m-manylinux1_x86_64.whl (17.3MB) 100% |████████████████████████████████|...