mirror of
https://github.com/yakhyo/uniface.git
synced 2025-12-30 09:02:25 +00:00
- add dynamic onnx provider selection for m1/m2/m3/m4 macs - replace mkdocs with simple markdown files - fix model download and scrfd detection issues - update ci/cd workflows
download_model.py
Download all models
python scripts/download_model.py
Download just RESNET18
python scripts/download_model.py --model RESNET18
run_inference.py
python scripts/run_inference.py --image assets/test.jpg --model MNET_V2 --iterations 10