object_detection 自己复现的目标检测算法 tensorflow 1.6 cuda 9.0 说明: data_preprocess用来将VOC或COCO数据集转化为TFRecord格式 train是算法的训练代码,test是算法的测试代码