已开源的车道线检测方法

一些开源的车道线检测方法

  1. LaneNet-Lane-Detection
    最早发表在IV上的一篇文章,由国内的一个人实现了其代码:https://github.com/MaybeShewill-CV/lanenet-lane-detection
  2. End-to-end Lane Detection
    2019年ICCV上发表的一篇文章。https://github.com/wvangansbeke/LaneDetection_End2End

LaneNet-Lane-Detection相关比较好的资料:

  1. https://www.jianshu.com/p/c3f5ea4248b0 一个博客,介绍了自己训练的过程。将模型放在百度云上,(验证了,模型不可用)
  2. https://blog.csdn.net/qq_40900196/article/details/102840850 将模型放在微云上
  3. https://blog.csdn.net/c20081052/article/details/80622722; 验证了,模型可用
  4. https://www.cnblogs.com/xuanyuyt/p/11523192.html 推荐

你可能感兴趣的:(自动驾驶)