Ultra-Fast-Lane-Detection-v2 icon indicating copy to clipboard operation
Ultra-Fast-Lane-Detection-v2 copied to clipboard

车道线筛选

Open zhongwei1122 opened this issue 2 years ago • 3 comments

请问如果只想检测当前车道的车道线,或者筛选出当前车道的车道线,应该怎么办呢?

zhongwei1122 avatar Nov 05 '22 07:11 zhongwei1122

@zhongwei1122 你可以参考这个代码: https://github.com/cfzd/Ultra-Fast-Lane-Detection-v2/blob/7df2f1280e52c16a46fb3346868d53ec795b9159/demo.py#L28 这个idx为0,1,2,3分别代表左左、左、右、右右车道线。左和右车道线应该是你想要的

cfzd avatar Nov 07 '22 02:11 cfzd

@zhongwei1122 你可以参考这个代码:

https://github.com/cfzd/Ultra-Fast-Lane-Detection-v2/blob/7df2f1280e52c16a46fb3346868d53ec795b9159/demo.py#L28

这个idx为0,1,2,3分别代表左左、左、右、右右车道线。左和右车道线应该是你想要的 非常感谢!

zhongwei1122 avatar Nov 07 '22 02:11 zhongwei1122

@zhongwei1122 你可以参考这个代码:

https://github.com/cfzd/Ultra-Fast-Lane-Detection-v2/blob/7df2f1280e52c16a46fb3346868d53ec795b9159/demo.py#L28

这个idx为0,1,2,3分别代表左左、左、右、右右车道线。左和右车道线应该是你想要的

您好请问 col_lane_idx 这个变量代表什么?

han9608 avatar Sep 19 '23 05:09 han9608