A Method for Sensitivity Analysis of Automatic Contouring Algorithms Across Different MRI Contrast Weightings Using SyntheticMR
Code for the paper: "A Method for Sensitivity Analysis of Automatic Contouring Algorithms Across Different MRI Contrast Weightings Using Synthetic MR" found at: https://doi.org/10.1101/2025.01.10.25319895. The anonymized data is found at: https://doi.org/10.6084/m9.figshare.28139837.
- Create python environment with Python 3.7.9:
python3 -m venv env - Activate virtual python environment:
.\env\Scripts\activate - Install packages:
pip install -r requirements.txt