1adrianb / face-alignment

:fire: 2D and 3D Face alignment library build using pytorch
https://www.adrianbulat.com
BSD 3-Clause "New" or "Revised" License
6.99k stars 1.34k forks source link

Help training the network #116

Open Kyanite123 opened 5 years ago

Kyanite123 commented 5 years ago

Hi Adrian,

I run you network on some testing data and the results are amazing!! I would like to train your network on another dataset with a different number of points. Is it possible for you to supply the training code? This would great!

Thanks, Alex

pharrellyhy commented 5 years ago

Hi,

Have you figured out how to train the net? When I trained the net, the losses are around 4e-4 at the first few iterations and the validation loss is almost the same which I think the network doesn't learn anything useful. Thanks.