How to make predictions.json for internal validation

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

Re: How to make predictions.json for internal validation  

  By: LindaSt on Dec. 3, 2024, 2:58 p.m.

Hi! Thank you for participating :)! I have not made a script, just provided an example the way it is produced by grand-challenge. I can make one of course if that is helpful. I assume you'd want to go from a list of filenames to a predictions.json file?

Re: How to make predictions.json for internal validation  

  By: thibgolds on Dec. 3, 2024, 3:06 p.m.

That's ok, I was hoping the script was already there but I'm sure I can write it myself, thanks.