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

How to change the default output directory of predicted lane lines for culane data? #83

Closed sjtuljw520 closed 2 years ago

sjtuljw520 commented 2 years ago

The default directory name is "./output". I try to change the code in "./utils/datasets/culane.py" (in line 32) but not working.

voldemortX commented 2 years ago

The default directory name is "./output". I try to change the code in "./utils/datasets/culane.py" (in line 32) but not working.

Maybe you need to search the entire directory for ./output. Since a lot places depends on that cache dir. In the future we probably will make that easy to set.

sjtuljw520 commented 2 years ago

The default directory name is "./output". I try to change the code in "./utils/datasets/culane.py" (in line 32) but not working.

Maybe you need to search the entire directory for ./output. Since a lot places depends on that cache dir. In the future we probably will make that easy to set.

OK, thanks very much. I have solved this problem.

voldemortX commented 2 years ago

Since this problem is solved, I'll close it for now. Do feel free to reopen.