gengzg/Keras_insightface - gitee.com
https://gitee.com/gengzg/Keras_insightfaceTraining scripts Scripts . backbones basic model implementation of mobilefacenet / mobilenetv3 / resnest / efficientnet.Most of them are copied from keras.applications source code and modified. Other backbones like ResNet101V2 is loaded from keras.applications in train.buildin_models.; data.py loads image data as tf.dataset for training.Triplet dataset is different from others.