Skip to content

alexkrz/face-detection

Repository files navigation

Face Detection Knowledge

List of important approaches:

  1. Viola-Jones Detector (CVPR, 2001)

  2. MTCNN (2016)

  3. SSD (ECCV, 2016)

  4. RetinaFace (CVPR, 2020)

  5. YOLO5-Face (ArXiV, 2022)

Setup

We recommend miniforge to set up your python environment.
Then uv can be used to install the project dependencies:

conda create -n $YOUR_ENV_NAME python=3.12
conda activate $YOUR_ENV_NAME
uv pip install -r requirements.txt
pre-commit install

Run scripts

  1. Face detection:

    python detect_faces.py (-h)
  2. Face alignment:

    python detect_align.py (-h)

Use -h flag to show options

Todos

  • Fix performance discrepancy between src/mtcnn_onnx.py and src/mtcnn_caffe.py

About

Knowledge hub on face detection methods

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors