face-landmark-localization
face-landmark-localization copied to clipboard
cnn network predict face landmarks (68 points) and head pose (3d pose, yaw,roll,pitch).
hellow,i met a error when using landmarkPredict_webcam.py for video. as follow: File "****/face-landmark-localization/landmarkPredict_webcam.py", line 148, in detectFace dets = detector(img, 1) TypeError: call(): incompatible function arguments. The following argument types...
can it be used in video?
Nice model you have got! Thanks for sharing it. I wonder what kind of data you fed into the network in order to train, I mean, What database do you...
如果不用预训练模型,初始化也设成了 weight_filler { type: "xavier" variance_norm: AVERAGE } 但是loss降到2再也不降,对测试集来说输出的人脸特征点全部一样。 请问这是什么原因呢?谢谢!
Hello, I have a face data with 194 face key points. I want to use your network to train my data so that I can predict 194 face key points,...
总共八层,前五层是卷积层,后三层是全连接层,vgg不是16或者19层吗?
Hi is it possible to use a video file for head pose estimation ?
另外请问网络结构是改自经典网络么? 还有3个pose角度的准确性用什么标准评测?