Semi-supervised-segmentation-cycleGAN
Pytorch implementation of our paper: Revisting Cycle-GAN for semi-supervised segmentation
File Explorer
Download Latest Version (.zip)- __init__.py
- discriminators.py
- generators.py
- ops.py
- Datasets.txt
- __init__.py
- augmentations.py
- dataloader.py
- patient001_frame01_2_genLabels.png
- patient001_frame01_2_gt.png
- patient001_frame01_2_img.jpg
- patient001_frame01_2_seg2img.jpg
- dusseldorf_000176_000019_leftImg8bit_genLabels.png
- dusseldorf_000176_000019_leftImg8bit_gt.png
- dusseldorf_000176_000019_leftImg8bit_img.jpg
- dusseldorf_000176_000019_leftImg8bit_seg2img.jpg
- 2007_002105_gt.png
- 2007_002105_img.jpg
- 2007_002105_imgFromSeg.jpg
- 2007_002105_semiSup.png
- model_image.png
- result_square.png
- .gitignore
- LICENSE
- main.py
- model.py
- README.md
- requirements.txt
- testing.py
- utils.py
- validation.py
# Installation Guide
1. Get the code
git clone https://github.com/arnab39/Semi-supervised-segmentation-cycleGAN
Downloads the entire project code from GitHub to your computer.
cd Semi-supervised-segmentation-cycleGAN
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
