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/