cfzd / Ultra-Fast-Lane-Detection

Ultra Fast Structure-aware Deep Lane Detection (ECCV 2020)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Output Structure

jdanielhoyos opened this issue · comments

I'm trying to predict with my own image using speed_real.py, but it doesnt plot the resultant detected lanes, and I found the struccture of output is [1, 101, 56, 4], so I wonder what is the structure of this data or how to build the lanes from this output data.
Thanks

commented

@jdanielhoyos
Of course it would not produce any lanes since speed_real.py do not load trained models. You can try to look at demo.py.