Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Do facial landmark detectors work across different languages?

Hi everyone, I am currently using a dlib facial landmark detector designed by Dr. Adrian Rosebrock in his tutorial here in order to create a real-time detection program within Python. I am trying to move my program into C++ in order to check for any performance changes, but can I use the same detector, or will I have to find another one?

The program currently runs on Python 3.7 and I am trying to move it into a Microsoft Visual Studio 2017 C++ project file.

Thanks, B.