From 4e0c0ca748debada42bad618ea123909e4819c6c Mon Sep 17 00:00:00 2001 From: Arnaud_Cayrol Date: Mon, 31 Mar 2025 20:32:02 +0200 Subject: [PATCH] Add a note about execution speed. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1fc812..628990d 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ Run the script from the command line with the required arguments. For example: - Ensure that the `shape_predictor_68_face_landmarks.dat` file is accessible by the script. Update the path if necessary. - The tool may require some manual sorting of the output images to achieve the best video effect. In particular, the face landmark detection is not super robust. +- Execution speed: on my i5 11400, it can process about 2 image per second. - I find that a video framerate of 15 fps gives good results. - Contributions and improvements are welcome.