【发布时间】:2021-04-26 05:46:02
【问题描述】:
我试图理解一篇名为“DetectoRS: Detecting Objects with Recursive Feature Pyramid and Switchable Atrous Convolution”的研究论文。我不明白的是“Switchable Atrous Convolution”是如何工作的以及我们为什么使用它?我知道 Atrous/Dilated convolution 是什么,但这里的 Switchable 是什么?它是如何确定的? 在问这个问题之前,我花了几天时间试图掌握这个概念。
以下是我收集和阅读的链接(也可能对您有所帮助):
Official research paper at arxiv
Medium blog to get high-level overview
Python Implementation of Switchable Atrous Convolution (official GitHub repo)
我真的很珍惜你的时间。
谢谢。
【问题讨论】:
标签: machine-learning deep-learning computer-vision pytorch object-detection