From 2fa31dfad33c9f4236a14cecbd8a733e2d3839be Mon Sep 17 00:00:00 2001 From: RoyaLxPole <124280467+RoyaLxPole@users.noreply.github.com> Date: Mon, 25 Nov 2024 10:24:56 +0100 Subject: [PATCH] Update lane_detection_research.md --- doc/research/paf24/perception/lane_detection_research.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/research/paf24/perception/lane_detection_research.md b/doc/research/paf24/perception/lane_detection_research.md index d16ed52e..4e4ad1d1 100644 --- a/doc/research/paf24/perception/lane_detection_research.md +++ b/doc/research/paf24/perception/lane_detection_research.md @@ -36,7 +36,9 @@ backpropagation mechanism. ### SCNN_UNet_Attention_PL Advantages - Robustness: The model is robust against difficult scenarios such as glare, shadows or obscured lines, which is ideal for simulating realistic road conditions. + - Training efficiency: Due to its fast convergence, it can be trained and implemented with moderate resource requirements. + - Continuous lane tracking: By processing multiple image sequences, the model provides reliable recognition results in dynamic driving scenarios. ### SCNN_UNet_Attention_PL Disadvantages