
实例分割
breeze_blows
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Dual Attention Network for Scene Segmentation
论文链接:https://arxiv.org/pdf/1809.02983.pdfCVPR2019的一篇文章 代码链接:https://github.com/junfu1115/DANet/ 主要思想:按照文中的说法就是we append two types of attention modules on top of dilated FCN, which model the semantic interdependencies in spatial and channel dimensions re.原创 2020-06-19 09:58:21 · 707 阅读 · 0 评论 -
PolarMask: Single Shot Instance Segmentation with Polar Representation
论文链接:https://arxiv.org/pdf/1909.13226.pdfCVPR2020oral 代码链接:https://github.com/xieenze/PolarMask原创 2020-06-11 10:35:59 · 380 阅读 · 0 评论 -
Mask R-CNN
we propose a simple, quantization-free layer, called RoIAlign, that faithfully preserves exact spatial locations. Despite being a seemingly minor changeSecond, we found it essential to decouple mask ...原创 2020-03-29 16:30:12 · 435 阅读 · 0 评论