Skip to content
#

face-recognition

Here are 3,178 public repositories matching this topic...

pt-br
pt-br commented Aug 24, 2019

I've ran into this issue for a couple hours and I ended up editing the dist library adding two new functions called fetchVideo and bufferToVideo that works pretty much like the fetchImage and bufferToImage functions.

I'll leave it here to help somebody else with the same issue and in case someone wants to include it on future releases.

face-api.js

...
exports.fetchVideo = fetc

papers about Face Detection; Face Alignment; Face Recognition && Face Identification && Face Verification && Face Representation; Face Reconstruction; Face Tracking; Face Super-Resolution && Face Deblurring; Face Generation && Face Synthesis; Face Transfer; Face Anti-Spoofing; Face Retrieval;

  • Updated Oct 14, 2021
CompreFace
pospielov
pospielov commented Sep 30, 2021

To improve performance on huge images, we resize it before face detection. The downside of this is that small faces could be not recognized.

Some users complain that we do not catch too small faces in their 1080p camera.

We need to make resizing a configurable variable, so users choose if we need to resize at all, or what resize to apply

Here is where we init the variable in Python:
htt

Jupyter Notebook tutorials on solving real-world problems with Machine Learning & Deep Learning using PyTorch. Topics: Face detection with Detectron 2, Time Series anomaly detection with LSTM Autoencoders, Object Detection with YOLO v5, Build your first Neural Network, Time Series forecasting for Coronavirus daily cases, Sentiment Analysis with BERT.

  • Updated Jun 14, 2021
  • Jupyter Notebook

A modern, web-based photo management server. Run it on your home server and it will let you find the right photo from your collection on any device. Smart filtering is made possible by object recognition, face recognition, location awareness, color analysis and other ML algorithms.

  • Updated Oct 25, 2021
  • Python

Improve this page

Add a description, image, and links to the face-recognition topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the face-recognition topic, visit your repo's landing page and select "manage topics."

Learn more