face-alignment icon indicating copy to clipboard operation
face-alignment copied to clipboard

how can i get the train code

Open zhouyufei0001 opened this issue 6 years ago • 4 comments

great jobs! but i can't see the train code,how can i get it. the speed of 2d face align is too slow,i want to train a simpler model to speed

zhouyufei0001 avatar Nov 15 '18 04:11 zhouyufei0001

+1

fzyzcjy avatar Jul 04 '19 04:07 fzyzcjy

+1

rakadambi avatar Feb 18 '20 14:02 rakadambi

+1

andreasmarxer avatar Apr 02 '20 06:04 andreasmarxer

I don't know the purpose you want the model to train for but,

I was reading the code today, and I think if you want to train it for your purpose.

here is what I understood:

  • In api.py the class FaceAlignment use the FAN model for inference loading the weights.
  • you can define a your method in it for training or whatever way you want it. train it. save the weights.

rohitdavas avatar Jul 08 '20 12:07 rohitdavas