From 513f6b3827948a8d40b76fa98949aca2a86041c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20BUSSIERE?= Date: Sun, 19 Feb 2023 23:03:58 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 828108b..faadc14 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,10 @@ To conclude, the output of our code is 8 BPM which is obviously false. There mus In order to find the best possible ROI, we need some other algorithm than haarcascades. So that's why we used the mediapipe* library, wich is a way better algorithm, it's also a pre-trained model but much more complete. We can see here a picture of the results using the mediapipe library, where the ROI is more precise. *pip install mediapipe -more informations here : https://github.com/google/mediapipe + +More informations about mediapipe library here : https://github.com/google/mediapipe + + Link for haarcascades tutorial : https://www.analyticsvidhya.com/blog/2022/10/face-detection-using-haar-cascade-using-python/