fullfanta / CNN_based_Face_Alignment

Face Alignment using Convolutional Neural Networks
20 stars 11 forks source link

which network you refer to #3

Closed zhuhongweiyi closed 7 years ago

zhuhongweiyi commented 7 years ago

Thank you for sharing the code! Could you tell me which network you refer to?

fullfanta commented 7 years ago

@zhuhongweiyi

I tested two networks : VGG and inception with BN. In terms of inference time, VGG is better than inception-BN. In terms of accuracy, inception-BN is better than VGG. But VGG also shows good performance.

In my opinion, VGG is good choice to start.