CartoonGAN icon indicating copy to clipboard operation
CartoonGAN copied to clipboard

Model architecture conversion

Open shivamsouravjha opened this issue 4 years ago • 1 comments

Hey Mr.Wang, I read the Cartoonization paper of yours and also followed the code. It was great! and I was trying to implement it independently. This led me to your citation page which I opened the support pdf.

I've few doubts about the generator part(i tried making the code to the point I understood)

link to my Github repo

I faced problems in the residual block part. do we first take the convolution of the blue box(hence making it pink) and add it to the output of the previous block. or add the blue block's output to that of previous and take the convolution in pink.

waiting eagerly for your reply!

shivamsouravjha avatar Oct 15 '20 20:10 shivamsouravjha

Also at the end of the first Resize bilinear, do we must be adding the two outputs for next conv+relu layer

link to your pdg

shivamsouravjha avatar Oct 15 '20 20:10 shivamsouravjha