cfzd / Ultra-Fast-Lane-Detection

Ultra Fast Structure-aware Deep Lane Detection (ECCV 2020)
MIT License
1.76k stars 491 forks source link

关于行锚系统的问题 #352

Open giehublch opened 9 months ago

giehublch commented 9 months ago

作者您好,最近看了您的Ultra-Fast-Lane-Detection与Ultra-Fast-Lane-Detection-v2,想用v1版本来检测只有1条车道线的数据集。 按照v2中的说明,对于偏水平的线用列锚效果会更好,因此我想把v1中行锚改为列锚进行检测。 1.如果改为列锚,预定的列数需要如何进行修改?在Ultra-Fast-Lane-Detection-v2中,constant.py只有culane_col_anchor,没有tusimple的col_anchor,二者是否可以通用? 2.除了修改constant的列锚,还需要修改其他的什么地方? 期待您的回复!