- 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
mkdir build && cd build
cmake ..
make -j
./arcface_trt ../config.yaml ../samples
results:









