All Projects â†’ Linzaer â†’ Face Track Detect Extract

Linzaer / Face Track Detect Extract

Licence: mit
💎 Detect , track and extract the optimal face in multi-target faces (exclude side face and select the optimal face).

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Face Track Detect Extract

Jeelizfacefilter
Javascript/WebGL lightweight face tracking library designed for augmented reality webcam filters. Features : multiple faces detection, rotation, mouth opening. Various integration examples are provided (Three.js, Babylon.js, FaceSwap, Canvas2D, CSS3D...).
Stars: ✭ 2,042 (+370.51%)
Mutual labels:  face, tracking, detection
brfv4 android examples
Android Studio project (Java)
Stars: ✭ 43 (-90.09%)
Mutual labels:  tracking, detection, face
ARFaceFilter
Javascript/WebGL lightweight face tracking library designed for augmented reality webcam filters. Features : multiple faces detection, rotation, mouth opening. Various integration examples are provided (Three.js, Babylon.js, FaceSwap, Canvas2D, CSS3D...).
Stars: ✭ 72 (-83.41%)
Mutual labels:  tracking, detection, face
Brfv4 javascript examples
BRFv4 - HTML5/Javascript - examples project. Reference implementation for all other platform example packages.
Stars: ✭ 460 (+5.99%)
Mutual labels:  face, tracking, detection
brfv4 win examples
Windows C++ examples utilizing OpenCV for camera access and drawing the face tracking results.
Stars: ✭ 13 (-97%)
Mutual labels:  tracking, detection, face
Mtcnn
face detection and alignment with mtcnn
Stars: ✭ 66 (-84.79%)
Mutual labels:  face, mtcnn, detection
jeelizPupillometry
Real-time pupillometry in the web browser using a 4K webcam video feed processed by this WebGL/Javascript library. 2 demo experiments are included.
Stars: ✭ 78 (-82.03%)
Mutual labels:  tracking, detection, face
Mtcnn
MTCNN face detection implementation for TensorFlow, as a PIP package.
Stars: ✭ 1,689 (+289.17%)
Mutual labels:  face, mtcnn, detection
Raspberrypi Facedetection Mtcnn Caffe With Motion
MTCNN with Motion Detection, on Raspberry Pi with Love
Stars: ✭ 204 (-53%)
Mutual labels:  face, mtcnn, detection
Awesome-Vision-Transformer-Collection
Variants of Vision Transformer and its downstream tasks
Stars: ✭ 124 (-71.43%)
Mutual labels:  tracking, detection
jeelizGlanceTracker
JavaScript/WebGL lib: detect if the user is looking at the screen or not from the webcam video feed. Lightweight and robust to all lighting conditions. Great for play/pause videos if the user is looking or not, or for person detection. Link to live demo.
Stars: ✭ 68 (-84.33%)
Mutual labels:  detection, face
Object-Detection-And-Tracking
Target detection in the first frame and Tracking target by SiamRPN.
Stars: ✭ 33 (-92.4%)
Mutual labels:  tracking, detection
opencv TLD
TLD:tracking-learning-detection 跟踪算法
Stars: ✭ 41 (-90.55%)
Mutual labels:  tracking, detection
multi-task-learning
Multi-task learning smile detection, age and gender classification on GENKI4k, IMDB-Wiki dataset.
Stars: ✭ 154 (-64.52%)
Mutual labels:  face, mtcnn
android mtcnn insightface face recognize
detect face with mtcnn and embedder with insightface
Stars: ✭ 64 (-85.25%)
Mutual labels:  face, mtcnn
VISO
[IEEE TGRS 2021] Detecting and Tracking Small and Dense Moving Objects in Satellite Videos: A Benchmark
Stars: ✭ 61 (-85.94%)
Mutual labels:  tracking, detection
farm-animal-tracking
Farm Animal Tracking (FAT)
Stars: ✭ 19 (-95.62%)
Mutual labels:  tracking, detection
AIODrive
Official Python/PyTorch Implementation for "All-In-One Drive: A Large-Scale Comprehensive Perception Dataset with High-Density Long-Range Point Clouds"
Stars: ✭ 32 (-92.63%)
Mutual labels:  tracking, detection
Sipmask
SipMask: Spatial Information Preservation for Fast Image and Video Instance Segmentation (ECCV2020)
Stars: ✭ 255 (-41.24%)
Mutual labels:  tracking, detection
Tensorflow 2.x Yolov3
YOLOv3 implementation in TensorFlow 2.3.1
Stars: ✭ 300 (-30.88%)
Mutual labels:  tracking, detection

Face Detection & Tracking & Extract

GitHub PyPI - Python Version

This project can detect , track and extract the optimal face in multi-target faces (exclude side face and select the optimal face).

Introduction

  • Dependencies:
    • Python 3.5+
    • Tensorflow
    • MTCNN
    • Scikit-learn
    • Numpy
    • Numba
    • Opencv-python
    • Filterpy

Run

  • To run the python version of the code :
python3 start.py
  • Then you can find faces extracted stored in the floder ./facepics .
  • If you want to draw 5 face landmarks on the face extracted,you just add the argument face_landmarks
python3 start.py --face_landmarks

What can this project do?

  • You can run it to extract the optimal face for everyone from a lot of videos and use it as a training set for CNN Training.
  • You can also send the extracted face to the backend for Face Recognition.

Results

alt text alt text

Special Thanks to:

License

MIT LICENSE

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].