Face analysis PyTorch framework.
Project description
facetorch
Facetorch is a Python library that can detect faces and analyze facial features like expressions using artificial neural networks. The goal is to gather open-source face analysis models from the community, optimize them for performance using TorchScript and combine them to create a face analysis tool that one can:
- configure using Hydra (OmegaConf)
- reproduce with conda-lock and Docker
- accelerate on CPU and GPU with TorchScript
- extend by uploading a model file to Google Drive and adding a config yaml file to the repository
Please, use the library responsibly with caution and follow the ethics guidelines for Trustworthy AI from European Commission. The models are not perfect and may be biased.
Install
PyPI
pip install facetorch
Usage
Prerequisites
Docker Compose provides an easy way of building a working facetorch environment with a single command.
Run docker example
- CPU:
docker compose run facetorch python ./scripts/example.py
- GPU:
docker compose run facetorch-gpu python ./scripts/example.py analyzer.device=cuda
Configure
The project is configured by files located in conf with the main file conf/config.yaml.
Components
FaceAnalyzer is the main class of Facetorch as it is the orchestrator responsible for initializing and running the following components:
- Reader - reads the image and returns an ImageData object containing the image tensor.
- Detector - wrapper around a neural network that detects faces.
- Unifier - processor that unifies sizes of all faces and normalizes them between 0 and 1.
- Predictor dict - set of wrappers around neural networks trained to analyze facial features.
Structure
analyzer
├── reader
├── detector
├── unifier
└── predictor
├── embed
├── fer
└── deepfake
Available models
Detector
| detector | source | license | version |
| ------------- | --------- | ----------- | ------- |
| RetinaFace | biubug6 | MIT license | 1 |
- biubug6
Predictor
Facial representation learning (embed)
| embed | source | license | version |
| ----------------- | ---------- | ----------- | ------- |
| ResNet-50 VGG 1M | 1adrianb | MIT license | 1 |
- 1adrianb
Facial expression recognition (FER)
| fer | source | license | version |
| ----------------- | -------------- | ------------------ | ------- |
| EfficientNet B0 7 | HSE-asavchenko | Apache License 2.0 | 1 |
| EfficientNet B2 8 | HSE-asavchenko | Apache License 2.0 | 2 |
- HSE-asavchenko
Deepfake detection
| deepfake | source | license | version |
| -------------------- | ---------------- | ----------- | ------- |
| EfficientNet B7 | selimsef | MIT license | 1 |
- selimsef
Model download
Models are downloaded during runtime automatically to the models directory. You can also download the models manually from a public Google Drive folder.
Execution time
Image test.jpg (4 faces) is analyzed in about 400ms and test3.jpg (25 faces) in about 1.1s on NVIDIA Tesla T4 GPU once the default configuration (conf/config.yaml) of models is initialized and pre heated to the initial image size 1080x1080. One can monitor the execution times in logs using the DEBUG level.
Detailed test.jpg (4 faces) execution times:
analyzer
├── reader: 27 ms
├── detector: 230 ms
├── unifier: 1 ms
└── predictor
├── embed: 8 ms
├── fer: 22 ms
└── deepfake: 109 ms
Development
Run the Docker container:
- CPU:
docker compose -f docker-compose.dev.yml run facetorch-dev bash
- GPU:
docker compose -f docker-compose.dev.yml run facetorch-dev-gpu bash
Add predictor
Prerequisites
- File of the TorchScript model
- Google Drive file ID of the model
Facetorch works with models that were exported from PyTorch to TorchScript. You can apply torch.jit.trace function to compile a PyTorch model as a TorchScript module.
The first models are hosted on my public Google Drive folder. You can either send the new model for upload to me, host the model on your Google Drive or host it somewhere else and add your own downloader object to the codebase.
Configuration
Create yaml file
- Create new folder with a short name of the task in predictor configuration directory
/conf/analyzer/predictor/
following the FER example in/conf/analyzer/predictor/fer/
- Copy the yaml file
/conf/analyzer/predictor/fer/efficientnet_b2_8.yaml
to the new folder/conf/analyzer/predictor/<predictor_name>/
- Change the yaml file name to the model you want to use:
/conf/analyzer/predictor/<predictor_name>/<model_name>.yaml
Edit yaml file
- Change the Google Drive file ID to the ID of the model.
- Select the preprocessor (or implement a new one based on BasePredPreProcessor) and specify it's parameters e.g. image size and normalization in the yaml file to match the requirements of the new model.
- Select the postprocessor (or implement a new one based on BasePredPostProcessor) and specify it's parameters e.g. labels in the yaml file to match the requirements of the new model.
Configure tests
- Add a new predictor to the main config.yaml and all tests.config..yaml files. Alternatively, create a new config file e.g.
tests.config..yaml and add it to the
/tests/conftest.py
file. - Write a test for the new predictor in
/tests/test_<predictor_name>.py
Test and submit
- Run linting test:
flake8 --config=.flake8
- Run tests and check coverage:
pytest tests --verbose --cov-report html:coverage --cov facetorch
- Add the new predictor to the README model table.
- Submit a pull request to add the new predictor to the main codebase.
Update environment
CPU:
- Add packages with corresponding versions to
environment.yml
file - Lock the environment:
conda lock -p linux-64 -f environment.yml --lockfile conda-lock.yml
- Install the locked environment:
conda-lock install --name env conda-lock.yml
GPU:
- Add packages with corresponding versions to
gpu.environment.yml
file - Lock the environment:
conda lock -p linux-64 -f gpu.environment.yml --lockfile gpu.conda-lock.yml
- Install the locked environment:
conda-lock install --name env gpu.conda-lock.yml
Generate documentation
- Generate documentation from docstrings using pdoc3:
pdoc --html facetorch --output-dir docs --force --template-dir pdoc/templates/
Profiling
- Run profiling of the example script:
python -m cProfile -o profiling/example.prof scripts/example.py
- Open profiling file in the browser:
snakeviz profiling/example.prof
Acknowledgements
I want to thank the open source code community and the researchers who have published the models. This project would not be possible without their work.
Logo was generated using DeepAI Text To Image API
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file facetorch-0.0.5.tar.gz
.
File metadata
- Download URL: facetorch-0.0.5.tar.gz
- Upload date:
- Size: 1.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cfca6f6fc313bc66de576b6f9aca57bc3fd29b5f7c85d9807bca420d60bc4d5b |
|
MD5 | ba63eab85c6085361bcd53c14370bb8c |
|
BLAKE2b-256 | 199a78ffff7912ad5de29eb928a0e94b0b9948a0fca8be92b162402b914eb5c2 |
File details
Details for the file facetorch-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: facetorch-0.0.5-py3-none-any.whl
- Upload date:
- Size: 29.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f2117ca4d76fe75e2761c03e011b9642ecd265c7b4b87f52f23e09e337544316 |
|
MD5 | 3157fc263c3871f70306029e5e7f812a |
|
BLAKE2b-256 | 1b4e410d40bc7bf140318f1bf7e21208b08161fe31363287c05d193756b4233b |