- arcface github: https://github.com/deepinsight/insightface/tree/master/recognition
- arcface arxiv: ArcFace: Additive Angular Margin Loss for Deep Face Recognition
- get pretrained model: BaiduDrive and Dropbox
python3 export_onnx.py --input_shape 4 3 112 112
cd ../ # in project directory
mkdir build && cd build
cmake ..
make -j
cd ../../bin/
./tensorrt_inference arcface ../configs/arcface/config.yaml ../samples/faces_recognition
results: