Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Curvelanes validation error while training #195

Closed
supportman007 opened this issue Dec 9, 2024 · 1 comment
Closed

Curvelanes validation error while training #195

supportman007 opened this issue Dec 9, 2024 · 1 comment

Comments

@supportman007
Copy link

Im trying to train a model with curvelanes dataset. Im getting an error like this:

``100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 2500/2500 [10:21<00:00, 4.02it/s]
./evaluate -s -a /home/kutsal/Desktop/efekan/Curvelanes/ -d /home/kutsal/Desktop/20241209_105109_lr_5e-02_b_4/curvelanes_eval_tmp/ -i /home/kutsal/Desktop/efekan/Curvelanes/ -l /home/kutsal/Desktop/efekan/Curvelanes/valid/valid_for_culane_style.txt -w 5 -t 0.5 -c 224 -r 224 -f 1 -o /home/kutsal/Desktop/20241209_105109_lr_5e-02_b_4/txt/out0_curve.txt -x 0.0875 -y 0.15555555555555556
sh: 1: ./evaluation/culane/evaluate: not found
Traceback (most recent call last):
File "train.py", line 120, in
res = eval_lane(net, cfg, ep = epoch, logger = logger)
File "/home/kutsal/Desktop/efekan/Ultra-Fast-Lane-Detection-V2/evaluation/eval_wrapper.py", line 853, in eval_lane
res = call_curvelane_eval(cfg.data_root, 'curvelanes_eval_tmp', cfg.test_work_dir)
File "/home/kutsal/Desktop/efekan/Ultra-Fast-Lane-Detection-V2/evaluation/eval_wrapper.py", line 1057, in call_curvelane_eval
res_all['res_curve'] = read_helper(out0)
File "/home/kutsal/Desktop/efekan/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: '/home/kutsal/Desktop/20241209_105109_lr_5e-02_b_4/txt/out0_curve.txt'

@supportman007
Copy link
Author

I build the evaluation tool of CULane with option 2 in install.md and it worked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant