Skip to content

Grouping rgb and infra people`s faces by folders using face features.

Notifications You must be signed in to change notification settings

Irlirion/face-group

Repository files navigation

Face group

Grouping rgb and infra people`s faces by folders using face features

PyPI Version Build Status codecov

face-group finds faces using dlib

Installation

sudo apt-get install build-essential cmake
pip install face-group

Usage

$ face-group --help
Usage: face-group [OPTIONS]

  It groups the faces of similar people

Options:
  -i, --input-dir PATH   Path of directory with rgb and infra images.
  -o, --output-dir PATH  Path of output directory (default='out').
  -v, --verbose BOOLEAN  Show info or not.
  -m, --model [hog|cnn]  Type of backend for computing features.
  -c, --cpus INTEGER     Number of CPU cores to use in parallel (can speed up
                         processing lots of images). -1 means "use all in
                         system".

  --help                 Show this message and exit.

About

Grouping rgb and infra people`s faces by folders using face features.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published