26medias / keras-face-toolbox

Fixing bugs on https://github.com/shaoanlu/face_toolbox_keras to run on Google colab
MIT License
2 stars 0 forks source link

run error #1

Open zhouweirong0107 opened 4 years ago

zhouweirong0107 commented 4 years ago

运行时显示如下错误: self.gamma_init = initializers.get(gamma_init) NameError: name 'initializers' is not defined s3fs/models中调用keras.models *,不知道为什么会出问题

26medias commented 4 years ago

The link to codelab isn't updated, that's the original one from the project I forked. The classes on this repository are fixed though. Try this new codelab I made: https://colab.research.google.com/drive/1L0oDQMhfQBF3OektYe9_6UcSMv5VZZiv

It will extract the faces, their features, landmarks & segmentation, and cluster by face. The class is super easy to re-use for other purpose.