Page 17 of 19

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

PostPosted: 26 May 2020, 07:20
by AStrangerIsHere
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.

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

PostPosted: 28 May 2020, 02:27
by corew2020
thanks for all the release :)

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

PostPosted: 20 Jun 2020, 19:46
by MaxMtg
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)

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

PostPosted: 23 Jun 2020, 22:02
by shedletsky
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.

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

PostPosted: 25 Jun 2020, 11:16
by austinio7116
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

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

PostPosted: 25 Jun 2020, 11:18
by austinio7116
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

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

PostPosted: 25 Jun 2020, 11:22
by austinio7116
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.

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

PostPosted: 25 Jun 2020, 12:10
by austinio7116
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

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

PostPosted: 25 Jun 2020, 13:12
by MaxMtg
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

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

PostPosted: 10 Jul 2020, 05:30
by austinio7116

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

PostPosted: 18 Jul 2020, 02:50
by newtomagic
Hi Hello....Just wanna Ask Can this program be used in MTG 2014???

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

PostPosted: 21 Aug 2020, 11:55
by mtgcard
Is there a Chinese version?

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

PostPosted: 11 Sep 2020, 08:54
by austinio7116
mtgcard wrote:Is there a Chinese version?
- is there a chinese version of the spoiler page from Wizards?

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

PostPosted: 11 Sep 2020, 08:55
by austinio7116
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?

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

PostPosted: 11 Sep 2020, 08:57
by austinio7116