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

What is the idea behind your network? #3

Closed
offchan42 opened this issue Jan 28, 2017 · 5 comments
Closed

What is the idea behind your network? #3

offchan42 opened this issue Jan 28, 2017 · 5 comments

Comments

@offchan42
Copy link

offchan42 commented Jan 28, 2017

Given a network, what is the input/output pair when training?
What is the training dataset?

@taizan
Copy link
Contributor

taizan commented Jan 28, 2017

Data-set pair is line drawing & colored img
1st layer : 128128
input line drawing gray-scale 1ch & random picked src px 3ch
output 3ch img
2nd layer : 512
512
input line drawing gray-scale 1ch & 1st layer output 3ch
output 3ch img

@offchan42
Copy link
Author

Can I see an example image pair of the training data?

@offchan42
Copy link
Author

How did you obtain the dataset?

@taizan
Copy link
Contributor

taizan commented Jan 28, 2017

I converted src colored img to line drawing using opencv

@offchan42
Copy link
Author

offchan42 commented Jan 28, 2017

Oh, that makes sense.
Thanks.

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