pfnet / PaintsChainer

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

why i use the liner_f model got a wrong result #158

Open LianJunjian opened 4 years ago

LianJunjian commented 4 years ago

image

blacknwhite5 commented 3 years ago

@LianJunjian I solved it. image1 must be converted (BGR to YUV) before it can be input into the network. L-net model is trained for 128x128 YUV #115