MaybeShewill-CV / lanenet-lane-detection

Unofficial implemention of lanenet model for real time lane detection
Apache License 2.0
2.38k stars 888 forks source link

关于一个疑问 #587

Closed flinzhao closed 9 months ago

flinzhao commented 11 months ago

作者你好,这个模型是否可以应用到无人机航拍视角(俯拍)的车道线检测? 像下面这种图像 h_120_v_10_1 4x_0044_D-00094

MaybeShewill-CV commented 11 months ago

@flinzhao 不可以直接使用提供的预训练模型。需要你重新训练模型并修改目前的后处理逻辑:)

flinzhao commented 11 months ago

后处理需要做哪些?聚类和拟合吗?🤔

MaybeShewill-CV commented 11 months ago

@flinzhao 对:)

liuyunjie123ffrgrdrgdrdg commented 11 months ago

No module named 'lanenet'

MaybeShewill-CV commented 10 months ago

@liuyunjie123ffrgrdrgdrdg export project's root dir to your PYTHONPATH env variables:)