【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;

做自己该做的事情,做自己喜欢做的事情,安静做一枚有思想的技术媛。
版权声明,转载请注明出处:https://www.cnblogs.com/happyamyhope/
原文地址:https://www.cnblogs.com/happyamyhope/p/15437322.html