├── .gitattributes ├── .gitignore ├── README.md ├── draft_3.py ├── evaluate.py ├── net.py ├── snapshots ├── checkpoint ├── cycle_model-80045.data-00000-of-00001 ├── cycle_model-80045.index ├── cycle_model-80045.meta ├── cycle_model-91480.data-00000-of-00001 ├── cycle_model-91480.index ├── cycle_model-91480.meta └── events.out.tfevents.1682892335.a5c52458b96e12f30e2336f61dbd8b39-taskrole1-0 ├── ssim.py ├── ssim_ms.py ├── stargan-v2-master ├── .gitignore ├── LICENSE ├── NOTICE ├── README.md ├── assets │ ├── afhq_dataset.jpg │ ├── afhq_interpolation.gif │ ├── afhqv2_teaser2.jpg │ ├── celebahq_interpolation.gif │ ├── representative │ │ ├── afhq │ │ │ ├── ref │ │ │ │ ├── cat │ │ │ │ │ ├── flickr_cat_000495.jpg │ │ │ │ │ ├── flickr_cat_000557.jpg │ │ │ │ │ ├── pixabay_cat_000355.jpg │ │ │ │ │ ├── pixabay_cat_000491.jpg │ │ │ │ │ ├── pixabay_cat_000535.jpg │ │ │ │ │ ├── pixabay_cat_000623.jpg │ │ │ │ │ ├── pixabay_cat_000730.jpg │ │ │ │ │ ├── pixabay_cat_001479.jpg │ │ │ │ │ ├── pixabay_cat_001699.jpg │ │ │ │ │ └── pixabay_cat_003046.jpg │ │ │ │ ├── dog │ │ │ │ │ ├── flickr_dog_001072.jpg │ │ │ │ │ ├── pixabay_dog_000121.jpg │ │ │ │ │ ├── pixabay_dog_000322.jpg │ │ │ │ │ ├── pixabay_dog_000357.jpg │ │ │ │ │ ├── pixabay_dog_000409.jpg │ │ │ │ │ ├── pixabay_dog_000799.jpg │ │ │ │ │ ├── pixabay_dog_000890.jpg │ │ │ │ │ └── pixabay_dog_001082.jpg │ │ │ │ └── wild │ │ │ │ │ ├── flickr_wild_000731.jpg │ │ │ │ │ ├── flickr_wild_001223.jpg │ │ │ │ │ ├── flickr_wild_002020.jpg │ │ │ │ │ ├── flickr_wild_002092.jpg │ │ │ │ │ ├── flickr_wild_002933.jpg │ │ │ │ │ ├── flickr_wild_003137.jpg │ │ │ │ │ ├── flickr_wild_003355.jpg │ │ │ │ │ ├── flickr_wild_003796.jpg │ │ │ │ │ ├── flickr_wild_003969.jpg │ │ │ │ │ └── pixabay_wild_000637.jpg │ │ │ └── src │ │ │ │ ├── cat │ │ │ │ ├── flickr_cat_000253.jpg │ │ │ │ ├── pixabay_cat_000181.jpg │ │ │ │ ├── pixabay_cat_000241.jpg │ │ │ │ ├── pixabay_cat_000276.jpg │ │ │ │ └── pixabay_cat_004826.jpg │ │ │ │ ├── dog │ │ │ │ ├── flickr_dog_000094.jpg │ │ │ │ ├── pixabay_dog_000321.jpg │ │ │ │ ├── pixabay_dog_000322.jpg │ │ │ │ ├── pixabay_dog_001082.jpg │ │ │ │ └── pixabay_dog_002066.jpg │ │ │ │ └── wild │ │ │ │ ├── flickr_wild_000432.jpg │ │ │ │ ├── flickr_wild_000814.jpg │ │ │ │ ├── flickr_wild_002036.jpg │ │ │ │ ├── flickr_wild_002159.jpg │ │ │ │ └── pixabay_wild_000558.jpg │ │ ├── celeba_hq │ │ │ ├── ref │ │ │ │ ├── female │ │ │ │ │ ├── 015248.jpg │ │ │ │ │ ├── 030321.jpg │ │ │ │ │ ├── 031796.jpg │ │ │ │ │ ├── 036619.jpg │ │ │ │ │ ├── 042373.jpg │ │ │ │ │ ├── 048197.jpg │ │ │ │ │ ├── 052599.jpg │ │ │ │ │ ├── 058150.jpg │ │ │ │ │ ├── 058225.jpg │ │ │ │ │ ├── 058881.jpg │ │ │ │ │ ├── 063109.jpg │ │ │ │ │ ├── 064119.jpg │ │ │ │ │ ├── 064307.jpg │ │ │ │ │ ├── 074075.jpg │ │ │ │ │ ├── 074934.jpg │ │ │ │ │ ├── 076551.jpg │ │ │ │ │ ├── 081680.jpg │ │ │ │ │ ├── 081871.jpg │ │ │ │ │ ├── 084913.jpg │ │ │ │ │ ├── 086986.jpg │ │ │ │ │ ├── 113393.jpg │ │ │ │ │ ├── 135626.jpg │ │ │ │ │ ├── 140613.jpg │ │ │ │ │ ├── 142595.jpg │ │ │ │ │ └── 195650.jpg │ │ │ │ └── male │ │ │ │ │ ├── 012712.jpg │ │ │ │ │ ├── 020167.jpg │ │ │ │ │ ├── 021612.jpg │ │ │ │ │ ├── 036367.jpg │ │ │ │ │ ├── 037023.jpg │ │ │ │ │ ├── 038919.jpg │ │ │ │ │ ├── 047763.jpg │ │ │ │ │ ├── 060259.jpg │ │ │ │ │ ├── 067791.jpg │ │ │ │ │ ├── 077921.jpg │ │ │ │ │ ├── 083510.jpg │ │ │ │ │ ├── 094805.jpg │ │ │ │ │ ├── 116032.jpg │ │ │ │ │ ├── 118017.jpg │ │ │ │ │ ├── 137590.jpg │ │ │ │ │ ├── 145842.jpg │ │ │ │ │ ├── 153793.jpg │ │ │ │ │ ├── 156498.jpg │ │ │ │ │ ├── 164930.jpg │ │ │ │ │ ├── 189498.jpg │ │ │ │ │ └── 191084.jpg │ │ │ └── src │ │ │ │ ├── female │ │ │ │ ├── 039913.jpg │ │ │ │ ├── 051340.jpg │ │ │ │ ├── 069067.jpg │ │ │ │ ├── 091623.jpg │ │ │ │ └── 172559.jpg │ │ │ │ └── male │ │ │ │ ├── 005735.jpg │ │ │ │ ├── 006930.jpg │ │ │ │ ├── 016387.jpg │ │ │ │ ├── 191300.jpg │ │ │ │ └── 196930.jpg │ │ └── custom │ │ │ ├── female │ │ │ └── custom_female.jpg │ │ │ └── male │ │ │ └── custom_male.jpg │ ├── teaser.jpg │ └── youtube_video.jpg ├── core │ ├── __init__.py │ ├── checkpoint.py │ ├── data_loader.py │ ├── model.py │ ├── solver.py │ ├── utils.py │ └── wing.py ├── download.sh ├── main.py └── metrics │ ├── __init__.py │ ├── eval.py │ ├── fid.py │ ├── lpips.py │ └── lpips_weights.ckpt ├── test.py ├── test_image_reader.py ├── train.py ├── train_image_reader.py └── train_out ├── out11435.png ├── out13722.png ├── out16009.png ├── out18296.png ├── out20583.png ├── out2287.png ├── out22870.png ├── out25157.png ├── out27444.png ├── out29731.png ├── out32018.png ├── out34305.png ├── out36592.png ├── out38879.png ├── out41166.png ├── out43453.png ├── out4574.png ├── out45740.png ├── out48027.png ├── out50314.png ├── out52601.png ├── out54888.png ├── out57175.png ├── out59462.png ├── out61749.png ├── out64036.png ├── out66323.png ├── out6861.png ├── out68610.png ├── out70897.png ├── out73184.png ├── out75471.png ├── out77758.png ├── out80045.png ├── out82332.png ├── out84619.png ├── out86906.png ├── out89193.png ├── out9148.png └── out91480.png /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # CycleGAN 2 | 水下图像增强与修复 3 | -------------------------------------------------------------------------------- /draft_3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/draft_3.py -------------------------------------------------------------------------------- /evaluate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/evaluate.py -------------------------------------------------------------------------------- /net.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/net.py -------------------------------------------------------------------------------- /snapshots/checkpoint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/snapshots/checkpoint -------------------------------------------------------------------------------- /snapshots/cycle_model-80045.data-00000-of-00001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/snapshots/cycle_model-80045.data-00000-of-00001 -------------------------------------------------------------------------------- /snapshots/cycle_model-80045.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/snapshots/cycle_model-80045.index -------------------------------------------------------------------------------- /snapshots/cycle_model-80045.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/snapshots/cycle_model-80045.meta -------------------------------------------------------------------------------- /snapshots/cycle_model-91480.data-00000-of-00001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/snapshots/cycle_model-91480.data-00000-of-00001 -------------------------------------------------------------------------------- /snapshots/cycle_model-91480.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/snapshots/cycle_model-91480.index -------------------------------------------------------------------------------- /snapshots/cycle_model-91480.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/snapshots/cycle_model-91480.meta -------------------------------------------------------------------------------- /snapshots/events.out.tfevents.1682892335.a5c52458b96e12f30e2336f61dbd8b39-taskrole1-0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/snapshots/events.out.tfevents.1682892335.a5c52458b96e12f30e2336f61dbd8b39-taskrole1-0 -------------------------------------------------------------------------------- /ssim.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/ssim.py -------------------------------------------------------------------------------- /ssim_ms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/ssim_ms.py -------------------------------------------------------------------------------- /stargan-v2-master/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/.gitignore -------------------------------------------------------------------------------- /stargan-v2-master/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/LICENSE -------------------------------------------------------------------------------- /stargan-v2-master/NOTICE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/NOTICE -------------------------------------------------------------------------------- /stargan-v2-master/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/README.md -------------------------------------------------------------------------------- /stargan-v2-master/assets/afhq_dataset.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/afhq_dataset.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/afhq_interpolation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/afhq_interpolation.gif -------------------------------------------------------------------------------- /stargan-v2-master/assets/afhqv2_teaser2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/afhqv2_teaser2.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/celebahq_interpolation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/celebahq_interpolation.gif -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/afhq/ref/cat/flickr_cat_000495.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/afhq/ref/cat/flickr_cat_000495.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/afhq/ref/cat/flickr_cat_000557.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/afhq/ref/cat/flickr_cat_000557.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/afhq/ref/cat/pixabay_cat_000355.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/afhq/ref/cat/pixabay_cat_000355.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/afhq/ref/cat/pixabay_cat_000491.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/afhq/ref/cat/pixabay_cat_000491.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/afhq/ref/cat/pixabay_cat_000535.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/afhq/ref/cat/pixabay_cat_000535.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/afhq/ref/cat/pixabay_cat_000623.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/afhq/ref/cat/pixabay_cat_000623.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/afhq/ref/cat/pixabay_cat_000730.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/afhq/ref/cat/pixabay_cat_000730.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/afhq/ref/cat/pixabay_cat_001479.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/afhq/ref/cat/pixabay_cat_001479.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/afhq/ref/cat/pixabay_cat_001699.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/afhq/ref/cat/pixabay_cat_001699.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/afhq/ref/cat/pixabay_cat_003046.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/afhq/ref/cat/pixabay_cat_003046.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/afhq/ref/dog/flickr_dog_001072.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/afhq/ref/dog/flickr_dog_001072.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/afhq/ref/dog/pixabay_dog_000121.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/afhq/ref/dog/pixabay_dog_000121.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/afhq/ref/dog/pixabay_dog_000322.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/afhq/ref/dog/pixabay_dog_000322.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/afhq/ref/dog/pixabay_dog_000357.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/afhq/ref/dog/pixabay_dog_000357.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/afhq/ref/dog/pixabay_dog_000409.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/afhq/ref/dog/pixabay_dog_000409.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/afhq/ref/dog/pixabay_dog_000799.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/afhq/ref/dog/pixabay_dog_000799.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/afhq/ref/dog/pixabay_dog_000890.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/afhq/ref/dog/pixabay_dog_000890.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/afhq/ref/dog/pixabay_dog_001082.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/afhq/ref/dog/pixabay_dog_001082.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/afhq/ref/wild/flickr_wild_000731.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/afhq/ref/wild/flickr_wild_000731.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/afhq/ref/wild/flickr_wild_001223.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/afhq/ref/wild/flickr_wild_001223.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/afhq/ref/wild/flickr_wild_002020.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/afhq/ref/wild/flickr_wild_002020.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/afhq/ref/wild/flickr_wild_002092.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/afhq/ref/wild/flickr_wild_002092.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/afhq/ref/wild/flickr_wild_002933.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/afhq/ref/wild/flickr_wild_002933.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/afhq/ref/wild/flickr_wild_003137.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/afhq/ref/wild/flickr_wild_003137.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/afhq/ref/wild/flickr_wild_003355.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/afhq/ref/wild/flickr_wild_003355.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/afhq/ref/wild/flickr_wild_003796.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/afhq/ref/wild/flickr_wild_003796.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/afhq/ref/wild/flickr_wild_003969.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/afhq/ref/wild/flickr_wild_003969.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/afhq/ref/wild/pixabay_wild_000637.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/afhq/ref/wild/pixabay_wild_000637.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/afhq/src/cat/flickr_cat_000253.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/afhq/src/cat/flickr_cat_000253.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/afhq/src/cat/pixabay_cat_000181.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/afhq/src/cat/pixabay_cat_000181.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/afhq/src/cat/pixabay_cat_000241.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/afhq/src/cat/pixabay_cat_000241.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/afhq/src/cat/pixabay_cat_000276.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/afhq/src/cat/pixabay_cat_000276.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/afhq/src/cat/pixabay_cat_004826.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/afhq/src/cat/pixabay_cat_004826.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/afhq/src/dog/flickr_dog_000094.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/afhq/src/dog/flickr_dog_000094.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/afhq/src/dog/pixabay_dog_000321.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/afhq/src/dog/pixabay_dog_000321.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/afhq/src/dog/pixabay_dog_000322.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/afhq/src/dog/pixabay_dog_000322.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/afhq/src/dog/pixabay_dog_001082.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/afhq/src/dog/pixabay_dog_001082.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/afhq/src/dog/pixabay_dog_002066.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/afhq/src/dog/pixabay_dog_002066.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/afhq/src/wild/flickr_wild_000432.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/afhq/src/wild/flickr_wild_000432.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/afhq/src/wild/flickr_wild_000814.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/afhq/src/wild/flickr_wild_000814.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/afhq/src/wild/flickr_wild_002036.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/afhq/src/wild/flickr_wild_002036.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/afhq/src/wild/flickr_wild_002159.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/afhq/src/wild/flickr_wild_002159.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/afhq/src/wild/pixabay_wild_000558.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/afhq/src/wild/pixabay_wild_000558.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/ref/female/015248.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/ref/female/015248.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/ref/female/030321.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/ref/female/030321.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/ref/female/031796.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/ref/female/031796.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/ref/female/036619.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/ref/female/036619.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/ref/female/042373.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/ref/female/042373.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/ref/female/048197.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/ref/female/048197.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/ref/female/052599.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/ref/female/052599.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/ref/female/058150.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/ref/female/058150.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/ref/female/058225.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/ref/female/058225.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/ref/female/058881.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/ref/female/058881.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/ref/female/063109.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/ref/female/063109.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/ref/female/064119.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/ref/female/064119.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/ref/female/064307.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/ref/female/064307.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/ref/female/074075.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/ref/female/074075.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/ref/female/074934.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/ref/female/074934.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/ref/female/076551.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/ref/female/076551.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/ref/female/081680.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/ref/female/081680.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/ref/female/081871.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/ref/female/081871.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/ref/female/084913.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/ref/female/084913.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/ref/female/086986.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/ref/female/086986.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/ref/female/113393.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/ref/female/113393.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/ref/female/135626.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/ref/female/135626.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/ref/female/140613.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/ref/female/140613.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/ref/female/142595.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/ref/female/142595.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/ref/female/195650.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/ref/female/195650.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/ref/male/012712.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/ref/male/012712.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/ref/male/020167.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/ref/male/020167.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/ref/male/021612.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/ref/male/021612.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/ref/male/036367.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/ref/male/036367.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/ref/male/037023.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/ref/male/037023.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/ref/male/038919.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/ref/male/038919.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/ref/male/047763.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/ref/male/047763.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/ref/male/060259.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/ref/male/060259.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/ref/male/067791.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/ref/male/067791.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/ref/male/077921.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/ref/male/077921.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/ref/male/083510.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/ref/male/083510.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/ref/male/094805.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/ref/male/094805.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/ref/male/116032.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/ref/male/116032.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/ref/male/118017.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/ref/male/118017.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/ref/male/137590.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/ref/male/137590.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/ref/male/145842.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/ref/male/145842.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/ref/male/153793.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/ref/male/153793.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/ref/male/156498.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/ref/male/156498.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/ref/male/164930.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/ref/male/164930.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/ref/male/189498.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/ref/male/189498.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/ref/male/191084.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/ref/male/191084.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/src/female/039913.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/src/female/039913.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/src/female/051340.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/src/female/051340.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/src/female/069067.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/src/female/069067.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/src/female/091623.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/src/female/091623.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/src/female/172559.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/src/female/172559.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/src/male/005735.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/src/male/005735.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/src/male/006930.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/src/male/006930.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/src/male/016387.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/src/male/016387.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/src/male/191300.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/src/male/191300.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/celeba_hq/src/male/196930.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/celeba_hq/src/male/196930.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/custom/female/custom_female.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/custom/female/custom_female.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/representative/custom/male/custom_male.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/representative/custom/male/custom_male.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/teaser.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/teaser.jpg -------------------------------------------------------------------------------- /stargan-v2-master/assets/youtube_video.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/assets/youtube_video.jpg -------------------------------------------------------------------------------- /stargan-v2-master/core/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /stargan-v2-master/core/checkpoint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/core/checkpoint.py -------------------------------------------------------------------------------- /stargan-v2-master/core/data_loader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/core/data_loader.py -------------------------------------------------------------------------------- /stargan-v2-master/core/model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/core/model.py -------------------------------------------------------------------------------- /stargan-v2-master/core/solver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/core/solver.py -------------------------------------------------------------------------------- /stargan-v2-master/core/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/core/utils.py -------------------------------------------------------------------------------- /stargan-v2-master/core/wing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/core/wing.py -------------------------------------------------------------------------------- /stargan-v2-master/download.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/download.sh -------------------------------------------------------------------------------- /stargan-v2-master/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/main.py -------------------------------------------------------------------------------- /stargan-v2-master/metrics/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /stargan-v2-master/metrics/eval.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/metrics/eval.py -------------------------------------------------------------------------------- /stargan-v2-master/metrics/fid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/metrics/fid.py -------------------------------------------------------------------------------- /stargan-v2-master/metrics/lpips.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/metrics/lpips.py -------------------------------------------------------------------------------- /stargan-v2-master/metrics/lpips_weights.ckpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/stargan-v2-master/metrics/lpips_weights.ckpt -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/test.py -------------------------------------------------------------------------------- /test_image_reader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/test_image_reader.py -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/train.py -------------------------------------------------------------------------------- /train_image_reader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/train_image_reader.py -------------------------------------------------------------------------------- /train_out/out11435.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/train_out/out11435.png -------------------------------------------------------------------------------- /train_out/out13722.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/train_out/out13722.png -------------------------------------------------------------------------------- /train_out/out16009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/train_out/out16009.png -------------------------------------------------------------------------------- /train_out/out18296.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/train_out/out18296.png -------------------------------------------------------------------------------- /train_out/out20583.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/train_out/out20583.png -------------------------------------------------------------------------------- /train_out/out2287.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/train_out/out2287.png -------------------------------------------------------------------------------- /train_out/out22870.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/train_out/out22870.png -------------------------------------------------------------------------------- /train_out/out25157.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/train_out/out25157.png -------------------------------------------------------------------------------- /train_out/out27444.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/train_out/out27444.png -------------------------------------------------------------------------------- /train_out/out29731.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/train_out/out29731.png -------------------------------------------------------------------------------- /train_out/out32018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/train_out/out32018.png -------------------------------------------------------------------------------- /train_out/out34305.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/train_out/out34305.png -------------------------------------------------------------------------------- /train_out/out36592.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/train_out/out36592.png -------------------------------------------------------------------------------- /train_out/out38879.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/train_out/out38879.png -------------------------------------------------------------------------------- /train_out/out41166.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/train_out/out41166.png -------------------------------------------------------------------------------- /train_out/out43453.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/train_out/out43453.png -------------------------------------------------------------------------------- /train_out/out4574.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/train_out/out4574.png -------------------------------------------------------------------------------- /train_out/out45740.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/train_out/out45740.png -------------------------------------------------------------------------------- /train_out/out48027.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/train_out/out48027.png -------------------------------------------------------------------------------- /train_out/out50314.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/train_out/out50314.png -------------------------------------------------------------------------------- /train_out/out52601.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/train_out/out52601.png -------------------------------------------------------------------------------- /train_out/out54888.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/train_out/out54888.png -------------------------------------------------------------------------------- /train_out/out57175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/train_out/out57175.png -------------------------------------------------------------------------------- /train_out/out59462.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/train_out/out59462.png -------------------------------------------------------------------------------- /train_out/out61749.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/train_out/out61749.png -------------------------------------------------------------------------------- /train_out/out64036.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/train_out/out64036.png -------------------------------------------------------------------------------- /train_out/out66323.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/train_out/out66323.png -------------------------------------------------------------------------------- /train_out/out6861.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/train_out/out6861.png -------------------------------------------------------------------------------- /train_out/out68610.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/train_out/out68610.png -------------------------------------------------------------------------------- /train_out/out70897.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/train_out/out70897.png -------------------------------------------------------------------------------- /train_out/out73184.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/train_out/out73184.png -------------------------------------------------------------------------------- /train_out/out75471.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/train_out/out75471.png -------------------------------------------------------------------------------- /train_out/out77758.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/train_out/out77758.png -------------------------------------------------------------------------------- /train_out/out80045.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/train_out/out80045.png -------------------------------------------------------------------------------- /train_out/out82332.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/train_out/out82332.png -------------------------------------------------------------------------------- /train_out/out84619.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/train_out/out84619.png -------------------------------------------------------------------------------- /train_out/out86906.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/train_out/out86906.png -------------------------------------------------------------------------------- /train_out/out89193.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/train_out/out89193.png -------------------------------------------------------------------------------- /train_out/out9148.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/train_out/out9148.png -------------------------------------------------------------------------------- /train_out/out91480.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sam-ie/CycleGAN/HEAD/train_out/out91480.png --------------------------------------------------------------------------------