It is currently 16 Apr 2024, 06:51
   
Text Size

Upscale low res card images to high res using Deep Learning

Discuss Card Scans and Other Artwork Here

Moderator: CCGHQ Admins

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

Postby AStrangerIsHere » 26 May 2020, 07:20

Hey, Austinioaustinio7116, I noticed Zilortha, Strength Incarnate is missing in Ikoria. And by the way, thanks for all the release, I hope everything's fine for you.
AStrangerIsHere
 
Posts: 164
Joined: 22 Jan 2019, 01:17
Has thanked: 45 times
Been thanked: 29 times

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

Postby corew2020 » 28 May 2020, 02:27

thanks for all the release :)
corew2020
 
Posts: 1
Joined: 27 May 2020, 22:58
Has thanked: 0 time
Been thanked: 0 time

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

Postby MaxMtg » 20 Jun 2020, 19:46

Thanks for all releases Austinio, will you upscale M21 and Jumpstart (it's ok if you don't, there like 900 cards in both combined)
MaxMtg
 
Posts: 102
Joined: 11 Aug 2017, 16:11
Has thanked: 50 times
Been thanked: 6 times

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

Postby shedletsky » 23 Jun 2020, 22:02

Is the code that does the upscaling available?

I want to build a tool to map it over the entire batch of LQ images that Forge auto-downloads.
shedletsky
 
Posts: 12
Joined: 11 Sep 2016, 19:56
Has thanked: 0 time
Been thanked: 0 time

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

Postby austinio7116 » 25 Jun 2020, 11:16

Here is a rough start on M21:

https://drive.google.com/drive/folders/ ... sp=sharing

I am sure there are some misnamed files in there and this covers both standard and promos

Basri Ket2.full.jpg
User avatar
austinio7116
 
Posts: 451
Joined: 10 Mar 2017, 11:59
Has thanked: 47 times
Been thanked: 169 times

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

Postby austinio7116 » 25 Jun 2020, 11:18

shedletsky wrote:Is the code that does the upscaling available?

I want to build a tool to map it over the entire batch of LQ images that Forge auto-downloads.
It only really works well on specific 370x265 resolution cards - the LQ forge ones are not downsampled from high res in the same way, so the inverse effect of the ESRGAN is quite poor. It is available though - I think I posted the link to the code further up in the topic, but if not: https://github.com/xinntao/ESRGAN
User avatar
austinio7116
 
Posts: 451
Joined: 10 Mar 2017, 11:59
Has thanked: 47 times
Been thanked: 169 times

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

Postby austinio7116 » 25 Jun 2020, 11:22

austinio7116 wrote:
shedletsky wrote:Is the code that does the upscaling available?

I want to build a tool to map it over the entire batch of LQ images that Forge auto-downloads.
It only really works well on specific 370x265 resolution cards - the LQ forge ones are not downsampled from high res in the same way, so the inverse effect of the ESRGAN is quite poor. It is available though - I think I posted the link to the code further up in the topic, but if not: https://github.com/xinntao/ESRGAN
In theory the same approach could work quite well on the other LR scans (perhaps not as well as there is less information to work with), but the model would need to be retrained on images downsampled in a similar way - and that would take a lot of time and resource. I have been able to use the existing models the original authors built because fortunately they must have used a similar downsampling method and scale in their training set to the downscaling that Wizards use in their card image gallery.
User avatar
austinio7116
 
Posts: 451
Joined: 10 Mar 2017, 11:59
Has thanked: 47 times
Been thanked: 169 times

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

Postby austinio7116 » 25 Jun 2020, 12:10

austinio7116 wrote:Here is a rough start on M21:

https://drive.google.com/drive/folders/ ... sp=sharing

I am sure there are some misnamed files in there and this covers both standard and promos

Basri Ket2.full.jpg
For the lands, just rename those ending in 11 to 1 and 12 to 4 and they are ready for the latest forge upstream code
User avatar
austinio7116
 
Posts: 451
Joined: 10 Mar 2017, 11:59
Has thanked: 47 times
Been thanked: 169 times

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

Postby MaxMtg » 25 Jun 2020, 13:12

austinio7116 wrote:
austinio7116 wrote:Here is a rough start on M21:

https://drive.google.com/drive/folders/ ... sp=sharing

I am sure there are some misnamed files in there and this covers both standard and promos

Basri Ket2.full.jpg
For the lands, just rename those ending in 11 to 1 and 12 to 4 and they are ready for the latest forge upstream code
Thanks a lot! :D
MaxMtg
 
Posts: 102
Joined: 11 Aug 2017, 16:11
Has thanked: 50 times
Been thanked: 6 times

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

Postby austinio7116 » 10 Jul 2020, 05:30

User avatar
austinio7116
 
Posts: 451
Joined: 10 Mar 2017, 11:59
Has thanked: 47 times
Been thanked: 169 times

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

Postby newtomagic » 18 Jul 2020, 02:50

Hi Hello....Just wanna Ask Can this program be used in MTG 2014???
newtomagic
 
Posts: 26
Joined: 10 Jul 2020, 06:56
Has thanked: 8 times
Been thanked: 1 time

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

Postby mtgcard » 21 Aug 2020, 11:55

Is there a Chinese version?
mtgcard
 
Posts: 3
Joined: 21 Aug 2020, 11:48
Has thanked: 0 time
Been thanked: 0 time

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

Postby austinio7116 » 11 Sep 2020, 08:54

mtgcard wrote:Is there a Chinese version?
- is there a chinese version of the spoiler page from Wizards?
User avatar
austinio7116
 
Posts: 451
Joined: 10 Mar 2017, 11:59
Has thanked: 47 times
Been thanked: 169 times

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

Postby austinio7116 » 11 Sep 2020, 08:55

newtomagic wrote:Hi Hello....Just wanna Ask Can this program be used in MTG 2014???
you mean can it be used on the core set from 2014, or is that a piece of software?
User avatar
austinio7116
 
Posts: 451
Joined: 10 Mar 2017, 11:59
Has thanked: 47 times
Been thanked: 169 times

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

Postby austinio7116 » 11 Sep 2020, 08:57

User avatar
austinio7116
 
Posts: 451
Joined: 10 Mar 2017, 11:59
Has thanked: 47 times
Been thanked: 169 times

PreviousNext

Return to Pictures

Who is online

Users browsing this forum: No registered users and 37 guests


Who is online

In total there are 37 users online :: 0 registered, 0 hidden and 37 guests (based on users active over the past 10 minutes)
Most users ever online was 4143 on 23 Jan 2024, 08:21

Users browsing this forum: No registered users and 37 guests

Login Form