Getting Error. Image ID id_163zns.jpg not found in submission file during submission
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
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.
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
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.
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 !
Check for lacuna malaria contest which closed about month ago
Ok well noted. Thanks