Do facial landmark detectors work across different languages? [closed]

asked 2019-04-21 12:25:34 -0600

byoon gravatar image

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.

edit retag flag offensive reopen merge delete

Closed for the following reason question is off-topic or not relevant by berak
close date 2019-04-21 13:27:25.751824

Comments

let's close this, it's about dlib, not about opencv

(and yes,you can use the same detector(s), but you obviously need different code)

berak gravatar imageberak ( 2019-04-21 13:27:17 -0600 )edit