Création d'un trombinoscope sur base de reconnaissance faciale (Python)
python3 trombi.py [-h] [-i INPUT] [-p PATH] [-w WIDTH] [-l HEIGHT] [-o OUTPUT]
-h, --help show this help message and exit
-i INPUT, --input INPUT
Fichier CSV d'input
-p PATH, --path PATH Dossier contenant les photographies
-w WIDTH, --width WIDTH
Largeur maximale de chaque photographie
-l HEIGHT, --height HEIGHT
Hauteur maximale de chaque photographie
-o OUTPUT, --output OUTPUT
Dossier de sortie des fichiers traités
git clone https://github.com/wurwur/trombinos
pip3 install -r requirements.txt