一、关于object detection API
创建能够定位和识别单个图像中多个对象的准确机器学习模型仍然是计算机视觉的核心挑战。TensorFlow 对象检测 API 是一个构建在 TensorFlow 之上的开源框架,可以轻松构建、训练和部署对象检测模型。
TensorFlow 对象检测 API 支持 TensorFlow 2 (TF2) 和 TensorFlow 1 (TF1)。库中的大多数模块都与 TF1 和 TF2 兼容。
models/research/object_detection at master · tensorflow/models · GitHub