Colorizing-with-GANs
Colorizing-with-GANs copied to clipboard
Grayscale Image Colorization with Generative Adversarial Networks. https://arxiv.org/abs/1803.05400
Dear author, when I run `python train.py \ --seed 100 \ --dataset cifar10 \ --dataset-path ./dataset/cifar10 \ --checkpoints-path ./checkpoints \ --batch-size 128 \ --epochs 200 \ --lr 3e-4 \ --lr-decay-steps...
I have downloaded the Places365 model, but the output is shown below. 
Hello! first of all i am trying to install it on windows ... i know you say linux but ... python test.py --checkpoints-path checkpoints\places --test-input input --test-output output I get...
 How to resolve this issue?
when I run this command zhangmeirong@amax:~/color3/Colorizing-with-GANs$ CUDA_VISIBLE_DEVICES=0 python3 test.py --checkpoints-path ./checkpoints --test-input ./checkpoints/test --test-output ./checkpoints/output I get this error Traceback (most recent call last): File "test.py", line 5, in main(options)...
when I run this command python test.py --checkpoints-path ./checkpoints --test-input ./checkpoints/test --test-output ./checkpoints/output I get this error File "/home/ahsanjalal/Colorizing-with-GANs/src/models.py", line 324, in __init__ super(int, self).__init__(sess, options) TypeError: super(type, obj): obj...
# Testing Issue I am unable to reproduce the cifar10 results seen in the paper while using the pre-trained weights. Any insight to what I might be doing wrong? ##...
Are there instruction on how to test using my own pictures? Trying to use a picture and got the error Cannot feed value of shape (1,240,159,1,3) for tensor 'input_gray:0', which...
Hope it saves someone's time
I'm trying to test my own image. I've followed the instructions in the readme file. But when running test.py as the instructions say and checking the directory "checkpoints/output" I found...