cfzd / Ultra-Fast-Lane-Detection

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

Evaluation metrics on lane dectection #277

Open shenhuqiji opened 2 years ago

shenhuqiji commented 2 years ago

Firstly, thank you for better work. I am a new hand for lane detection and have some questions about the metrics (TP ,FP and FN). These metrics are not similar to evaluation results based on pixels that are quite lower. Now, I have prediction images and corresponding labels images and I am confused to calculate the metrics on lane. So, whether you can give me a help or not and provide a calculation code (Python ) of these metrics for me to study. I will appreciate it if you are convenient to do this. Thank you so much.

cfzd commented 2 years ago

@shenhuqiji You can refer to LaneATT or CondLaneNet. They reimplemented the python version of the evaluation code. https://github.com/lucastabelini/LaneATT https://github.com/aliyun/conditional-lane-detection

shenhuqiji commented 2 years ago

Much thanks for help.