使用Tensorflow 2进行Tensorflow对象检测
在此存储库中,您可以找到有关如何在Tensorflow 2中使用Tensorflow OD API的一些示例。有关更多信息,请查看我的文章:
安装
您可以使用Python Package Installer(pip)或 (用于部署和管理容器化应用程序的开源平台)安装TensorFlow对象检测API。
首先克隆Tensorflow Models存储库的master分支:
git clone https://github.com/tensorflow/models.git
Docker安装
# From the root of the git repository (inside the models directory)
docker build -f research/object_detection/dockerfil
1