arunmandal53 / facematch

Face match in python using Facenet and their pretrained model
99 stars 51 forks source link

Updating model and deprecated tf parameter #2

Closed AntonOellerer closed 6 years ago

AntonOellerer commented 6 years ago

Facenet released a new pre trained model (https://github.com/davidsandberg/facenet) The keep_dims named parameter was deprecated, updated it with keepdims

arunmandal53 commented 6 years ago

Thanks @AntonOellerer