Matrix Nets: A New Deep Architecture for Object Detection

  • AP
    在MS COCO上实现了47.8的mAP

  • AP比较
    AI实战:一种新的深度目标检测架构 Matrix Nets

  • Matrix Networks

    AI实战:一种新的深度目标检测架构 Matrix Nets

    (a) Shows the original FPN architecture
    (b) Shows the MatrixNet architecture, where the 5 FPN layers are viewed as the diagonal layers in the matrix. We fill in the rest of the matrix by downsampling these layers.

  • KP-xNet architecture

    AI实战:一种新的深度目标检测架构 Matrix Nets

  • 实验结果
    Empirical results on MSCOCO for our method as compared to best results reported in other works.

    AI实战:一种新的深度目标检测架构 Matrix Nets

  • 其他详细细节可以参考原论文

  • 论文链接:Matrix Nets: A New Deep Architecture for Object Detection

  • 开源代码

    pytorch版 MatrixNets 实现: https://github.com/arashwan/matrixnet (包含了 train、 test 代码)

相关文章:

  • 2021-09-22
  • 2021-10-29
  • 2021-12-08
  • 2021-09-07
  • 2021-08-10
  • 2022-02-07
  • 2021-04-30
猜你喜欢
  • 2021-07-18
  • 2021-05-28
  • 2021-08-27
  • 2022-01-26
  • 2021-09-26
  • 2021-10-13
相关资源
相似解决方案