Primary competition visual

Ghana Crop Disease Detection Challenge

Helping Ghana
$8 000 USD
Completed (over 1 year ago)
Computer Vision
Object Detection
2205 joined
344 active
Starti
Oct 04, 24
Closei
Dec 15, 24
Reveali
Dec 15, 24
Getting Error. Image ID id_163zns.jpg not found in submission file during submission
Help · 10 Dec 2024, 05:14 · 7

While running starter code of Ghana crop disease detection and submitting the benchmark csvI am getting Image ID id_163zns.jpg not found in submission file during submission

Discussion 7 answers

did you set index=False?

e.g sub.to_csv('submission.csv', index=False)

If you did and you are still getting the error, then it is possibly because the image is missing in your submission file. Your model probably couldn't make a valid detection on the image and so reason why it is missing from your submission. My suggestion will be to check the test.csv and make sure that any image_id that is in the test.csv and not in your submission be added to your submission file and then you could give this image a new class named "NEG". and zeros (0s) for the xmin, ymin, xmax, ymax.

I hope this helps.

10 Dec 2024, 05:19
Upvotes 1
User avatar
lamakye7

there is no detection for it. So you can include a logic in the prediction code if they there is no bbox to fill them with 0s or fill them after the prediction

10 Dec 2024, 05:42
Upvotes 1

Hello @lamakye7 Can you share this logic? I tried inserting the image ID and adding 0 to the different coordinates, but I still had the same issues.

User avatar
lamakye7

Check out the lacuna contest. The logic is in their start up notebook. You can adapt that. Wish i can share with u but it against thee rules

Ok well noted. I will check lacuna's start up notebook. thanks !

User avatar
lamakye7

Check for lacuna malaria contest which closed about month ago

Ok well noted. Thanks