Releases: DeepMicroscopy/MIDOG25_T1_reference_docker
Releases · DeepMicroscopy/MIDOG25_T1_reference_docker
MIDOG 2025 Track 1 Reference Algorithm Docker
This is the initial release (v1.0.0) of the MIDOG 2025 Track 1 reference algorithm docker image.
What is included:
- Pretrained model weights for the FCOS ResNext101 model
- Source code to run inference on histopathology crop out images
- Instructions to create an algorithm for submission on grand-challenge.org
How to get started:
- Clone the repository and download the weigths from this release with the
download_weights.pyscript - Alternatively, download the checkpoint and save it to
resources/FCOS_x101.ckptmanually - Follow the instructions in the
README.mdto set up docker and create your own submission
Happy programming!