cfzd / Ultra-Fast-Lane-Detection

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

CULane测试出错 #357

Open Albertchamberlain opened 7 months ago

Albertchamberlain commented 7 months ago

训练10个epoch完后进行test出错

Traceback (most recent call last): File "test.py", line 48, in eval_lane(net, cfg.dataset, cfg.data_root, cfg.test_work_dir, cfg.griding_num, False, distributed) File "/home/cicero/hbx/Ultra-Fast-Lane-Detection-master/evaluation/eval_wrapper.py", line 147, in eval_lane P = TP * 1.0/(TP + FP) ZeroDivisionError: float division by zero