face-alignment
face-alignment copied to clipboard
how can i get the train code
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
+1
+1
+1
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 classFaceAlignment
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.