From 326fce4df82b44e2a679d0a5a6433ab2714c943d Mon Sep 17 00:00:00 2001 From: Amir Hassan Date: Tue, 7 Mar 2023 13:13:30 +0100 Subject: [PATCH] Removed obsolete note --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01bd0109b..70db20632 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Pedestrian detection using HOG with a linear SVM, non-maximal suppression and tr https://user-images.githubusercontent.com/287266/222980241-d631f7e5-e7a3-446e-937e-bce34e194bd1.mp4 ## beauty-demo -Face beautification using face landmark detection (OpenCV/OpenCL), nanovg (OpenGL) for drawing masks and multi-band (OpenCV/OpenCL) blending to put it all together. Note: There are sometimes little glitches because face landmark detection is not very accurate and has rather few points. +Face beautification using face landmark detection (OpenCV/OpenCL), nanovg (OpenGL) for drawing masks and multi-band (OpenCV/OpenCL) blending to put it all together. https://user-images.githubusercontent.com/287266/222982914-ff5be485-4aec-4d6b-9eef-378f6b10d773.mp4