From 53e392c8354d5712e30bf456d820f2e772be82b9 Mon Sep 17 00:00:00 2001 From: Koen van de Sande Date: Wed, 21 Oct 2020 02:45:19 +0200 Subject: [PATCH] Correct image URL (#248) --- retinaface/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retinaface/README.md b/retinaface/README.md index 176cc5e..81baab3 100644 --- a/retinaface/README.md +++ b/retinaface/README.md @@ -27,7 +27,7 @@ cd build cmake .. make sudo ./retina_r50 -s // build and serialize model to file i.e. 'retina_r50.engine' -wget https://github.com/TencentYoutuResearch/FaceDetection-DSFD/raw/master/data/worlds-largest-selfie.jpg +wget https://github.com/Tencent/FaceDetection-DSFD/raw/master/data/worlds-largest-selfie.jpg sudo ./retina_r50 -d // deserialize model file and run inference. 3. check the images generated, as follows. result.jpg