Mise à jour de 'README.md'

This commit is contained in:
Rémi BUSSIERE 2023-02-19 23:03:58 +01:00
parent eb9691863e
commit 513f6b3827
1 changed files with 4 additions and 1 deletions

View File

@ -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. 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 *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/ Link for haarcascades tutorial : https://www.analyticsvidhya.com/blog/2022/10/face-detection-using-haar-cascade-using-python/