计算机视觉系列-轻松掌握 MMDetection 中常用算法 :ATSS(二)
ATSS 算法
Bridging the Gap Between Anchor-based and Anchor-free Detection via Adaptive Training Sample Selection
论文链接 https://arxiv.org/abs/1912.02424
ATSS Backbone
ATSS 的主干网络是ResNet
backbone=dict(
type='ResNet',
depth=50,
num_stages=4