Tensorflow 对象检测 API – Tensorflow Object Detection API

创造精确地机器学习模型在一个图片中定位并且检测多个对象还是计算机视觉的一个核心的挑战。TensorFlow Object Detection API 是一个开源框架建立在 TensorFlow 之上,这样让它容易建立,训练,部署 对象检测模型。在谷歌,我们已经明确地发现这个代码已经对我们计算机视觉的需求是有用的,并且我们希望你也可以。

效果如图:

Creating accurate machine learning models capable of localizing and identifying multiple objects in a single image remains a core challenge in computer vision. The TensorFlow Object Detection API is an open source framework built on top of TensorFlow that makes it easy to construct, train and deploy object detection models. At Google we’ve certainly found this codebase to be useful for our computer vision needs, and we hope that you will as well.

原文链接:https://github.com/tensorflow/models/tree/master/object_detection

Related posts

Leave a Comment