FaceNet.杂
1、想看看 FaceNet的官方代码是哪个,度娘 搜了一下,搜到了如下信息,也不知道是不是官方的...:
https://github.com/davidsandberg/facenet
https://gitee.com/RoseKissYou/facenet
2、训练 和 源码注释:
FaceNet源码使用方法及其迁移学习训练自己数据集的代码修改_loveliuzz的博客-CSDN博客_facenet 自己训练.html(https://blog.csdn.net/loveliuzz/article/details/81744985)
https://github.com/boyliwensheng/understand_facenet/tree/master/understand_facenet
3、源码注释:
人脸识别 facenet_train.py代码注释.html(http://www.360doc.com/content/17/0608/20/10408243_661165789.shtml)
4、Inception-Resnet-v1 Inception-Resnet-v2 相关知识点:
Inception v4与Inception-Resnet v1_v2_慕课手记.html(https://www.imooc.com/article/69476)
https://github.com/tensorflow/models/blob/master/research/slim/nets/inception_v4.py
https://github.com/tensorflow/models/blob/master/research/slim/nets/inception_resnet_v2.py
残差神经网络与inception-resnet - AYE89 - 博客园.html(https://www.cnblogs.com/eniac1946/p/8708416.html)
网络结构之 Inception-ResNet V1和V2 - AIUAI.html(https://www.aiuai.cn/aifarm465.html)
5、