Skip to content

fabibo3/SLCN_challenge

Repository files navigation

SLCN Challenge 2022 - Docker submission example

Credits: S. Dahan, LZJ. Williams

This repository provides a reference algorithm Docker container for SLCN 2022 Challenge submission, on the grand-challenge plateform.

It should serve as an example or/and a template for your own algorithm container implementaion.

Here, a Surface Vision Trasnformer (SiT) model is used for the task of birth age prediction as an example. Code is based on this Github.

More information about algorithm container and submission can be found here.

Content:

  1. Prerequisites
  2. Requirements for Grand Challenge submission

1. Prerequisites

Submissions are based on Docker containers and the evalutils library (provided by Grand-Challenge).

First, you will need to install localy Docker.

Then, you will need to install evalutils, that you can pip install:

pip install evalutils

2. Requirements for Grand Challenge submissions

You Docker container (via process.py) is supposed to read .mha image files.

Important: Images will be read successively and predictions will be made one by one, ie there will be one birth-age.json file per predicition.

About

SLCN challenge 2022

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 75.0%
  • Shell 15.3%
  • Dockerfile 9.7%