cfzd / Ultra-Fast-Lane-Detection

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

Output Structure #338

Open jdanielhoyos opened 1 year ago

jdanielhoyos commented 1 year ago

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

cfzd commented 1 year ago

@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.