cunjian / pytorch_face_landmark

Fast and accurate face landmark detection library using PyTorch; Support 68-point semi-frontal and 39-point profile landmark detection; Support both coordinate-based and heatmap-based inference; Up to 100 FPS landmark inference speed with SOTA face detector on CPU.
866 stars 156 forks source link

test_camera_mobilefacenet_openvino.py #22

Open baishalichaudhury opened 3 years ago

baishalichaudhury commented 3 years ago

In this script the face detector is the RBF network, thats pretty clear. But is the face landmark algorithm mobilefacenet, I thought mobilefacenet is face recognition algorithm. Can you please clarify or provide the reference paper for this version of mobilefacenet on which the model is based. Thanks

cunjian commented 3 years ago

yes, mobilefacenet was originally proposed for face recognition. However, it is easy to modify the backbone network to fit the regression task.