pfnet / PaintsChainer

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

similar to pix2pix? #93

Closed junyanz closed 7 years ago

junyanz commented 7 years ago

These are really cool results. Congratulations Taizan! I find that your repo looks quite similar to pix2pix in terms of unet architecture and conditional gan loss function. I understand you applied it to a different application, but it would be great if you can acknowledge it in the repo. Pix2pix is also available in chainer thanks to mattya.

Example results from pix2pix.

Also, have you compared with previous methods like manga colorization from Siggraph 06? One can just take their input image and user strokes for a comparison.

taizan commented 7 years ago

Hi junyanz, Thanks. I know about px2px, it was impressive. The defference between PaintsChainer and px2px

I prefer to make application, so there are not enough survey and comparisons. If I published a paper or technical report in future, I will reference about px2px as related works.

junyanz commented 7 years ago

This is great to know. Thanks for the clarification.