Skip to content

Shohruh72/FaceID

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2888cca · Jul 4, 2024

History

6 Commits
Jul 4, 2024
May 13, 2024
May 13, 2024
May 13, 2024
Jul 4, 2024
May 13, 2024

Repository files navigation

Face Identification inference code using ONNX Runtime

AdaFace: Quality Adaptive Margin for Face Recognition Vizualization

Installation

conda create -n ONNX python=3.8
conda activate ONNX
conda install pytorch torchvision torchaudio pytorch-cuda=11.6 -c pytorch -c nvidia
pip install onnxruntime-gpu==1.14.0
pip install opencv-python==4.5.5.64

WebCam Inference

$ python main.py

Model ONNX WEIGHT

Backbone Weight
R50 link

Note

  • This repo supports only inference, see reference for more details

Reference

About

Face Identification using ONNX Runtime

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages