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

Testing steps? #8

Closed jamie212 closed 11 months ago

jamie212 commented 11 months ago

Excuse me for the interruption, could you please provide the steps of testing?

Jungjaewon commented 11 months ago

Thanks for your interest of my repository. What is the meaning of the step? the step are described in the paper and code. If you have any questions, leave it to this thread!!! Thanks

jamie212 commented 11 months ago

Sorry, I made a mistake. What I wanted to ask about was the methods of testing (like commands, for example)

Jungjaewon commented 11 months ago

Oh.. Sorry I miss "of testing".. I did not write code for testing. If you want to write the test code, you can refer training code to write the test code. just call the dataloader, do forward-propagation without back-propagation.

jamie212 commented 11 months ago

Understood, thank you for your response! I will give it a try and ask you if I have any questions.