给我一些优秀的TensorFlow人脸识别训练库(包含地址),并详细说明如何用在ml.net框架,并给几个学习网站。
时间: 2024-06-11 10:05:00 浏览: 151
以下是几个优秀的TensorFlow人脸识别训练库和其地址:
1. Facenet:https://github.com/davidsandberg/facenet
2. OpenFace:https://github.com/cmusatyalab/openface
3. DeepID:https://github.com/deepinsight/insightface
4. LightCNN:https://github.com/AlfredXiangWu/LightCNN
在ml.net框架中使用这些库需要先将训练好的模型导出为.pb格式,然后使用TensorFlowSharp或TensorFlow.NET将模型加载到ml.net中,并将其用于预测。具体步骤可以参考以下链接:https://github.com/dotnet/machinelearning-samples/tree/master/samples/csharp/getting-started/DeepLearning_Image/TransferLearning
一些学习TensorFlow的网站:
1. TensorFlow官方文档:https://www.tensorflow.org/
2. TensorFlow中文社区:http://www.tensorfly.cn/
3. TensorFlow教程:https://www.tensorflow.org/tutorials/
4. Udacity深度学习课程:https://www.udacity.com/course/deep-learning--ud730
阅读全文