All Projects → Charmve → Awesome-Lane-Detection

Charmve / Awesome-Lane-Detection

Licence: MIT license
A paper list with code of lane detection.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Awesome-Lane-Detection

Lanenet Lane Detection
Unofficial implemention of lanenet model for real time lane detection using deep neural network model https://maybeshewill-cv.github.io/lanenet-lane-detection/
Stars: ✭ 1,690 (+4870.59%)
Mutual labels:  self-driving-car, lane-detection, lane-lines-detection, lanenet
Light-Condition-Style-Transfer
Lane Detection in Low-light Conditions Using an Efficient Data Enhancement : Light Conditions Style Transfer (IV 2020)
Stars: ✭ 133 (+291.18%)
Mutual labels:  self-driving-car, lane-detection, lane-lines-detection
BtcDet
Behind the Curtain: Learning Occluded Shapes for 3D Object Detection
Stars: ✭ 104 (+205.88%)
Mutual labels:  self-driving-car, self-driving
VPGNet for lane
Vanishing Point Guided Network for lane detection, with post processing
Stars: ✭ 33 (-2.94%)
Mutual labels:  lane-detection, self-driving
Swayam-Self-Driving-Car
This is an implementation of various algorithms and techniques required to build a simple Self Driving Car. A modified versions of the Udacity Self Driving Car Simulator is used as a testing environment.
Stars: ✭ 17 (-50%)
Mutual labels:  self-driving-car, lane-detection
Self-Driving-Car
Lane Detection for Self Driving Car
Stars: ✭ 14 (-58.82%)
Mutual labels:  self-driving-car, lane-detection
Awesome Lane Detection
A paper list of lane detection.
Stars: ✭ 1,990 (+5752.94%)
Mutual labels:  lane-detection, lane-lines-detection
Self Driving Car
Udacity Self-Driving Car Engineer Nanodegree projects.
Stars: ✭ 2,103 (+6085.29%)
Mutual labels:  self-driving-car, lane-detection
LaneNetRos
Ros node to use LaneNet to detect the lane in camera
Stars: ✭ 132 (+288.24%)
Mutual labels:  lane-detection, lanenet
copilot
Lane and obstacle detection for active assistance during driving. Uses windowed sweep for lane detection. Combination of object tracking and YOLO for obstacles. Determines lane change, relative velocity and time to collision
Stars: ✭ 95 (+179.41%)
Mutual labels:  lane-detection, lane-lines-detection
Orion
Mixin loader for Paper
Stars: ✭ 46 (+35.29%)
Mutual labels:  paper
MachineLearning
Machine learning code base of Meng Li
Stars: ✭ 22 (-35.29%)
Mutual labels:  self-driving-car
SecondaryAwesomeCollection
收集深度学习相关的awesome 资源列表,欢迎补充
Stars: ✭ 75 (+120.59%)
Mutual labels:  self-driving-car
neural-gpu
Code for the Neural GPU model originally described in "Neural GPUs Learn Algorithms"
Stars: ✭ 100 (+194.12%)
Mutual labels:  paper
Self-Driving-Car
Implemented a Convolutional Neural Network for end-to-end driving in a simulator using Tensorflow and Keras. The project involves training over 13,000 images in a unity3d simulator to steer the car successfully throughout the track
Stars: ✭ 29 (-14.71%)
Mutual labels:  self-driving-car
Text-Summarization-Repo
텍스트 요약 분야의 주요 연구 주제, Must-read Papers, 이용 가능한 model 및 data 등을 추천 자료와 함께 정리한 저장소입니다.
Stars: ✭ 213 (+526.47%)
Mutual labels:  paper
bug-localization
Source code of the paper "Leveraging textual properties of bug reports to localize relevant source files".
Stars: ✭ 15 (-55.88%)
Mutual labels:  paper
best AI papers 2021
A curated list of the latest breakthroughs in AI (in 2021) by release date with a clear video explanation, link to a more in-depth article, and code.
Stars: ✭ 2,740 (+7958.82%)
Mutual labels:  paper
AdvancedLaneLines
Lane identification system for camera based systems.
Stars: ✭ 61 (+79.41%)
Mutual labels:  lane-detection
pFedMe
Personalized Federated Learning with Moreau Envelopes (pFedMe) using Pytorch (NeurIPS 2020)
Stars: ✭ 196 (+476.47%)
Mutual labels:  paper

🏆 Awesome-Lane-Detection

Awesome GitHub CV-Action

demo-image
Lane Detection Demo

Content 🎯

Paper 📑

PWC

https://paperswithcode.com/task/lane-detection

2020

2019

2018

2017

Code 💻

Lane Detection(Paper with Code)

https://github.com/cardwing/Codes-for-Lane-Detection

https://github.com/karstenBehrendt/unsupervised_llamas

https://github.com/wvangansbeke/LaneDetection_End2End

https://github.com/georgesung/advanced_lane_detection

https://github.com/MaybeShewill-CV/lanenet-lane-detection

https://github.com/XingangPan/SCNN

https://github.com/davidawad/Lane-Detection

https://github.com/yang1688899/CarND-Advanced-Lane-Lines

https://github.com/SeokjuLee/VPGNet

https://github.com/mvirgo/MLND-Capstone:Lane Detection with Deep Learning

https://github.com/galenballew/SDC-Lane-and-Vehicle-Detection-Tracking

https://github.com/shawshany/Advance_LaneFinding

Blog/Tutorial ✏️

Lane Detection with Deep Learning (Part 1)

Simple Lane Detection with OpenCV

Finding Lane Lines — Simple Pipeline For Lane Detection

Building a lane detection system using Python 3 and OpenCV

Tutorial: Build a lane detector

PolyLaneNet:最新车道线检测开源算法,多项式回归实时高效

ECCV2020 | 300+FPS!浙大提出一种超快速车道线检测方法

ECCV2020 | Gen-LaneNet:百度Apollo提出两阶段的3D车道线检测算法,已开源

CurcveLane-NAS:华为&中大提出一种结合NAS的曲线车道检测算法

韩国研究院最新开源——基于关键点估计和实例分割的车道线检测方法

鲁汶大学提出可端到端学习的车道线检测算法

【Papers】Lane-Detection 近期车道线检测论文阅读总结

车道线检测

End-to-end Lane Shape Prediction with Transformers

使用 Transformer 捕获道路中细长车道线特征和全局特征,所发明的车道线检测算法与以往相比,可端到端训练、参数量更少、速度更快(高达 420 fps,单 1080Ti)。

- 作者 | Ruijin Liu, Zejian Yuan, Tie Liu, Zhiliang Xiong
- 单位 | 西安交通大学;首都师范大学等
- 论文 | https://arxiv.org/abs/2011.04233
- 代码 | https://github.com/liuruijin17/LSTR
- 详解 | Transformer 又立功了!又快(420 fps)又好的车道线检测算法

Datasets 📂

Citation

Use this bibtex to cite this repository:

@misc{Awesome-Lane-Detection,
  title={Awesome-Lane-Detection: Some Works of Lane Detection},
  author={Charmve},
  year={2020.09},
  publisher={Github},
  journal={GitHub repository},
  howpublished={\url{https://github.com/Charmve/Awesome-Lane-Detection}},
}

Contact & Feedback :octocat:

If you have any suggestions about papers, feel free to mail me :) 📧 [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].