Skip to main content

Useful data structures, utils for Python.

Project description

# face-mask Wear face masks in the given picture.

## Install Install by pip: `bash pip install face-mask `

Or install locally (cd project root directory first): `bash python3 setup.py install `

## Usage Specify face picture path and then auto save to face with mask picture path (whose name with “-with-mask” suffix). `bash face-mask /path/to/face/picture `

If you want to see the new picture with default viewer, please specify –show option. `bash face-mask /path/to/face/picture --show `

If you want to wear different mask to face, then specify one of the options below: - –black for black mask - –blue for blue mask - –red for red mask

For instance: `bash face-mask /path/to/face/picture --blue `

In addition, you can specify different detection models by –model option: - hog is less accurate but faster on CPUs. - cnn is a more accurate deep-learning model which is GPU/CUDA accelerated (if available).

`bash face-mask /path/to/face/picture --model cnn `

## Effects ### One person wears a mask ![](images/face-mask-single.jpg)

### Many persons wear masks ![](images/face-mask-multi.jpg)

### Comic persons wear masks > Attention: Face recognition for comic face is not accurate enough.

![](images/face-mask-comic.jpg)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

face-mask-0.3.0.tar.gz (108.7 kB view hashes)

Uploaded Source

Built Distribution

face_mask-0.3.0-py3-none-any.whl (107.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page