├── README.md └── docs ├── assets ├── bootstrap.min.css ├── cate_hybrid.jpg ├── category_attributes │ ├── class10_bird │ │ ├── belly.gif │ │ ├── big.gif │ │ ├── feather.gif │ │ └── head.gif │ ├── class195 │ │ ├── ear.gif │ │ ├── mouth.gif │ │ ├── nose.gif │ │ └── tongue.gif │ ├── class483_castle │ │ ├── cloud.gif │ │ ├── foreground.gif │ │ ├── long_shape.gif │ │ └── water.gif │ └── class980_mountain │ │ ├── ash.gif │ │ ├── bkg.gif │ │ ├── explosion3.gif │ │ └── mountain_size.gif ├── font.css ├── latent_attributes │ ├── bkg_l5_ch402_positive │ │ ├── seed12_layer5_ch402_add_postive_c971.gif │ │ ├── seed2_layer5_ch402_add_postive_c24.gif │ │ ├── seed2_layer5_ch402_add_postive_c92.gif │ │ ├── seed35_layer5_ch402_add_postive_c814.gif │ │ └── seed6_layer5_ch402_add_postive_c625.gif │ ├── size_l0_ch650_negative │ │ ├── seed12_layer0_ch650_add_negative_c971.gif │ │ ├── seed2_layer0_ch650_add_negative_c24.gif │ │ ├── seed2_layer0_ch650_add_negative_c92.gif │ │ ├── seed35_layer0_ch650_multiply_negative_c814.gif │ │ └── seed6_layer0_ch650_add_negative_c625.gif │ └── style_l8_ch194_positive │ │ ├── seed12_layer8_ch194_add_postive_c971.gif │ │ ├── seed2_layer8_ch194_add_postive_c24.gif │ │ ├── seed2_layer8_ch194_add_postive_c92.gif │ │ ├── seed35_layer8_ch194_add_postive_c814.gif │ │ └── seed6_layer8_ch194_add_postive_c625.gif ├── performance_eval │ ├── 1.jpg │ ├── 10.jpg │ ├── 2.jpg │ ├── 3.jpg │ ├── 4.jpg │ ├── 5.jpg │ ├── 6.jpg │ ├── 7.jpg │ ├── 8.jpg │ └── 9.jpg ├── related_work │ ├── biggan.jpg │ ├── datasetgan.jpg │ └── stylespace.jpg ├── segmentation.jpg ├── style.css └── teaser.jpg └── index.html /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YingqingHe/interclassgan/HEAD/README.md -------------------------------------------------------------------------------- /docs/assets/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YingqingHe/interclassgan/HEAD/docs/assets/bootstrap.min.css -------------------------------------------------------------------------------- /docs/assets/cate_hybrid.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YingqingHe/interclassgan/HEAD/docs/assets/cate_hybrid.jpg -------------------------------------------------------------------------------- /docs/assets/category_attributes/class10_bird/belly.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YingqingHe/interclassgan/HEAD/docs/assets/category_attributes/class10_bird/belly.gif -------------------------------------------------------------------------------- /docs/assets/category_attributes/class10_bird/big.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YingqingHe/interclassgan/HEAD/docs/assets/category_attributes/class10_bird/big.gif -------------------------------------------------------------------------------- /docs/assets/category_attributes/class10_bird/feather.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YingqingHe/interclassgan/HEAD/docs/assets/category_attributes/class10_bird/feather.gif -------------------------------------------------------------------------------- /docs/assets/category_attributes/class10_bird/head.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YingqingHe/interclassgan/HEAD/docs/assets/category_attributes/class10_bird/head.gif -------------------------------------------------------------------------------- /docs/assets/category_attributes/class195/ear.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YingqingHe/interclassgan/HEAD/docs/assets/category_attributes/class195/ear.gif -------------------------------------------------------------------------------- /docs/assets/category_attributes/class195/mouth.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YingqingHe/interclassgan/HEAD/docs/assets/category_attributes/class195/mouth.gif -------------------------------------------------------------------------------- /docs/assets/category_attributes/class195/nose.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YingqingHe/interclassgan/HEAD/docs/assets/category_attributes/class195/nose.gif -------------------------------------------------------------------------------- /docs/assets/category_attributes/class195/tongue.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YingqingHe/interclassgan/HEAD/docs/assets/category_attributes/class195/tongue.gif -------------------------------------------------------------------------------- /docs/assets/category_attributes/class483_castle/cloud.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YingqingHe/interclassgan/HEAD/docs/assets/category_attributes/class483_castle/cloud.gif -------------------------------------------------------------------------------- /docs/assets/category_attributes/class483_castle/foreground.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YingqingHe/interclassgan/HEAD/docs/assets/category_attributes/class483_castle/foreground.gif -------------------------------------------------------------------------------- /docs/assets/category_attributes/class483_castle/long_shape.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YingqingHe/interclassgan/HEAD/docs/assets/category_attributes/class483_castle/long_shape.gif -------------------------------------------------------------------------------- /docs/assets/category_attributes/class483_castle/water.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YingqingHe/interclassgan/HEAD/docs/assets/category_attributes/class483_castle/water.gif -------------------------------------------------------------------------------- /docs/assets/category_attributes/class980_mountain/ash.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YingqingHe/interclassgan/HEAD/docs/assets/category_attributes/class980_mountain/ash.gif -------------------------------------------------------------------------------- /docs/assets/category_attributes/class980_mountain/bkg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YingqingHe/interclassgan/HEAD/docs/assets/category_attributes/class980_mountain/bkg.gif -------------------------------------------------------------------------------- /docs/assets/category_attributes/class980_mountain/explosion3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YingqingHe/interclassgan/HEAD/docs/assets/category_attributes/class980_mountain/explosion3.gif -------------------------------------------------------------------------------- /docs/assets/category_attributes/class980_mountain/mountain_size.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YingqingHe/interclassgan/HEAD/docs/assets/category_attributes/class980_mountain/mountain_size.gif -------------------------------------------------------------------------------- /docs/assets/font.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YingqingHe/interclassgan/HEAD/docs/assets/font.css -------------------------------------------------------------------------------- /docs/assets/latent_attributes/bkg_l5_ch402_positive/seed12_layer5_ch402_add_postive_c971.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YingqingHe/interclassgan/HEAD/docs/assets/latent_attributes/bkg_l5_ch402_positive/seed12_layer5_ch402_add_postive_c971.gif -------------------------------------------------------------------------------- /docs/assets/latent_attributes/bkg_l5_ch402_positive/seed2_layer5_ch402_add_postive_c24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YingqingHe/interclassgan/HEAD/docs/assets/latent_attributes/bkg_l5_ch402_positive/seed2_layer5_ch402_add_postive_c24.gif -------------------------------------------------------------------------------- /docs/assets/latent_attributes/bkg_l5_ch402_positive/seed2_layer5_ch402_add_postive_c92.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YingqingHe/interclassgan/HEAD/docs/assets/latent_attributes/bkg_l5_ch402_positive/seed2_layer5_ch402_add_postive_c92.gif -------------------------------------------------------------------------------- /docs/assets/latent_attributes/bkg_l5_ch402_positive/seed35_layer5_ch402_add_postive_c814.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YingqingHe/interclassgan/HEAD/docs/assets/latent_attributes/bkg_l5_ch402_positive/seed35_layer5_ch402_add_postive_c814.gif -------------------------------------------------------------------------------- /docs/assets/latent_attributes/bkg_l5_ch402_positive/seed6_layer5_ch402_add_postive_c625.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YingqingHe/interclassgan/HEAD/docs/assets/latent_attributes/bkg_l5_ch402_positive/seed6_layer5_ch402_add_postive_c625.gif -------------------------------------------------------------------------------- /docs/assets/latent_attributes/size_l0_ch650_negative/seed12_layer0_ch650_add_negative_c971.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YingqingHe/interclassgan/HEAD/docs/assets/latent_attributes/size_l0_ch650_negative/seed12_layer0_ch650_add_negative_c971.gif -------------------------------------------------------------------------------- /docs/assets/latent_attributes/size_l0_ch650_negative/seed2_layer0_ch650_add_negative_c24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YingqingHe/interclassgan/HEAD/docs/assets/latent_attributes/size_l0_ch650_negative/seed2_layer0_ch650_add_negative_c24.gif -------------------------------------------------------------------------------- /docs/assets/latent_attributes/size_l0_ch650_negative/seed2_layer0_ch650_add_negative_c92.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YingqingHe/interclassgan/HEAD/docs/assets/latent_attributes/size_l0_ch650_negative/seed2_layer0_ch650_add_negative_c92.gif -------------------------------------------------------------------------------- /docs/assets/latent_attributes/size_l0_ch650_negative/seed35_layer0_ch650_multiply_negative_c814.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YingqingHe/interclassgan/HEAD/docs/assets/latent_attributes/size_l0_ch650_negative/seed35_layer0_ch650_multiply_negative_c814.gif -------------------------------------------------------------------------------- /docs/assets/latent_attributes/size_l0_ch650_negative/seed6_layer0_ch650_add_negative_c625.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YingqingHe/interclassgan/HEAD/docs/assets/latent_attributes/size_l0_ch650_negative/seed6_layer0_ch650_add_negative_c625.gif -------------------------------------------------------------------------------- /docs/assets/latent_attributes/style_l8_ch194_positive/seed12_layer8_ch194_add_postive_c971.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YingqingHe/interclassgan/HEAD/docs/assets/latent_attributes/style_l8_ch194_positive/seed12_layer8_ch194_add_postive_c971.gif -------------------------------------------------------------------------------- /docs/assets/latent_attributes/style_l8_ch194_positive/seed2_layer8_ch194_add_postive_c24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YingqingHe/interclassgan/HEAD/docs/assets/latent_attributes/style_l8_ch194_positive/seed2_layer8_ch194_add_postive_c24.gif -------------------------------------------------------------------------------- /docs/assets/latent_attributes/style_l8_ch194_positive/seed2_layer8_ch194_add_postive_c92.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YingqingHe/interclassgan/HEAD/docs/assets/latent_attributes/style_l8_ch194_positive/seed2_layer8_ch194_add_postive_c92.gif -------------------------------------------------------------------------------- /docs/assets/latent_attributes/style_l8_ch194_positive/seed35_layer8_ch194_add_postive_c814.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YingqingHe/interclassgan/HEAD/docs/assets/latent_attributes/style_l8_ch194_positive/seed35_layer8_ch194_add_postive_c814.gif -------------------------------------------------------------------------------- /docs/assets/latent_attributes/style_l8_ch194_positive/seed6_layer8_ch194_add_postive_c625.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YingqingHe/interclassgan/HEAD/docs/assets/latent_attributes/style_l8_ch194_positive/seed6_layer8_ch194_add_postive_c625.gif -------------------------------------------------------------------------------- /docs/assets/performance_eval/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YingqingHe/interclassgan/HEAD/docs/assets/performance_eval/1.jpg -------------------------------------------------------------------------------- /docs/assets/performance_eval/10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YingqingHe/interclassgan/HEAD/docs/assets/performance_eval/10.jpg -------------------------------------------------------------------------------- /docs/assets/performance_eval/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YingqingHe/interclassgan/HEAD/docs/assets/performance_eval/2.jpg -------------------------------------------------------------------------------- /docs/assets/performance_eval/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YingqingHe/interclassgan/HEAD/docs/assets/performance_eval/3.jpg -------------------------------------------------------------------------------- /docs/assets/performance_eval/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YingqingHe/interclassgan/HEAD/docs/assets/performance_eval/4.jpg -------------------------------------------------------------------------------- /docs/assets/performance_eval/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YingqingHe/interclassgan/HEAD/docs/assets/performance_eval/5.jpg -------------------------------------------------------------------------------- /docs/assets/performance_eval/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YingqingHe/interclassgan/HEAD/docs/assets/performance_eval/6.jpg -------------------------------------------------------------------------------- /docs/assets/performance_eval/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YingqingHe/interclassgan/HEAD/docs/assets/performance_eval/7.jpg -------------------------------------------------------------------------------- /docs/assets/performance_eval/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YingqingHe/interclassgan/HEAD/docs/assets/performance_eval/8.jpg -------------------------------------------------------------------------------- /docs/assets/performance_eval/9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YingqingHe/interclassgan/HEAD/docs/assets/performance_eval/9.jpg -------------------------------------------------------------------------------- /docs/assets/related_work/biggan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YingqingHe/interclassgan/HEAD/docs/assets/related_work/biggan.jpg -------------------------------------------------------------------------------- /docs/assets/related_work/datasetgan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YingqingHe/interclassgan/HEAD/docs/assets/related_work/datasetgan.jpg -------------------------------------------------------------------------------- /docs/assets/related_work/stylespace.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YingqingHe/interclassgan/HEAD/docs/assets/related_work/stylespace.jpg -------------------------------------------------------------------------------- /docs/assets/segmentation.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YingqingHe/interclassgan/HEAD/docs/assets/segmentation.jpg -------------------------------------------------------------------------------- /docs/assets/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YingqingHe/interclassgan/HEAD/docs/assets/style.css -------------------------------------------------------------------------------- /docs/assets/teaser.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YingqingHe/interclassgan/HEAD/docs/assets/teaser.jpg -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YingqingHe/interclassgan/HEAD/docs/index.html --------------------------------------------------------------------------------