tensorflow入门
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应用