voldemortX / pytorch-auto-drive

PytorchAutoDrive: Segmentation models (ERFNet, ENet, DeepLab, FCN...) and Lane detection models (SCNN, RESA, LSTR, LaneATT, BézierLaneNet...) based on PyTorch with fast training, visualization, benchmarking & deployment help
BSD 3-Clause "New" or "Revised" License
837 stars 137 forks source link

bezierlanenet_culane question #101

Closed miao02830 closed 2 years ago

miao02830 commented 2 years ago

I have trained the bezierlanenet model and got the weights.
image Then I ran the test command and got the dir: image but when i ran the command ./autotest_culane.sh resnet34_bezierlanenet_culane-aug1b test checkpoints,i meet the problems When did you generate this file in output ?ths!

voldemortX commented 2 years ago

@miao02830 Hi! What problem did you encounter when using autotest_culane.sh, do you have screenshot for it?

miao02830 commented 2 years ago

but when i ran the command ./autotest_culane.sh resnet34_bezierlanenet_culane-aug1b test checkpoints,i meet the problems When did you generate this file in output ?ths!

image

voldemortX commented 2 years ago

@miao02830 it seems the error is in Permission denied? May be try chmod 777 eval* in the tools/culane_evaluation dir.

miao02830 commented 2 years ago

No, it's not. At first, I didn't use sh to run the command. I have changed it. Now the problem is that there is no such file image I would like to ask you when to generate this file ths!

voldemortX commented 2 years ago

No, it's not. At first, I didn't use sh to run the command. I have changed it. Now the problem is that there is no such file image I would like to ask you when to generate this file ths!

but that file is generated by eval.sh

miao02830 commented 2 years ago

thankyou i got it!