happyamyhope

【CV论文】SOLO算法

前言

论文

SOLO: Segmenting Objects by Locations,
Xinlong Wang, Tao Kong, Chunhua Shen, Yuning Jiang, Lei Li
In: Proc. European Conference on Computer Vision (ECCV), 2020
arXiv preprint (arXiv 1912.04488)

SOLOv2: Dynamic and Fast Instance Segmentation,
Xinlong Wang, Rufeng Zhang, Tao Kong, Lei Li, Chunhua Shen
In: Proc. Advances in Neural Information Processing Systems (NeurIPS), 2020
arXiv preprint (arXiv 2003.10152)

参考的代码为在mmdetection的基础上实现的:https://github.com/WXinlong/SOLO

 

参考

1. 实例分割新思路之SOLO v1&v2深度解析

2. SOLO: Segmenting Objects by Locations

3. SOLOv2: Dynamic and Fast Instance Segmentation

4. github_SOLO;

 

 

分类:

技术点:

相关文章:

  • 2021-07-07
  • 2021-11-18
  • 2021-12-03
  • 2022-01-07
  • 2022-01-29
  • 2022-12-23
  • 2021-12-10
  • 2022-12-23
猜你喜欢
  • 2022-03-06
  • 2021-12-03
  • 2021-12-26
  • 2021-09-07
  • 2021-12-18
  • 2021-12-31
  • 2022-01-07
相关资源
相似解决方案