Hello,
I was looking for a solution to Align a 3D face from a 2D Videos in Real-Time and I found this :
https://www.youtube.com/watch?v=8FdSHl4oNIM
he says that the script “Detect facial landmarks from Python using the world’s most accurate face alignment network, capable of detecting points in both 2D and 3D coordinates. Build using FAN’s state-of-the-art deep learning based face alignment method. For detecting faces the library makes use of dlib library”
good. I’ve immediately thought to blender. How can this script be used in blender ? since it is written in python,it makes sense to convert it into an addon for blender ?