cleardusk / 3DDFA_V2

The official PyTorch implementation of Towards Fast, Accurate and Stable 3D Dense Face Alignment, ECCV 2020.
MIT License
2.92k stars 515 forks source link

How did you train the backbone? #152

Open VictorHManrique opened 1 year ago

VictorHManrique commented 1 year ago

I understand that you used MobileNet-V1 for the backbone AND you used pre-trained weights for it.

How did you obtained those pre-trained weights? The last layer of the architecture of MobileNet-V1 has 62 classes and you showed the mathematical procedure, but how about the programming procedure?

I'm currently working on changing the backbone of the model with a better lightweight model as part of my master's thesis, but I don't understand the process to obtained those pre-trained weights.

vishwajeet993511 commented 1 year ago

Hi @VictorHManrique , any updates on this ?