kuldeepbishnoi/Automatic-Emergency-Braking
Implementation of the Automatic Emergency Braking System using deep learning.
This system helps improve vehicle safety by automatically detecting lanes and other vehicles using a single camera. It takes real-time video input from a monocular camera and outputs signals to apply brakes if it senses an imminent collision with traffic ahead, whether it's incoming, slow, or stopped. This is for automotive engineers or researchers developing advanced driver-assistance systems (ADAS).
No commits in the last 6 months.
Use this if you are developing or experimenting with automatic emergency braking systems using monocular camera input for vehicle safety applications.
Not ideal if you need a production-ready, fully certified ADAS system or require multi-sensor fusion for braking decisions.
Stars
40
Forks
13
Language
Python
License
MIT
Category
Last pushed
Feb 24, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/kuldeepbishnoi/Automatic-Emergency-Braking"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
matlab-deep-learning/pretrained-spatial-CNN
Spatial-CNN for lane detection in MATLAB.
cardwing/Codes-for-Lane-Detection
Learning Lightweight Lane Detection CNNs by Self Attention Distillation (ICCV 2019)
MaybeShewill-CV/lanenet-lane-detection
Unofficial implemention of lanenet model for real time lane detection
Turoad/lanedet
An open source lane detection toolbox based on PyTorch, including SCNN, RESA, UFLD, LaneATT,...
alexstaravoitau/detecting-road-features
Detecting Road Features: identifying lane and vehicles boundaries in a video.