深度学习
AR_SAMUEL
开发过淘宝的商品信息、价格、评论的多线程爬虫。参与开发过商品舆情系统。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
tensorflow利用矩阵计算实现一维数据的NMS用于TimeSerialDectection
# 行列式相乘可以有循环遍历的效果import tensorflow as tfimport numpy as npdef compute_overlaps(boxes): """Computes IoU overlaps between two sets of boxes. boxes1, boxes2: [N, (x1, x2)]. For better ...原创 2019-09-12 16:05:28 · 385 阅读 · 0 评论 -
时间序列的tf.image.crop_and_resize伪实现
import tensorflow as tfdef my_1D_image_crop_and_resize_fake(feature_map, boxes, box_ind, crop_size,method): ''' :param feature_map: [batch, width, channels] :param boxes: [batch, num_bo...原创 2019-09-13 17:17:04 · 591 阅读 · 0 评论
分享