
API
ifruoxi
这个作者很懒,什么都没留下…
展开
-
Tensorflow Object Detection API
1 首先下载源码https://github.com/tensorflow/models2 按照官方说明文档安装 依赖库:Tensorflow Object Detection API depends on the following libraries:Protobuf 2.6 Pillow 1.0 lxml tf Slim (which is included in the “tensor原创 2017-10-28 11:07:16 · 781 阅读 · 0 评论 -
TensorFlow全新的数据读取方式:Dataset API入门教程(转)
原文: 何之源-知乎例子:读入磁盘图片与对应label讲到这里,我们可以来考虑一个简单,但同时也非常常用的例子:读入磁盘中的图片和图片相应的label,并将其打乱,组成batch_size=32的训练样本。在训练时重复10个epoch。对应的程序为(从官方示例程序修改而来):# 函数的功能时将filename对应的图片文件读进来,并缩放到统一的大小 def _parse_function(filen转载 2017-11-06 09:58:31 · 6576 阅读 · 1 评论