kpaonaut / VPGNet_for_lane

Vanishing Point Guided Network for lane detection, with post processing
41 stars 21 forks source link

TODO-for-new_lane_extension_for_VPG #7

Closed kpaonaut closed 5 years ago

kpaonaut commented 6 years ago
  1. check if ground coordinates are correct.
  2. optimize code - currently 0.01s, still too slow - should be faster than lane_extension_for_MultiNet!
  3. Integrating all code into a single python code; delete lane_extension_for_VPG.py.
  4. test workflow with trained VPGNet! (and timing!)
pengyiwu commented 5 years ago

Thanks for sharing your code. 我对后处理部分很感兴趣,但是我的语义分割部分全部使用python编写,so不太会用您的代码,cluster前应该需要一次采样来精简像素(cluster完后再拟合),请问有没有什么好的方法。

kpaonaut commented 5 years ago

Thanks for sharing your code. 我对后处理部分很感兴趣,但是我的语义分割部分全部使用python编写,so不太会用您的代码,cluster前应该需要一次采样来精简像素(cluster完后再拟合),请问有没有什么好的方法。

感谢你的兴趣\&提问。