Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

help in pix2pix-keras #7

Open
noronet opened this issue Jul 29, 2018 · 1 comment
Open

help in pix2pix-keras #7

noronet opened this issue Jul 29, 2018 · 1 comment

Comments

@noronet
Copy link

noronet commented Jul 29, 2018

hello . i have got problem in pix2pix-keras

i dont know what shall i download your structers dataset
could you get me direct link to this dataset.
i know this link http://cmp.felk.cvut.cz/~tylecr1/facade/ or http://vision.cs.utexas.edu/projects/finegrained/utzap50k/
but i dont know how prepare this dataset

data = "edges2shoes"
data = "facades"
direction = 0
trainAB = load_data('pix2pix/{}/train/.jpg'.format(data))
valAB = load_data('pix2pix/{}/val/
.jpg'.format(data))
assert len(trainAB) and len(valAB)

@tjwei
Copy link
Owner

tjwei commented Jul 29, 2018

You can use the script here
https://github.com/phillipi/pix2pix

To prepare the dataset

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants