You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: