├── DDS.yml ├── DDS_main.py ├── LICENSE ├── README.md ├── images ├── 27_DDS.png ├── 27_org_source.png ├── 27_org_target.png ├── 34_DDS.png ├── 34_org_source.png ├── 34_org_target.png ├── gif_27_iter.gif ├── gif_34_iter.gif ├── main_img.png └── poster.pdf ├── labeller.py ├── model_repurpose.py ├── perceptual_model.py ├── sample_z ├── 1_caricature_hair_sample_z.pt ├── 1_sketch_hair_sample_z.pt ├── 2_caricature_nose_sample_z.pt ├── 4_caricature_nose_sample_z.pt ├── 8_sketch_hair_sample_z.pt ├── 8_sketch_nose_sample_z.pt ├── 9_caricature_hair_sample_z.pt └── 9_sketch_nose_sample_z.pt ├── save_segmentation_model.py ├── stylegan2.py └── utils_repurpose.py /DDS.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/denabazazian/Dual-Domain-Synthesis/HEAD/DDS.yml -------------------------------------------------------------------------------- /DDS_main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/denabazazian/Dual-Domain-Synthesis/HEAD/DDS_main.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/denabazazian/Dual-Domain-Synthesis/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/denabazazian/Dual-Domain-Synthesis/HEAD/README.md -------------------------------------------------------------------------------- /images/27_DDS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/denabazazian/Dual-Domain-Synthesis/HEAD/images/27_DDS.png -------------------------------------------------------------------------------- /images/27_org_source.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/denabazazian/Dual-Domain-Synthesis/HEAD/images/27_org_source.png -------------------------------------------------------------------------------- /images/27_org_target.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/denabazazian/Dual-Domain-Synthesis/HEAD/images/27_org_target.png -------------------------------------------------------------------------------- /images/34_DDS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/denabazazian/Dual-Domain-Synthesis/HEAD/images/34_DDS.png -------------------------------------------------------------------------------- /images/34_org_source.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/denabazazian/Dual-Domain-Synthesis/HEAD/images/34_org_source.png -------------------------------------------------------------------------------- /images/34_org_target.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/denabazazian/Dual-Domain-Synthesis/HEAD/images/34_org_target.png -------------------------------------------------------------------------------- /images/gif_27_iter.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/denabazazian/Dual-Domain-Synthesis/HEAD/images/gif_27_iter.gif -------------------------------------------------------------------------------- /images/gif_34_iter.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/denabazazian/Dual-Domain-Synthesis/HEAD/images/gif_34_iter.gif -------------------------------------------------------------------------------- /images/main_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/denabazazian/Dual-Domain-Synthesis/HEAD/images/main_img.png -------------------------------------------------------------------------------- /images/poster.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/denabazazian/Dual-Domain-Synthesis/HEAD/images/poster.pdf -------------------------------------------------------------------------------- /labeller.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/denabazazian/Dual-Domain-Synthesis/HEAD/labeller.py -------------------------------------------------------------------------------- /model_repurpose.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/denabazazian/Dual-Domain-Synthesis/HEAD/model_repurpose.py -------------------------------------------------------------------------------- /perceptual_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/denabazazian/Dual-Domain-Synthesis/HEAD/perceptual_model.py -------------------------------------------------------------------------------- /sample_z/1_caricature_hair_sample_z.pt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/denabazazian/Dual-Domain-Synthesis/HEAD/sample_z/1_caricature_hair_sample_z.pt -------------------------------------------------------------------------------- /sample_z/1_sketch_hair_sample_z.pt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/denabazazian/Dual-Domain-Synthesis/HEAD/sample_z/1_sketch_hair_sample_z.pt -------------------------------------------------------------------------------- /sample_z/2_caricature_nose_sample_z.pt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/denabazazian/Dual-Domain-Synthesis/HEAD/sample_z/2_caricature_nose_sample_z.pt -------------------------------------------------------------------------------- /sample_z/4_caricature_nose_sample_z.pt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/denabazazian/Dual-Domain-Synthesis/HEAD/sample_z/4_caricature_nose_sample_z.pt -------------------------------------------------------------------------------- /sample_z/8_sketch_hair_sample_z.pt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/denabazazian/Dual-Domain-Synthesis/HEAD/sample_z/8_sketch_hair_sample_z.pt -------------------------------------------------------------------------------- /sample_z/8_sketch_nose_sample_z.pt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/denabazazian/Dual-Domain-Synthesis/HEAD/sample_z/8_sketch_nose_sample_z.pt -------------------------------------------------------------------------------- /sample_z/9_caricature_hair_sample_z.pt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/denabazazian/Dual-Domain-Synthesis/HEAD/sample_z/9_caricature_hair_sample_z.pt -------------------------------------------------------------------------------- /sample_z/9_sketch_nose_sample_z.pt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/denabazazian/Dual-Domain-Synthesis/HEAD/sample_z/9_sketch_nose_sample_z.pt -------------------------------------------------------------------------------- /save_segmentation_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/denabazazian/Dual-Domain-Synthesis/HEAD/save_segmentation_model.py -------------------------------------------------------------------------------- /stylegan2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/denabazazian/Dual-Domain-Synthesis/HEAD/stylegan2.py -------------------------------------------------------------------------------- /utils_repurpose.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/denabazazian/Dual-Domain-Synthesis/HEAD/utils_repurpose.py --------------------------------------------------------------------------------