Scale-Aware Trident Networks for Object Detection
https://github.com/TuSimple/simpledet/tree/master/models/tridentnet
本文将 Dilated convolution 用于多尺度目标检测,Dilated convolution 最先用于语义分割。
多尺度目标检测的几个常见策略

feature pyramids generate multi-level features thus sacrificing the feature consistency across different scales

share the same parameters with different dilation rates to generate scale-specific feature maps


11
本文介绍将Dilated convolution用于多尺度目标检测,该方法最初用于语义分割。还提及多尺度目标检测的常见策略,如feature pyramids生成多级特征但牺牲不同尺度特征一致性,以及用不同扩张率共享相同参数生成特定尺度特征图。
483

被折叠的 条评论
为什么被折叠?



