High accurate tool for automatic faces detection with landmarks
High accurate tool for automatic faces detection with landmarks.
The library is based on public detectors with high accuracy (TinaFace, Retinaface, SCRFD, …) which are combined together to form an ansamle. All models predict detections, then voting algorithm performs aggregation.
🛠️Prerequisites
- Install Docker
- Install Nvidia Docker Container Runtime
- Install nvidia-container-runtime:
apt-get install nvidia-container-runtime
- Set
"default-runtime" : "nvidia"
in/etc/docker/daemon.json
:{ "default-runtime": "nvidia", "runtimes": { "nvidia": { "path": "nvidia-container-runtime", "runtimeArgs": [] } } }
- Restart Docker:
systemctl restart