IT数码 购物 网址 头条 软件 日历 阅读 图书馆
TxT小说阅读器
↓语音阅读,小说下载,古典文学↓
图片批量下载器
↓批量下载图片,美女图库↓
图片自动播放器
↓图片自动播放器↓
一键清除垃圾
↓轻轻一点,清除系统垃圾↓
开发: C++知识库 Java知识库 JavaScript Python PHP知识库 人工智能 区块链 大数据 移动开发 嵌入式 开发工具 数据结构与算法 开发测试 游戏开发 网络协议 系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程
数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁
 
   -> 人工智能 -> 车道线检测2022新工作整理,2D、3D都有 -> 正文阅读

[人工智能]车道线检测2022新工作整理,2D、3D都有

车道线检测是自动驾驶中一项基础而重要的任务,学术和工业界一直投入了大量的工作。小汤也一直对车道线检测任务感兴趣,并在公司开发过相关功能。也分享过一些相关的文章:

相关链接(点击进入)
车道线检测综述及近期新工作
https://blog.csdn.net/qq_41590635/article/details/117386286

车道线检测新工作VIL-100: A New Dataset and A Baseline Model for Video Instance Lane Detection ICCV2021
https://blog.csdn.net/qq_41590635/article/details/120335328

CVPR2022车道线检测Efficient Lane Detection via Curve Modeling
https://blog.csdn.net/qq_41590635/article/details/124144880?spm=1001.2014.3001.5501

CVPR2022车道线检测SOTA工作CLRNet在Tusimple数据集测试demo,助力自动驾驶早日落地
https://blog.csdn.net/qq_41590635/article/details/124903793

端到端的多任务感知网络HybridNet,性能优于YOLOP
https://blog.csdn.net/qq_41590635/article/details/125070914

车道线检测新SOTA CLRNet: Cross Layer Refinement Network for Lane Detection CVPR2022
https://blog.csdn.net/qq_41590635/article/details/125136528

因为前两天在自动驾驶技术交流群4群里有群友询问近期车道线有哪些新工作,所以小汤整理了一下近期的相关工作,给相关方向的朋友分享一下。也欢迎对车道线检测、车位检测、目标检测、深度估计等相关任务感兴趣的同行、朋友,加入技术交流群,大家一起讨论交流。

  • Ultra Fast Deep Lane Detection with Hybrid Anchor Driven Ordinal Classification(UFLDv2)

发表(录用):TPAMI 2022

单位:浙江大学

论文:https://arxiv.org/abs/2206.07389

代码:https://github.com/cfzd/Ultra-Fast-Lane-Detection-v2
在这里插入图片描述

效果demo
在这里插入图片描述

  • Rethinking Efficient Lane Detection via Curve Modeling

发表(录用):CVPR 2022

单位:上海交大、华东师大、香港城市大学、商汤

论文:https://arxiv.org/abs/2203.02431

代码:https://github.com/voldemortX/pytorch-auto-drive

在这里插入图片描述

在这里插入图片描述

论文解读及效果demo:(点击进入)
CVPR2022车道线检测Efficient Lane Detection via Curve Modeling
https://blog.csdn.net/qq_41590635/article/details/124144880?spm=1001.2014.3001.5501

  • CLRNet: Cross Layer Refinement Network for Lane Detection

发表(录用):CVPR 2022

单位:飞布科技(Fabu)、浙江大学

论文:https://arxiv.org/pdf/2203.10350.pdf

代码:https://github.com/Turoad/CLRNet
在这里插入图片描述

在这里插入图片描述

论文解读及效果demo:(点击进入)
车道线检测新SOTA CLRNet: Cross Layer Refinement Network for Lane Detection CVPR2022
https://blog.csdn.net/qq_41590635/article/details/125136528

  • A Keypoint-based Global Association Network for Lane Detection

发表(录用):CVPR 2022

单位:北大、中科大、商汤

论文:https://arxiv.org/pdf/2204.07335.pdf

代码:https://github.com/Wolfwjs/GANet

提出了一个全局关联网络(GANet)来从一个新的角度描述车道检测问题,其中每个关键点直接回归到车道线的起点,而不是逐点扩展。

具体地说,关键点与其所属车道线的关联是通过预测它们在全局范围内与相应车道起点的偏移量来实现的,而不相互依赖,这可以并行进行,从而大大提高效率。此外,还提出了一种车道感知特征聚合器(LFA),它自适应地捕获相邻关键点之间的局部相关性,以补充全局关联的局部信息。在高FPS的同时,在CULane上的F1分数为79.63%,Tusimple数据集上的F1分数为97.71%。

在这里插入图片描述

效果demo

在这里插入图片描述

  • Eigenlanes: Data-Driven Lane Descriptors for Structurally Diverse Lanes github SDLane Dataset

发表(录用):CVPR 2022

单位:Korea University, dot.ai

论文:https://arxiv.org/abs/2203.15302

代码:https://github.com/dongkwonjin/Eigenlanes

在这里插入图片描述

效果demo

在这里插入图片描述

  • Towards Driving-Oriented Metric for Lane Detection Models

发表(录用):CVPR 2022

单位:University of California

论文:https://arxiv.org/abs/2203.16851

代码:https://github.com/ASGuard-UCI/ld-metric

design 2 new driving-oriented metrics for lane detection: End-to-End Lateral Deviation metric (E2E-LD) is directly formulated based on the requirements of autonomous driving, a core downstream task of lane detection; Per-frame Simulated Lateral Deviation metric (PSLD) is a lightweight surrogate metric of E2E-LD.

在这里插入图片描述

  • ONCE-3DLanes: Building Monocular 3D Lane Detection Homepage github Dataset

发表(录用):CVPR 2022

单位:复旦大学、华为诺亚实验室

论文:https://arxiv.org/pdf/2205.00301.pdf

代码:https://github.com/once-3dlanes/once_3dlanes_benchmark

the largest real-world lane detection dataset published up to now, containing more complex road scenarios with various weather conditions, different lighting conditions as well as a variety of geographical locations.(最大一个)

在这里插入图片描述

效果demo
在这里插入图片描述

  • PersFormer: 3D Lane Detection via Perspective Transformer and the OpenLane Benchmark OpenLane Dataset

发表(录用):暂时未知

单位:Shanghai AI Laboratory, Purdue University, Carnegie Mellon University, SenseTime Research, Shanghai Jiao Tong University

论文:https://arxiv.org/abs/2203.11089

代码:https://github.com/OpenPerceptionX/PersFormer_3DLane

the first real-world, large-scale 3D lane dataset and corresponding benchmark, OpenLane, to support research into the problem.(第一个)
在这里插入图片描述

效果demo
在这里插入图片描述

  • HybridNets: End-to-End Perception Network

发表(录用):暂时未知

单位:Shanghai AI Laboratory, Purdue University, Carnegie Mellon University, SenseTime Research, Shanghai Jiao Tong University

论文:https://arxiv.org/ftp/arxiv/papers/2203/2203.09035.pdf

代码:https://github.com/datvuthanh/HybridNets
在这里插入图片描述

效果demo
端到端的多任务感知网络HybridNet,性能优于YOLOP
https://blog.csdn.net/qq_41590635/article/details/125070914
?
欢迎对车道线检测、车位检测、目标跟踪、目标检测、目标分类、语义分割、深度估计等计算机视觉任务自动驾驶技术(感知、融合、规控、定位、建图、传感器、嵌入式移植等)感兴趣的朋友、同行,加入技术交流群4群,一起学习,一起玩!

  人工智能 最新文章
2022吴恩达机器学习课程——第二课(神经网
第十五章 规则学习
FixMatch: Simplifying Semi-Supervised Le
数据挖掘Java——Kmeans算法的实现
大脑皮层的分割方法
【翻译】GPT-3是如何工作的
论文笔记:TEACHTEXT: CrossModal Generaliz
python从零学(六)
详解Python 3.x 导入(import)
【答读者问27】backtrader不支持最新版本的
上一篇文章      下一篇文章      查看所有文章
加:2022-06-29 19:04:19  更:2022-06-29 19:06:30 
 
开发: C++知识库 Java知识库 JavaScript Python PHP知识库 人工智能 区块链 大数据 移动开发 嵌入式 开发工具 数据结构与算法 开发测试 游戏开发 网络协议 系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程
数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁

360图书馆 购物 三丰科技 阅读网 日历 万年历 2024年11日历 -2024/11/26 1:43:44-

图片自动播放器
↓图片自动播放器↓
TxT小说阅读器
↓语音阅读,小说下载,古典文学↓
一键清除垃圾
↓轻轻一点,清除系统垃圾↓
图片批量下载器
↓批量下载图片,美女图库↓
  网站联系: qq:121756557 email:121756557@qq.com  IT数码