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
824 stars 137 forks source link

Lane detection training -bug #149

Open CHANdaFeng opened 1 year ago

CHANdaFeng commented 1 year ago

May I ask how to input the default config file correctly during the Lane detection training process?

My input is python main Landet. py -- train -- config=/home/cxf/phytorch auto drive/configurations/lane Detection/common/datasets/culane_ Bezier

voldemortX commented 1 year ago

@CHANdaFeng did you paste the full input? I dont see a suffix?

CHANdaFeng commented 1 year ago

I don't quite understand. Can you provide a command to run a training example? I learn from and reform

voldemortX commented 1 year ago

@CHANdaFeng your input is not a .py file. You can checkout example shells like this one: https://github.com/voldemortX/pytorch-auto-drive/blob/master/tools/shells/erfnet_baseline_culane.sh