Real-time Lane detection and Motion Planning in Raspberry Pi and Arduino
for an Autonomous Vehicle Prototype
- URL: http://arxiv.org/abs/2009.09391v1
- Date: Sun, 20 Sep 2020 09:13:15 GMT
- Title: Real-time Lane detection and Motion Planning in Raspberry Pi and Arduino
for an Autonomous Vehicle Prototype
- Authors: Alfa Rossi, Nadim Ahmed, Sultanus Salehin, Tashfique Hasnine
Choudhury, Golam Sarowar
- Abstract summary: The Pi Camera 1.3 captures real-time video, which is then processed by Raspberry-Pi 3.0 Model B.
The image processing algorithms are written in Python 3.7.4 with OpenCV 4.2.
The prototype was tested in a controlled environment in real-time.
- Score: 0.0
- License: http://arxiv.org/licenses/nonexclusive-distrib/1.0/
- Abstract: This paper discusses a vehicle prototype that recognizes streets' lanes and
plans its motion accordingly without any human input. Pi Camera 1.3 captures
real-time video, which is then processed by Raspberry-Pi 3.0 Model B. The image
processing algorithms are written in Python 3.7.4 with OpenCV 4.2. Arduino Uno
is utilized to control the PID algorithm that controls the motor controller,
which in turn controls the wheels. Algorithms that are used to detect the lanes
are the Canny edge detection algorithm and Hough transformation. Elementary
algebra is used to draw the detected lanes. After detection, the lanes are
tracked using the Kalman filter prediction method. Then the midpoint of the two
lanes is found, which is the initial steering direction. This initial steering
direction is further smoothed by using the Past Accumulation Average Method and
Kalman Filter Prediction Method. The prototype was tested in a controlled
environment in real-time. Results from comprehensive testing suggest that this
prototype can detect road lanes and plan its motion successfully.
Related papers
- Multi-Object Tracking with Camera-LiDAR Fusion for Autonomous Driving [0.764971671709743]
The proposed MOT algorithm comprises a three-step association process, an Extended Kalman filter for estimating the motion of each detected dynamic obstacle, and a track management phase.
Unlike most state-of-the-art multi-modal MOT approaches, the proposed algorithm does not rely on maps or knowledge of the ego global pose.
The algorithm is validated both in simulation and with real-world data, with satisfactory results.
arXiv Detail & Related papers (2024-03-06T23:49:16Z) - Trajectory Poisson multi-Bernoulli mixture filter for traffic monitoring
using a drone [17.636403357588897]
This paper proposes a multi-object tracking (MOT) algorithm for traffic monitoring using a drone equipped with optical and thermal cameras.
Object detections on the images are obtained using a neural network for each type of camera.
We have tested the accuracy of the resulting TPMBM filter in synthetic and experimental data sets.
arXiv Detail & Related papers (2023-06-29T12:22:47Z) - An Efficient Transformer for Simultaneous Learning of BEV and Lane
Representations in 3D Lane Detection [55.281369497158515]
We propose an efficient transformer for 3D lane detection.
Different from the vanilla transformer, our model contains a cross-attention mechanism to simultaneously learn lane and BEV representations.
Our method obtains 2D and 3D lane predictions by applying the lane features to the image-view and BEV features, respectively.
arXiv Detail & Related papers (2023-06-08T04:18:31Z) - Multi-Modal 3D Object Detection by Box Matching [109.43430123791684]
We propose a novel Fusion network by Box Matching (FBMNet) for multi-modal 3D detection.
With the learned assignments between 3D and 2D object proposals, the fusion for detection can be effectively performed by combing their ROI features.
arXiv Detail & Related papers (2023-05-12T18:08:51Z) - Embracing Single Stride 3D Object Detector with Sparse Transformer [63.179720817019096]
In LiDAR-based 3D object detection for autonomous driving, the ratio of the object size to input scene size is significantly smaller compared to 2D detection cases.
Many 3D detectors directly follow the common practice of 2D detectors, which downsample the feature maps even after quantizing the point clouds.
We propose Single-stride Sparse Transformer (SST) to maintain the original resolution from the beginning to the end of the network.
arXiv Detail & Related papers (2021-12-13T02:12:02Z) - Real-World Application of Various Trajectory Planning Algorithms on MIT
RACECAR [0.0]
Three path planning algorithms were applied to MIT RACECAR.
A scenario was created to compare algorithms.
APF was chosen due to its low processing load and simple working logic.
arXiv Detail & Related papers (2021-08-17T12:08:49Z) - Experimental Analysis of Trajectory Control Using Computer Vision and
Artificial Intelligence for Autonomous Vehicles [0.0]
In this paper, several methodologies for lane detection are discussed.
The next approach is applying a control law based on the perception to control steering and speed control.
A comparative analysis is made between an open-loop response, PID control, and a neural network control law through graphical statistics.
arXiv Detail & Related papers (2021-06-13T14:23:18Z) - CurbScan: Curb Detection and Tracking Using Multi-Sensor Fusion [0.8722958995761769]
Curb detection and tracking are useful in vehicle localization and path planning.
We propose an approach to detect and track curbs by fusing together data from multiple sensors.
Our algorithm maintains over 90% accuracy within 4.5-22 meters and 0-14 meters for the KITTI dataset and our dataset respectively.
arXiv Detail & Related papers (2020-10-09T22:48:20Z) - Towards Autonomous Driving: a Multi-Modal 360$^{\circ}$ Perception
Proposal [87.11988786121447]
This paper presents a framework for 3D object detection and tracking for autonomous vehicles.
The solution, based on a novel sensor fusion configuration, provides accurate and reliable road environment detection.
A variety of tests of the system, deployed in an autonomous vehicle, have successfully assessed the suitability of the proposed perception stack.
arXiv Detail & Related papers (2020-08-21T20:36:21Z) - DOPS: Learning to Detect 3D Objects and Predict their 3D Shapes [54.239416488865565]
We propose a fast single-stage 3D object detection method for LIDAR data.
The core novelty of our method is a fast, single-pass architecture that both detects objects in 3D and estimates their shapes.
We find that our proposed method achieves state-of-the-art results by 5% on object detection in ScanNet scenes, and it gets top results by 3.4% in the Open dataset.
arXiv Detail & Related papers (2020-04-02T17:48:50Z) - Road Curb Detection and Localization with Monocular Forward-view Vehicle
Camera [74.45649274085447]
We propose a robust method for estimating road curb 3D parameters using a calibrated monocular camera equipped with a fisheye lens.
Our approach is able to estimate the vehicle to curb distance in real time with mean accuracy of more than 90%.
arXiv Detail & Related papers (2020-02-28T00:24:18Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.