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

Training Custom Dataset #10

Open
rak7045 opened this issue Feb 17, 2022 · 1 comment
Open

Training Custom Dataset #10

rak7045 opened this issue Feb 17, 2022 · 1 comment

Comments

@rak7045
Copy link

rak7045 commented Feb 17, 2022

Hello @IrohXu ,
Is this repo supports to train the network on custom dataset? If not so, do you have any idea what parameters should change while training on custom dataset? What I should keep in my mind while using custom dataset?

Thanks and Kind Regards
Ravi Teja

@IrohXu
Copy link
Owner

IrohXu commented Feb 18, 2022

It can support training on other public dataset or custom dataset. Please change some hyper-parameters here: https://github.com/IrohXu/lanenet-lane-detection-pytorch/blob/main/model/utils/cli_helper.py

Also, you need define the dataloader. Example is here:
https://github.com/IrohXu/lanenet-lane-detection-pytorch/blob/main/dataloader/data_loaders.py

Note: the input image should be RGB images, but you can also change the input channel of the network by yourself.

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

2 participants