Hi,
would anyone have a simple example showing how to set up an evaluation within COMIC?
- we need to create a "container image" with Docker
- this "image" must read user inputs, evaluate them with respect to a reference standard,and generates a file /output/metrics.json with the data to be displayed in the Results tab of the challenge
- this image will be automatically executed after each new submission
Would anyone (especially the COMIC developers?) could provide an example of a "container image"
- how to create it?
- a simple (Python?) file to read an input and compute a score
- how to export the metrics.json file
Thanks for your help
Matt