Reproduction of the algorithm described in SMORE: A Self-Supervised Anti-Aliasing and Super-Resolution Algorithm for MRI Using Deep Learning.
Instructions to install the dependencies of this project with either conda or pip.
Create a conda environment from environment.yml (or otherwise provide the conda dependencies listed there manually):
conda env create -f environment.yml
conda activate superresPip dependencies are listed in the requirements.txt file. Install them with:
pip install -r requirements.txt