Jungjaewon / Reference_based_Skectch_Image_Colorization

This repository implements the paper "Reference based Sketch Image Colorization using Augmented-Self Reference and Dense Semantic Correspondence" which is published in CVPR2020.
51 stars 7 forks source link

some confused #4

Open XYFFFFFF opened 3 years ago

XYFFFFFF commented 3 years ago

in your paper, you used three inear transformation matrices Wq, Wk & Wv, could u tell me how to calculate these matrices. Thanks a lot~

Jungjaewon commented 3 years ago

Thanks for your interest. First of all, This result is NOT from my paper. I just implemented the research. You should read papers about attention, non-local blocks and other related ones.

XYFFFFFF commented 3 years ago

Sorry for bother, I have another ques. During training, is it necessary to get a sketch, and a reference from the same original image?

Jungjaewon commented 3 years ago

This paper proposes the way. If we get sketch and reference images from different sources. There is no ground truth image.

XYFFFFFF commented 2 years ago

When do the test, if the test image doesn' t neet to be shifted/elastic ?

Jungjaewon commented 2 years ago

It is depends on you. For an image, shifted and elastic is for only visualization. Check the code! Thanks