Page 7 of 19

Re: Upscale low res card images to high res using Deep Learn

PostPosted: 03 Nov 2017, 10:52
by MaxMtg
It's easier to get images from scryfall
https://scryfall.com/sets/ddt
https://scryfall.com/sets/cma

Re: Upscale low res card images to high res using Deep Learn

PostPosted: 03 Nov 2017, 10:54
by austinio7116
They are easy to get, but they are just bicubic upsampled gatherer images as far as I can see.

Re: Upscale low res card images to high res using Deep Learn

PostPosted: 03 Nov 2017, 11:59
by austinio7116
I'll give them a go anyway when I have time, it will be an interesting experiment.

Re: Upscale low res card images to high res using Deep Learn

PostPosted: 04 Nov 2017, 20:17
by austinio7116
The results of upsampling the lower res gatherer images were very poor - the network was specifically trained for the 370*265 images and would need to be retrained for the gatherer images.

Re: Upscale low res card images to high res using Deep Learn

PostPosted: 04 Nov 2017, 20:21
by kudit
If it can be trained with gatherer images, that could be useful as there are many foreign language cards that would be very nice to have higher res.

Re: Upscale low res card images to high res using Deep Learn

PostPosted: 24 Nov 2017, 21:20
by austinio7116
Just for fun I ran the unstable spoilers through the network. I had to make a few changes to the script to ensure full coverage of the full art images (previously I was stamping a black border over the top so it didn't matter that the patch based approach did not divide evenly across the images full width). I have prepared the images in various resolutions, but here are a couple of the 300dpi jpgs:

Animate Library.full.png.xhlq.jpg

Half-Kitten, Half-.full.png.xhlq.jpg

Dual Doomsuits.full.png.xhlq.jpg

Mountain1.full.png.xhlq.jpg

Re: Upscale low res card images to high res using Deep Learn

PostPosted: 24 Nov 2017, 22:42
by austinio7116

Re: Upscale low res card images to high res using Deep Learn

PostPosted: 06 Jan 2018, 07:50
by Bog Wraith
Here are the Rivals of Ixalan LQ images.

http://www.mediafire.com/file/7afba9vxa ... Ixalan.zip

Re: Upscale low res card images to high res using Deep Learn

PostPosted: 06 Jan 2018, 08:14
by austinio7116
Thanks - I have a script to scrape them from the wizards own spoiler page - so I have everything processed up to yesterday, just waiting on the final 20 or so from the big last spoil, but hope to get everything finished today.

Re: Upscale low res card images to high res using Deep Learn

PostPosted: 06 Jan 2018, 10:26
by austinio7116

Re: Upscale low res card images to high res using Deep Learn

PostPosted: 06 Jan 2018, 11:10
by austinio7116
The tokens are bundled into there too, they will need moving to the tokens folder for Forge. I have not been able to test the token names yet as the cards are not all scripted.

Re: Upscale low res card images to high res using Deep Learn

PostPosted: 06 Jan 2018, 19:35
by Bog Wraith
Wonderfully done as has now become the norm with this great process of yours, my friend.

So for future sets, do you no longer require the LQ images from us now that you have a script for them? Let us know.

Thank you again for this awesome service you provide so that we can play with such high quality cards until the HQ versions are released, it's really appreciated! =D>

Re: Upscale low res card images to high res using Deep Learn

PostPosted: 06 Jan 2018, 19:42
by austinio7116
Thanks, yes, there is no need for any LQ input as I can get them from the wizards web pages.

Re: Upscale low res card images to high res using Deep Learn

PostPosted: 06 Jan 2018, 22:09
by Huggybaby
I continue to be amazed by the results of this project, so thank you. It generates a feeling of "wow", and a sense of delight and magic, because it makes real something we knew was possible but had never seen realized to practical effect. The output is easily good enough in my opinion to replace HQ pics for most purposes. If this technology had existed a few years ago the HQ Pics project might have been stillborn.

For those reasons and a few more this topic has earned stickiness.

I have a question: how soon are these pics available before the HQ pics come out, on average?

Re: Upscale low res card images to high res using Deep Learn

PostPosted: 06 Jan 2018, 22:48
by austinio7116
It takes 3 minutes to process each card with the deep convolutional network, then I have a bit of postprocessing in Photoshop, so I can get it out around 1 day after the final Wizards spoiler page is updated, assuming I have enough time at my computers.