From 9bd929d385d720220db527e018b4d453b26e4d49 Mon Sep 17 00:00:00 2001 From: bartolootrit Date: Wed, 24 Jun 2020 17:58:52 +0300 Subject: [PATCH 1/2] A PyTorch RetinaFace implementation link in README.md --- RetinaFace/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RetinaFace/README.md b/RetinaFace/README.md index 7f5976e9a..419d8d21c 100644 --- a/RetinaFace/README.md +++ b/RetinaFace/README.md @@ -70,6 +70,8 @@ WiderFace validation mAP: Hard 82.5. (model size: 1.68Mb) [clancylian](https://github.com/clancylian/retinaface): C++ version +[biubug6](https://github.com/biubug6/Pytorch_Retinaface): A PyTorch version with a MobileNet backbone and custom postprocessing + ## References ``` From 102426e69522f3e69761d4c4466451310e3c54cf Mon Sep 17 00:00:00 2001 From: Bartolo Otrit Date: Fri, 31 Jul 2020 13:48:34 +0300 Subject: [PATCH 2/2] Links to Tensorflow and TensorRT implementations --- RetinaFace/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RetinaFace/README.md b/RetinaFace/README.md index 419d8d21c..3b1553ed4 100644 --- a/RetinaFace/README.md +++ b/RetinaFace/README.md @@ -72,6 +72,10 @@ WiderFace validation mAP: Hard 82.5. (model size: 1.68Mb) [biubug6](https://github.com/biubug6/Pytorch_Retinaface): A PyTorch version with a MobileNet backbone and custom postprocessing +[StanislasBertrand](https://github.com/StanislasBertrand/RetinaFace-tf2) A Tensorflow version + +[wang-xinyu](https://github.com/wang-xinyu/tensorrtx/tree/master/retinaface) A TensorRT version + ## References ```