Colorizing-with-GANs icon indicating copy to clipboard operation
Colorizing-with-GANs copied to clipboard

Pre-trained model does not work

Open Chansi opened this issue 4 years ago • 3 comments

I have downloaded the Places365 model, but the output is shown below. 0fAtAB

Chansi avatar Jun 19 '20 05:06 Chansi

You may take a look at this issue #19 Hope it can help you.

HyuPete avatar Jun 22 '20 10:06 HyuPete

Does someone has a solution for that problem? I've got the same results

// I solved the problem: it didn't recognized the dataset, you have to download the folders "places365" and "cifar10" from Google Drive and copy it into checkpoints, not the zip with "places" and "cifar10".

luke-777 avatar Jun 08 '21 09:06 luke-777

Does someone has a solution for that problem? I've got the same results

// I solved the problem: it didn't recognized the dataset, you have to download the folders "places365" and "cifar10" from Google Drive and copy it into checkpoints, not the zip with "places" and "cifar10".

@luke-777 Thank you for this solution. Worked like a charm!

For the other people reading this, after you have replaced the folders downloaded from the Google Drive, the following commands is the way to go.

python3 test.py --checkpoints-path ./checkpoints/places365/ --test-input ./checkpoints/places365/test/01.png --test-output ./checkpoints/places365/output/

hamzahanif5595 avatar Jul 13 '21 08:07 hamzahanif5595