Skip to content

Commit

Permalink
Update lanedet_recognition_threat.md
Browse files Browse the repository at this point in the history
replace the image link.
  • Loading branch information
ezhonghawke committed Mar 24, 2021
1 parent 6bbab4e commit bb81d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lanedet_recognition_threat.md
Expand Up @@ -2,7 +2,7 @@
许多车的辅助驾驶功能里都会有车道线居中的功能。该功能的主要部分是车道线识别。从安全评估角度触发,如何量化车道线识别出现偏差后所造成的安全隐患,目前没有标准的方法。我们在这里对这一安全问题稍作展开讨论。

# 车道线误识别示例
![Image of Lane Detection Error ](https://octodex.github.com/images/yaktocat.png)
![Image of Lane Detection Error ](https://github.com/advboxes/perceptron-benchmark/blob/master/docs/lanedetection_demo.png)

如图所示:通常情况下,高速道路的车道宽度大致是3.65米(北美高速)。而小型车(本田雅阁)的宽度是1.8米。蓝色实线代表原始车道线位置,紫色虚线则代表车道线模型给出的识别。如果按照模型的预测结果,
自动(辅助)驾驶中的车道线居中功能会引导小型车逐渐偏离现有的驾驶车道。当小型车行驶到当前车道边缘时,甚至于在非换道情况下超出当前车道行驶到临近车道时,我们把这类的情况归类为非安全驾驶行为。以图中为例,
Expand Down

0 comments on commit bb81d08

Please sign in to comment.