How to make predictions.json for internal validation ¶
By: thibgolds on Dec. 3, 2024, 2:47 p.m.
Hello,
Thank you for organizing this competition!
The evaluate.py file seems to require a "predictions.json" file, which is "hardcoded" in the github repo for the "A_P000001" file. I was wondering if there was a script to write other "predictions.json" files containing more than one image, so that we can improve our internal validations before submission.
I figure I could write it myself but I have a feeling I'm missing something in your repository.
Thanks