Views
No views yet
<name>_<Rx>.yaml + <name>_<Rx>.pt pairs for DIRECT.| Dataset | Calgary-Campinas brain MRI |
| Challenge | MR reconstruction challenge |
| Training | 47 multi-coil volumes (12 coils), retrospective 5× / 10× undersampling |
| Validation | 20 volumes |
| Masks | Challenge Poisson-disk masks — also on Hub as NKI-AI/direct-mri-masks |
5x or 10x):1rim_5x.yaml / rim_5x.pt
2rim_10x.yaml / rim_10x.pt
3varnet_5x.yaml / …projects/calgary_campinas/ in the DIRECT repository.CalgaryCampinas mask. Inference YAMLs already pin that one acceleration. To run the other rate, use the matching *_5x / *_10x file pair.1git clone https://github.com/NKI-AI/direct.git
2cd direct
3conda create --name direct python=3.12
4conda activate direct
5pip install meson-python meson ninja
6pip install --no-build-isolation -e ".[dev]"1hf download NKI-AI/direct-calgary-campinas --local-dir ./calgary
2
3direct predict ./predictions \
4 --cfg ./calgary/rim_5x.yaml \
5 --checkpoint ./calgary/rim_5x.pt \
6 --data-root /path/to/calgary_campinas \
7 --num-gpus 11@article{DIRECTTOOLKIT,
2 title={DIRECT: Deep Image REConstruction Toolkit},
3 author={Yiasemis, George and Moriakov, Nikita and Karkalousos, Dimitrios and Caan, Matthan and Teuwen, Jonas},
4 journal={Journal of Open Source Software},
5 volume={7},
6 number={73},
7 pages={4278},
8 year={2022},
9 doi={10.21105/joss.04278},
10 url={https://doi.org/10.21105/joss.04278}
11}