cfzd / Ultra-Fast-Lane-Detection

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

改变输入分辨率 #89

Closed gneworld closed 4 years ago

gneworld commented 4 years ago

大佬您好,我想把输入分辨率改成400*144,那么 culane_row_anchor = [121, 131, 141, 150, 160, 170, 180, 189, 199, 209, 219, 228, 238, 248, 258, 267, 277, 287] 这些值该如何相应更改,多谢~~

cfzd commented 4 years ago

@gneworld The original culane_row_anchor is defined under the vertical resolution of 288. If you change your vertical resolution to 144, the simple way of doing this is to half these values.