1adrianb / face-alignment

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

Can this detection library be used for training? #287

Open xuedue opened 3 years ago

xuedue commented 3 years ago

I have pip this package, And the effect is very good.

But I want to know if this can be used for training?

For example, I want to predict the landmarks of the generated image and the input image, and calculate the landmark loss to train the network.