zhouhuan-hust / LFD_RoadSeg

[IEEE TITS] Exploiting Low-level Representations for Ultra-Fast Road Segmentation
MIT License
17 stars 0 forks source link

Questions about Modifying Parameters in Cross-Validation #6

Open y111y opened 1 week ago

y111y commented 1 week ago

I encountered the same problem as the worker below when performing Cross-Validation on experiments 2 to 5, and the following error was displayed. I have already changed the data_path to 'LFD_RoadSeg/data/kittival/expk' and modified both output paths to ckpt_path: 'outputs/kittival/expk/checkpoints' and vis_path: 'outputs/kittival/expk/results'. They should not affect each other, right?

_Originally posted by @sdutwjy in https://github.com/zhouhuan-hust/LFD_RoadSeg/issues/4#issuecomment-2188939293_

Thank you for your time and assistance. I am looking forward to your insights.

y111y commented 1 week ago

image

y111y commented 1 week ago

I I fixed my code so that different test sets do not interfere with each other, but now the problem is that the program indicates it cannot find the lane file, and I also did not see the output of the lane file in the val() function of _LFDRoadSeg.py. Is it that the lane file is not required to be included when constructing the dataset? image