patrikhuber/superviseddescent

Question about "data/rcr/face_landmarks_model_rcr_22.bin"

xkx0430 opened this issue · 5 comments

Hi Patrik,

I want to ask data/rcr/face_landmarks_model_rcr_22.bin.
The algorithm uses only 22 key points to compute the regression and predicts 68 key points. I have tried to train the 68 feature points directly, and the result is not very good. Can you tell me why? Is it because of the regress's regularization parameter lamda?

Thanks a lot.

Hi,

Please see #35, #28 for how I trained my 68 point model. The result is quite good (state of the art in 2014/2015 or so), nowadays there are better models but it's still very usable, and I'm sure it can be made better with more pose training data.

Thanks.

Hi,

Could you tell me which ones are better?

Regards,

Andoni.

I suggest you look at any CVPR 2016 papers or CVPR 2017 submissions. We also submitted one, see here.

Thanks!

Thanks! I got it.