Ultra-Fast-Lane-Detection-v2 icon indicating copy to clipboard operation
Ultra-Fast-Lane-Detection-v2 copied to clipboard

python train.py configs/culane_res18.py --log_path out_culane FileNotFoundError: [Errno 2] No such file or directory: 'out_culane/20220901_204530_lr_5e-02_b_32/txt/out0_normal.txt'

Open Aruen24 opened this issue 3 years ago • 1 comments

cached data loaded 2778 100%|██████████████████████████████| 2778/2778 [56:40<00:00, 1.22s/it, col_top1=0.039, col_top2=0.107, col_top3=0.146, ext_col=0.946, ext_row=0.936, loss=5.363, top1=0.067, top2=0.174, top3=0.251] 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 4335/4335 [39:22<00:00, 1.83it/s] sh: 1: ./evaluation/culane/evaluate: Permission denied sh: 1: ./evaluation/culane/evaluate: Permission denied sh: 1: ./evaluation/culane/evaluate: Permission denied sh: 1: ./evaluation/culane/evaluate: Permission denied sh: 1: ./evaluation/culane/evaluate: Permission denied sh: 1: ./evaluation/culane/evaluate: Permission denied sh: 1: ./evaluation/culane/evaluate: Permission denied sh: 1: ./evaluation/culane/evaluate: Permission denied sh: 1: ./evaluation/culane/evaluate: Permission denied Traceback (most recent call last): File "train.py", line 120, in res = eval_lane(net, cfg, ep = epoch, logger = logger) File "/home/disk01/wyw/Ultra-Fast-Lane-Detection-v2/evaluation/eval_wrapper.py", line 899, in eval_lane res = call_culane_eval(cfg.data_root, 'culane_eval_tmp', cfg.test_work_dir) File "/home/disk01/wyw/Ultra-Fast-Lane-Detection-v2/evaluation/eval_wrapper.py", line 1022, in call_culane_eval res_all['res_normal'] = read_helper(out0) File "/home/disk01/wyw/Ultra-Fast-Lane-Detection-v2/evaluation/eval_wrapper.py", line 960, in read_helper lines = open(path, 'r').readlines()[1:] FileNotFoundError: [Errno 2] No such file or directory: 'out_culane/20220901_204530_lr_5e-02_b_32/txt/out0_normal.txt'

Aruen24 avatar Sep 02 '22 01:09 Aruen24

@Aruen24 Please install CULane evaluation tools as the install.md says.

cfzd avatar Sep 02 '22 05:09 cfzd