Unsupervised-Typography-Transfer
Unsupervised-Typography-Transfer copied to clipboard
make sample error
TypeError: function takes exactly 1 argument (3 given)
Hi, Have you solved this problem? I also encountered this problem and can't solve this bug.
Have you run the code? I ran the model.py and it generated Model_dir file with a bunch of black and white pixel blocks.
Change example_img = Image.new(mode, (canvas_size * 2, canvas_size), (255, 255, 255)) to example_img = Image.new(mode, (canvas_size * 2, canvas_size), "#FFFFFF")