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.
52 stars 7 forks source link

The tps_transformer will consume lots of time, Have you encountered a similar situation? #3

Closed meiguoofa closed 3 years ago

meiguoofa commented 3 years ago

the time nearly 4 times as original training time

Jungjaewon commented 3 years ago

Sorry, I did not measure time for tps_transformer. To my memory, training time was fine empirically.

you should modify tps_transformation.py which have infinite while loop

Thanks for your interest

meiguoofa commented 3 years ago

Thank you