Skip to content

Latest commit

 

History

History
73 lines (67 loc) · 2.71 KB

File metadata and controls

73 lines (67 loc) · 2.71 KB

Model Checkpoints

Download checkpoint zips and extract them to this folder.

Required for running RetinaGAN run_pipeline.py and web_demo.py:

  • cstylegan.zip
    Size: 561M
    MD5: ded1e6adf3942621a23e7b0fd8291e18
  • gaugan.zip
    Size: 1.6G
    MD5: 40199790d9676934af6d4a0039954b85

Optional checkpoints for downstream tasks:

.
├── README.md
├── cstylegan
│   ├── checkpoint
│   ├── cstylegan_256x256.ckpt.data-00000-of-00001
│   └── cstylegan_256x256.ckpt.index
├── gaugan
│   ├── checkpoint
│   ├── gaugan_1024x1024.ckpt.data-00000-of-00001
│   └── gaugan_1024x1024.ckpt.index
├── dataset_padding
│   ├── base.log
│   ├── base.tf
│   ├── oversample.log
│   ├── oversample.tf
│   ├── padding.log
│   ├── padding.tf
│   ├── undersample.log
│   └── undersample.tf
├── segmentation
│   ├── unet_fake.log
│   ├── unet_fake.tf
│   ├── unet_fine.log
│   ├── unet_fine.tf
│   ├── unet_real.log
│   └── unet_real.tf
└── classification
    ├── InceptionResNetV2_0_fake.log
    ├── InceptionResNetV2_0_fake.tf
    ├── InceptionResNetV2_0_fine.log
    ├── InceptionResNetV2_0_fine.tf
    ├── InceptionResNetV2_0_real.log
    ├── InceptionResNetV2_0_real.tf
    ├── InceptionResNetV2_1_fake.log
    ├── InceptionResNetV2_1_fake.tf
    ├── InceptionResNetV2_1_fine.log
    ├── InceptionResNetV2_1_fine.tf
    ├── InceptionResNetV2_1_real.log
    ├── InceptionResNetV2_1_real.tf
    ├── InceptionResNetV2_2_fake.log
    ├── InceptionResNetV2_2_fake.tf
    ├── InceptionResNetV2_2_fine.log
    ├── InceptionResNetV2_2_fine.tf
    ├── InceptionResNetV2_2_real.log
    ├── InceptionResNetV2_2_real.tf
    ├── InceptionResNetV2_3_fake.log
    ├── InceptionResNetV2_3_fake.tf
    ├── InceptionResNetV2_3_fine.log
    ├── InceptionResNetV2_3_fine.tf
    ├── InceptionResNetV2_3_real.log
    └── InceptionResNetV2_3_real.tf