pfnet / PaintsChainer

line drawing colorization using chainer
https://paintschainer.preferred.tech/
MIT License
3.77k stars 556 forks source link

What is the idea behind your network? #3

Closed offchan42 closed 7 years ago

offchan42 commented 7 years ago

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

taizan commented 7 years ago

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 : 512512 input line drawing gray-scale 1ch & 1st layer output 3ch output 3ch img

offchan42 commented 7 years ago

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

offchan42 commented 7 years ago

How did you obtain the dataset?

taizan commented 7 years ago

I converted src colored img to line drawing using opencv

offchan42 commented 7 years ago

Oh, that makes sense. Thanks.