• 感知SOTA模型


    感知SOTA模型:

    提示:整理了感知算法中性能优异的模型

    1. 激光雷达目标检测(WXF)

    1. SFD
      在这里插入图片描述
      代码:https://github.com/LittlePey/SFD
      论文:https://xueshu.baidu.com/usercenter/paper/show?paperid=123q0xs0a3010an0qh1w0mn0xj564930

    2. BtcDet
      在这里插入图片描述
      代码:https://github.com/Xharlie/BtcDet
      论文:https://arxiv.org/pdf/2112.02205.pdf

    3. SE-SSD
      在这里插入图片描述
      代码:https://github.com/Vegeta2020/SE-SSD
      论文:https://arxiv.org/abs/2104.09804

    4. Focals Conv
      在这里插入图片描述

    代码:https://github.com/dvlab-research/FocalsConv
    论文:https://arxiv.org/abs/2204.12463

    1. CLOCs
      在这里插入图片描述
      代码:https://github.com/pangsu0613/CLOCs
      论文:https://arxiv.org/pdf/2009.00784.pdf

    2.激光雷达语义分割(GNN)

    1. SPVCNN++ ,SPVNAS
      在这里插入图片描述

    代码:https://github.com/mit-han-lab/spvnas
    论文:https://arxiv.org/pdf/2007.16100.pdf

    1. Cylinder3D++, Cylinder3D
      在这里插入图片描述
      在这里插入图片描述

    代码:https://github.com/xinge008/Cylinder3D
    论文:https://arxiv.org/pdf/2011.10033.pdf

    1. JS3C-Net
      在这里插入图片描述
      代码:https://github.com/yanx27/JS3C-Net
      论文:https://arxiv.org/abs/2012.03762

    2. Vis-PolarNet、PolarNet
      在这里插入图片描述
      代码:https://github.com/AbangLZU/PolarSeg.git
      https://github.com/edwardzhou130/PolarSeg
      论文:https://arxiv.org/abs/2003.14032

    2. 视觉目标检测(PYL)

    1. swin transformer v2
      coco数据集上的box-map(目标检测方面)是63.1。
      代码:https://github.com/microsoft/Swin-Transformer
      论文:https://arxiv.org/pdf/2111.09883v1.pdf

    2. yolov5x6
      在coco数据集上的map是55.8。
      代码:https://github.com/ultralytics/yolov5/releases
      论文:暂无。

    3. 视觉语义分割

    4. 视觉车牌检测

    5. 视觉姿态识别

  • 相关阅读:
    vscode自动添加文件和函数注释
    麒麟系统开发笔记(三):从Qt源码编译安装之编译安装Qt5.12
    简易下载并使用Jupyter(Anaconda)
    Tyramide Cy5.5,Cyanine5.5 Tyramide,花青素Cy5.5酪酰胺远红色近红外发射染料
    Explain
    无插件播放之http-flv
    分汤000
    Linux Shell 自动交互功能实现
    基于 LVM 创建和扩展 XFS 文件系统
    第十六篇-Awesome ChatGPT Prompts-备份
  • 原文地址:https://blog.csdn.net/yunqiushuiman/article/details/125479408