Add a note about execution speed.

This commit is contained in:
Arnaud_Cayrol 2025-03-31 20:32:02 +02:00
parent 558c2accd7
commit 4e0c0ca748

View file

@ -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.