Our algorithm ranked 1st in Survival (Final) Evaluation.
- Download pretrained model weights from https://doi.org/10.5281/zenodo.8112147 (Licensed under CC BY-NC 4.0).
- Place the downloaded folder (
pretrained_weights/
) into root path (./
).
Detailed description of our method is found here.
Ubuntu 20.04
Used docker related codes and algorithm template from the official example.
algorithm:
entry point of the algorithm (modified official example code)configuration/
: contains codes for configurationdetection/
: contains codes for detection modelpipeline/
: contains codes for TILs inference pipelinepretrained weights/
: contains pretrained weights for detection and segmentation modelssegmentation/
: contains codes for segmentation modeltils/
: contains codes to process for TILs inference./
: contains codes for docker