pvitoria / ChromaGAN

Official Implementation of ChromaGAN: An Adversarial Approach for Picture Colorization
GNU Affero General Public License v3.0
198 stars 38 forks source link

Demo not working #3

Closed git-artes closed 4 years ago

git-artes commented 4 years ago

Hi, Thanks for sharing the code and preparing a colab demo, and congratulations for the project. I'm writing to you as I've tried using the second part of the demo (where one can use other images), but it complains about "Invalid Syntax" where it says labimg_oritList = np.asarray(labimg_oritList)/255. I've tried debugging it but I could not find the error... Best Federico

laaRaa commented 4 years ago

Hi,

Thanks for pointing out this issue. Indeed there is syntax error. After defining the function deprocess a line was pasted there by error. We updated the demo.

Best, Lara

git-artes commented 4 years ago

Thanks!