Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 948 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 948 Bytes

Name of The Paper

Paper

We used ganslate framework for these experiments.

Structure

This repository contains the experiment configuration files and PyTorch dataset loading and preprocessing for our paper "Name of The Paper".

It is organized into two folders:

  • LungProton - experiments and dataset classes for lung CBCT-to-CT translation for adaptive proton radiotherapy

  • CervixPhoton - experiments and dataset classes for cervix CBCT-to-CT translation for adaptive photon radiotherapy

Running

To run the experiments (if you have access to the data):

pip install ganslate

git clone [email protected]:ganslate-team/CBCT-to-CT-cycle-consistent-GANs.git
cd CBCT-to-CT-cycle-consistent-GANs

# change the config file accordingly
ganslate train config="./LungProton/experiments/1_2D_cyclegan_vnet.yaml" 

Acknowledgments

Citation

TODO