nyoki-mtl / keras-facenet

Facenet implementation by Keras2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Did the keras model you provide here implement l2 norm?

seed-fe opened this issue · comments

Hi, I see in your three demo a function: l2_normalize, so the keras facenet model you provided has no l2_norm step inside, right?

Thanks.

It can be seen in 'keras-facenet/code/inception_resnet_v1.py' or use model.summary(). I know now.