tensorflow object detection API训练公开数据集Oxford-IIIT Pets Dataset
为了避免不必要的麻烦,先说一下我的系统版本 Python 3.6 tensorflow 1.10 windows 7 object detection API安装 object detection API 安装参见官方的github: https://github.com/tensorflow/models/tree/master/research/object_detection 这里需要特别强调一下,一定要检查一下,下面的python的包都安装了,方法很简单,全部执行一遍 coco API安装 windows下面不需要--user选项,Oxford-IIIT Pet 数据集使用coco metrix, 所以下面必须执行这个命令行: pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI 在windows下面遇到utf-8编码错误 如下修正: C:\Program Files\Python\Python36\Lib\site-packages\pip\compat\_init...