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)

Set up repository

  1. Install miniconda

  2. Create conda environment with

    conda env create -n fdetect -f environment.yml
  3. Install pip requirements

    conda activate fdetect
    pip install -r requirements.txt
  4. Install pre-commit

    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

No packages published

Languages