Cleaned up version of some 3D auto-segmentation code
- Clone this repo
- create a new python virtual environment: python -m venv autosegmentation_env
- activate the virtual environment: source autosegmentation_env/bin/activate
- install requirements: pip install -r requirements.txt
- Convert Dicom to Nifti
- Combine structures into a single mask
- use preprocess.py to preprocess the data
- train using train.py
- evaluate the results (using Hausdorff distance, mean distance-to-agreement, DSC...)