Skip to content
This repository has been archived by the owner on Jul 25, 2019. It is now read-only.

TrsNium/Pix2Pix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pix2Pix

If you haven't known about Pix2Pix, check out here

DataSet

I got dataset from pixiv and safebooru.
if you wanna get them from safebooru, please check out this repo

Set Up

Command line is like following.

$ git clone git@github.com:TrsNium/scraping_safebooru.git
$ git clone git@github.com:TrsNium/Pix2Pix__.git
$ cd Pix2Pix__/data
$ mkdir RGB_LineDraw
$ cd ../../
$ cd scraping_safebooru
$ python scraping.py
$ mv ./download/ ../Pix2Pix__/data/RGB_LineDraw
$ mv ./linedraw/ ../Pix2Pix__/data/RGB_LineDraw
$ cd ../Pix2_Pix/data
$ python resize.py
$ cd ..
$ python train.py

And I use some library.
Please install tensorflow,pillow, BeutifulSoup4 and cv2

Learned Model

I published here

About

🍣Transfer image style 🍣

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages