
语义分割
zxfhahaha
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
【论文阅读笔记】U-Net: Convolutional Networks for Biomedical Image Segmentation
Abstract 成功训练一个深度网络需要大量的已标注的训练样本。我们提出了一种网络和训练策略: 使用数据增强(data augmentation) 大量使用数据增强去更有效的利用的标注好的样本。 网络由收缩路径(contracting path)和 扩张路径(expanding path)组成 contracting path用来获取context,即上下文信息 和收缩路径对称的扩张路径用来精...原创 2019-10-17 10:29:46 · 248 阅读 · 0 评论 -
【图像语义分割】术语
pixel-wise、patch-wise和image-wise pixel-wise 像素级别的 patch-wise 块级别的,介于像素级别和图片级别之间的区 image-wise 图片级别的,一张图片的label是狗,是对图片进行标注 ...原创 2019-09-18 15:10:12 · 404 阅读 · 0 评论 -
【语义分割】
mean-shift clustering 用luv graph-cut based segmentation 基于图切 缺点:容易产生过度分割 基于这个缺点shi和malik提出了normalized 方法 去克服oversegmentation的问题,但计算复杂度比较高 active contours 主动轮廓分割方法 ...原创 2019-10-09 20:50:39 · 172 阅读 · 0 评论 -
【论文阅读笔记】Multi-scale context aggregation by dilated convolutions
论文地址:https://arxiv.org/abs/1511.07122 代码地址:https://github.com/ndrplz/dilation-tensorflow https://github.com/fyu/dilation 作者用caffe写的 introduction motivation 动机 CNN的池化操作影响语义分割的精度 This prompts new questi...原创 2019-10-10 22:31:24 · 4351 阅读 · 0 评论