自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Anil's Blog

computer vision

  • 博客(3)
  • 收藏
  • 关注

原创 Tensorflow 中的一些图片处理函数实现 crop , flip

  def _random_crop(image_list, label_list, crop_height, crop_width): if not image_list: raise ValueError('Empty image_list.') # Compute the rank assertions. rank_assertions = [] for i i...

2018-04-26 16:38:42 1353

原创 tensorflow queue 多线程的使用

1. Queue 是 tf 中的队列, 通过  QueueRunner 进行控制,创建子线程,进行enqueue 和 dequeue 的操作。最为简单而直接的创建和显式管理队列的方式, 用到 qr.create_threads() queue = tf.FIFOQueue(capacity, dtypes, shapes=None) 创建队列 enqueue_op = q.enqueue_m...

2018-04-25 21:37:34 311

原创 tensorflow 中的 tfrecords

Tensorflow  两种方式进行数据输入:1. feed_dict , placeholder feed 2. 读取文件中的数据, 采用 tensorflow 自带的数据输入流tf.train.string_input_producer() 创建为队列, 例如将 tfrecords_file 创建队列, num_epoches 代表这个filename列表的数据重复多少个epoch, 如果不设...

2018-04-25 15:10:17 199

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除