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

How to use the code for training on Tusimple Dataset #1

Closed
wxiangxiaow opened this issue Nov 8, 2022 · 1 comment
Closed

How to use the code for training on Tusimple Dataset #1

wxiangxiaow opened this issue Nov 8, 2022 · 1 comment
Labels
good first issue Good for newcomers

Comments

@wxiangxiaow
Copy link

Thanks for your great work!
Could you please write a more detailed README for using Tusimple Dataset? Like how the dataset and code files should be arrange? If you had done this work, please tell me how to find.
Thank you again!

@ibrahimgh25
Copy link
Owner

ibrahimgh25 commented Nov 8, 2022

Regarding using the Tusimple, the training_utils.dataset class defines how the dataset is loaded into pytorch.
When I used the code, I downloaded the dataset from here (I believe i used images from test_set.zip). After you download the dataset, unzip it in some directory, which you'll pass to the dataset constructor. (see how the dataloaders are defined in elgan_training.py.
Regarding updating the README, please confirm that the steps I shared with you work and then I could add them to the README.

@ibrahimgh25 ibrahimgh25 added the good first issue Good for newcomers label Nov 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants