dlib-pytorch-benchmark
dlib-pytorch-benchmark copied to clipboard
Py torch to dlib ".dat" file.
I am working on project where I am using dlib 68 face landmarks. But its not enough stable to use further. I got some solutions to make it more stable. Yet In my project I am using dlib ".dat" file for face tracking. But the solution I got is in torch inference. So can I convert torch inferenceto dlib ".dat" file.
68 landmarks torch file github : https://github.com/braindotai/Facial-Landmarks-Detection-Pytorch
68 landmarks dlib : http://dlib.net/files/shape_predictor_68_face_landmarks.dat.bz2