Face recognition on some device
conda create -n FaceRecog python=3.10
conda activate FaceRecog
pip install -r requirements.txt
python main.py -c configs/onnx_end2end_config.yml -i videos/Trump3.mp4
- implement single ONNX end2end demo of face detect->landmark->recognize.
- inference with multiple threads.
- implement frame skipping.
- implement multiple batch size for landmark inference and recognizer inference.
- ONNX model optimization.
- implement face tracing.
- implement openvino.
- face detection with landmark detection
- face mosaic
- multiple process test
- profile count
- asyncio