Hello, I'm trying to get the images in the submissionfile.csv so I can make a submission. Using the ID column in the submission file, I tried looking for it's equivalent filename in the test file but there is none.
I tried checking if the first ID in the submission file exists in the test set. Based on the result of the code, it doesn't. Can someone please help! I'm probably not doing something right!
This is the code I used
ss = pd.read_csv('SampleSubmission.csv')
test[test['ID']==ss.loc[0, 'ID']]
I also tried
test[test['ID']=="ID_KJ12GE2U80"]
I haven't run your code example but have you checked the csv file? I can see it in row 823
Hey,
Try using the sample sub file from the page and not from the bucket