This folder contains the code to build a GrandChallenge algorithm out of the faster version of the ULS baseline model. This model differs from the original baseline model in two ways:
- It accepts input images of 64x128x128 instead of the original 128x256x256
- It is slightly more shallow than the original
/architecture/extensions/nnunetv2contains the extensions to the nnUNetv2 framework that should be merged with your local install./architecture/nnUNet_results/contains the model weights and plans file of the faster model./architecture/input/contains an example of a stacked VOI image and the accompanying spacings file. Uncommenting line 64 in the Dockerfile will allow you to run your algorithm locally with this data and check whether it runs inference correctly.train_test_split.jsoncontains the train/test split used for evaluation of the baseline model on the training datasets, use it if you want to reproduce our results.