Implementation of Real-Time Lane Detection on Autonomous Mobile Robot
Midriem Mirdanies, Roni Permana Saputra, Edwar Yazid, Rozeha A. Rashid

TL;DR
This paper implements a real-time, learning-based lane detection algorithm on an autonomous robot, optimizing it for the Jetson Nano platform and evaluating its speed and accuracy with outdoor and indoor datasets.
Contribution
It adapts and optimizes the Ultra Fast Lane Detection algorithm for real-time use on a mobile robot using Jetson Nano, including performance improvements via TensorRT conversion.
Findings
Algorithm runs at ~101 ms on outdoor datasets, 22x faster than previous models.
Good accuracy on outdoor datasets, but needs improvement indoors.
TensorRT conversion enhances processing speed significantly.
Abstract
This paper describes the implementation of a learning-based lane detection algorithm on an Autonomous Mobile Robot. It aims to implement the Ultra Fast Lane Detection algorithm for real-time application on the SEATER P2MC-BRIN prototype using a camera and optimize its performance on the Jetson Nano platform. Preliminary experiments were conducted to evaluate the algorithm's performance in terms of data processing speed and accuracy using two types of datasets: outdoor using a public dataset and indoor using an internal dataset from the indoor area of the BRIN Workshop Building in Bandung. The experiments revealed that the algorithm runs more optimally on the Jetson Nano platform after conversion to TensorRT compared to the ONNX model, achieving processing speeds of approximately 101 ms using CULane and 105 ms using TuSimple, which is about 22 times faster than the previous model. While…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings · Focus
