├── README.md ├── edges2pikachu_AtoB.pict ├── img ├── maps_BtoA.png └── pikachu_AtoB.png └── maps_BtoA.pict /README.md: -------------------------------------------------------------------------------- 1 | # pix2pix Models 2 | 3 | A collection of pix2pix models 4 | 5 | - edges2pikachu_AtoB: Turn sketches(outlines) into images 6 | ![img/pikachu_AtoB.png](img/pikachu_AtoB.png) 7 | - maps_BtoA: Turn vector representations of maps, into images. 8 | ![maps_BtoA](img/maps_BtoA.png) -------------------------------------------------------------------------------- /edges2pikachu_AtoB.pict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ml5js/pix2pix_models/68d7bc4288c1f8aa23e17d0f2b222689380a22a1/edges2pikachu_AtoB.pict -------------------------------------------------------------------------------- /img/maps_BtoA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ml5js/pix2pix_models/68d7bc4288c1f8aa23e17d0f2b222689380a22a1/img/maps_BtoA.png -------------------------------------------------------------------------------- /img/pikachu_AtoB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ml5js/pix2pix_models/68d7bc4288c1f8aa23e17d0f2b222689380a22a1/img/pikachu_AtoB.png -------------------------------------------------------------------------------- /maps_BtoA.pict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ml5js/pix2pix_models/68d7bc4288c1f8aa23e17d0f2b222689380a22a1/maps_BtoA.pict --------------------------------------------------------------------------------