I get this error: No such file or directory: 'data/suadd23/inputs/train'
I tried to fix this by moving all the images into a βtrainβ folder inside suadd23. But then I got another error: No such file or directory: 'data/suadd23/inputs/val'
Now I could go ahead and split the images into train and val, but I might run into other errors. So before I do so, I need to know if Iβm missing something (maybe some setup step) - could you please guide me on this?
The validation set is used for the public leaderboard, this set will be made public at a later stage in the competition as the test set is still in development by the organizers. So for now you have to make your own dataset split.
The baseline was trained on the training set shared, and the current dataset used for the leaderboard was used as validation. Hence, unfortunately until that set is made public (it will be a few weeks before the end of challenge when the actual test set is ready), its not possible to reproduce the results right now.