From 80e20d868f25344051ae30729257953ed4d3bc43 Mon Sep 17 00:00:00 2001 From: Jia Guo Date: Fri, 2 Dec 2022 12:42:20 +0800 Subject: [PATCH] Update README.md --- detection/scrfd/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/detection/scrfd/README.md b/detection/scrfd/README.md index a049077..43c26f8 100755 --- a/detection/scrfd/README.md +++ b/detection/scrfd/README.md @@ -179,3 +179,5 @@ We thank [nihui](https://github.com/nihui) for the excellent [mobile-phone demo] 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) 6. [TensorRT Python](https://github.com/SthPhoenix/InsightFace-REST/blob/master/src/api_trt/modules/model_zoo/detectors/scrfd.py) +7. [Modelscope demo for rotated face](https://modelscope.cn/models/damo/cv_resnet_facedetection_scrfd10gkps/summary) +8. [Modelscope demo for card detection](https://modelscope.cn/models/damo/cv_resnet_carddetection_scrfd34gkps/summary)