tensorflow入门
时间:2020-03-28 13:08:54
收藏:0
阅读:71
TensorFlow is an end-to-end open source platform for machine learning.
https://tensorflow.google.cn/overview/
https://github.com/tensorflow/tensorflow.git https://gitee.com/yuxio/tensorflow.git code
https://github.com/tensorflow/models.git https://gitee.com/yuxio/models.git
tensorflow可应用多很多方面,提供了很多参考模型,便于行业快速应用,其中物体检测应用模型:object_detection
https://gitee.com/yuxio/models/tree/master/research/object_detection
参考:
1. Tensorflow object_detection API 目标检测环境搭建
2. TensorFlow object detection API应用
3. 想3分钟搭建图像识别系统?这里有一份TensorFlow速成教程
5. TensorFlow教程:TensorFlow快速入门教程
原文:https://www.cnblogs.com/embedded-linux/p/12586686.html
评论(0)