Search found 3 matches

by Jacob_
Fri Jul 31, 2020 4:19 am
Forum: The Junkyard
Topic: *UPDATES!* ESRGAN AI Upscaling (HiRes packs now possible!)
Replies: 156
Views: 362468

Re: ESRGAN: AI Neural Net Upscaling (For HiRes Packs?)

There's a problem though, playing 1080p 30fps video in ScummVM gets really slow for me, even on a fast PC ( notice how the dome slows down as you approach ). Question for the devs: any way to make it run faster? MinGW build, videos are QT/MJPEG codec but that can be changed if another one would be ...
by Jacob_
Thu Jul 30, 2020 2:31 am
Forum: The Junkyard
Topic: *UPDATES!* ESRGAN AI Upscaling (HiRes packs now possible!)
Replies: 156
Views: 362468

Re: ESRGAN: AI Neural Net Upscaling (For HiRes Packs?)

Good to see there's still interest in this. Made some more progress on Riven, I've gotten the videos upscaled with a custom EDVR model + DAIN. The compression artifacts were so bad that processing each frame individually with ESRGAN didn't work well. https://streamable.com/czimjh There's a problem t...
by Jacob_
Sat Jul 04, 2020 11:11 pm
Forum: The Junkyard
Topic: *UPDATES!* ESRGAN AI Upscaling (HiRes packs now possible!)
Replies: 156
Views: 362468

Re: ESRGAN: AI Neural Net Upscaling (For HiRes Packs?)

I've been working on ESRGAN upscaling for Riven ( code ). It involves a lot of coding since any references to pixel coordinates or dimensions have to be multiplied by the upscaling factor. And then there's the trouble of dealing with different resolutions since all of the numbers are hard-coded, see...