⬇ click the preview image below to watch the demo vidoe on youtube ⬇

python picFromVideo.py --input Video.mp4 --output faceDataDir --detector src/face_detector --prefix 20190520_
python train_keras+VGG.py --dataset faceDataDir --model models --le le.pickle --modelComplexity 43 --prep clahe --epoch 100 --side 32 --batch 256
python train_tf2+ResNet.py --task 20200520 --root faceDataDir --net ResNet12
python inference.py --model trained.h5 --le le.pickle --detector src/face_detector --side 32 --prep clahe