diff --git a/README.md b/README.md index 2bd7f48..7189887 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,11 @@ We provide standard IJB and Megaface evaluation pipelines in [evaluation](recogn - Caffe: [arcface-caffe](https://github.com/xialuxi/arcface-caffe) - Caffe: [CombinedMargin-caffe](https://github.com/gehaocool/CombinedMargin-caffe) - Tensorflow: [InsightFace-tensorflow](https://github.com/luckycallor/InsightFace-tensorflow) -- TensorRT: [wang-xinyu/tensorrtx](https://github.com/wang-xinyu/tensorrtx) +- TensorRT: [wang-xinyu/tensorrtx](https://github.com/wang-xinyu/tensorrtx) +- ONNXRuntime C++: [ArcFace-ONNXRuntime](https://github.com/DefTruth/lite.ai.toolkit/blob/main/lite/ort/cv/glint_arcface.cpp) +- MNN: [ArcFace-MNN](https://github.com/DefTruth/lite.ai.toolkit/blob/main/lite/mnn/cv/mnn_glint_arcface.cpp) +- TNN: [ArcFace-TNN](https://github.com/DefTruth/lite.ai.toolkit/blob/main/lite/tnn/cv/tnn_glint_arcface.cpp) +- NCNN: [ArcFace-NCNN](https://github.com/DefTruth/lite.ai.toolkit/blob/main/lite/ncnn/cv/ncnn_glint_arcface.cpp) ## Face Detection diff --git a/detection/scrfd/README.md b/detection/scrfd/README.md index 8dd4210..776a916 100755 --- a/detection/scrfd/README.md +++ b/detection/scrfd/README.md @@ -167,4 +167,9 @@ We provide an example for searching SCRFD-2.5GF in this repo as below. ## Demo -1. [https://github.com/nihui/ncnn-android-scrfd](https://github.com/nihui/ncnn-android-scrfd) +1. [ncnn-android-scrfd](https://github.com/nihui/ncnn-android-scrfd) +2. [scrfd-MNN C++](https://github.com/DefTruth/lite.ai.toolkit/blob/main/lite/mnn/cv/mnn_scrfd.cpp) +3. [scrfd-TNN C++](https://github.com/DefTruth/lite.ai.toolkit/blob/main/lite/tnn/cv/tnn_scrfd.cpp) +4. [scrfd-NCNN C++](https://github.com/DefTruth/lite.ai.toolkit/blob/main/lite/ncnn/cv/ncnn_scrfd.cpp) +5. [scrfd-ONNXRuntime C++](https://github.com/DefTruth/lite.ai.toolkit/blob/main/lite/ort/cv/scrfd.cpp) +