Primary competition visual

CGIAR Eyes on the Ground Challenge

Helping Africa
$10 000 USD
Completed (over 2 years ago)
Prediction
869 joined
137 active
Starti
Jul 21, 23
Closei
Nov 03, 23
Reveali
Nov 03, 23
Test dataset
Help · 15 Sep 2023, 12:42 · 2

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"]

Discussion 2 answers

I haven't run your code example but have you checked the csv file? I can see it in row 823

15 Sep 2023, 13:54
Upvotes 1

Hey,

Try using the sample sub file from the page and not from the bucket

15 Sep 2023, 15:38
Upvotes 0