Skip to content

Releases: DIAGNijmegen/rse-grand-challenge-forge

Release v0.4.0

22 Jan 11:06
5ec7c93
Compare
Choose a tag to compare

Stop using '/tmp' in example Dockerfiles to contain non-transient files.

Release v0.3.0

08 Jan 09:09
6fcf923
Compare
Choose a tag to compare

Replace "input"/"output" in the context JSON input with "algorithm_input"/"algorithm_output".

Release v0.2.2

02 Jan 15:30
04b3199
Compare
Choose a tag to compare
  • Various improvements to spelling and wording in the challenge packs
  • Report grand-challenge-forge version in generated pack README
  • Use challenge-level archives instead of phase-level archives for the pack README
  • Add support for reading and writing TIFF files
  • Disable network in test runs

Release v0.2.1

15 Dec 08:54
1b9efb8
Compare
Choose a tag to compare
  • Various improvements to spelling and comments in the challenge packs
  • Fixed passing 'is_image', 'is_json' to the prediction.json example of the evaluation method
  • Added a generic read_file() / write_file() to the evaluation.py and inference.py of the algorithm and evaluation examples, respectively

Release v0.2.0

14 Dec 10:48
a68a93f
Compare
Choose a tag to compare

Adds challenge packs, consisting of:

  • example upload algorithm
  • example submission algorithm
  • example evaluation method