Code Monkey home page Code Monkey logo

srgb's Introduction

Super Resolution Gaming Dataset (SRGD)

LR HR

download Open issue Closed issue LICENSE

Description

Image Super Resolution is a machine learning task where the goal is to increase the resolution of an image, often by a factor of 4x or more, while maintaining its content and details as much as possible. The end result is a high resolution version of the original image. This task can be used for various applications such as improving image quality, enhancing visual detail, and increasing the accuracy of computer vision algorithms.

Video games require a lot of computing resources such as GPU, CPU, RAM, etc. To reduce the computing cost, some companies such as NVIDIA, AMD create their own solutions based on super resolution technologies. This is because it may be faster to render at a lower resolution and then upscale the image than to just render at high resolution.

We've collected a dataset mostly using the Unreal Engine game engine. There aren't a lot of datasets for super resolution in games, so we hope that the collected dataset will give independent developers more room to get started in this area.

Documentation

Each part described below, and others such as the setup process, has a short overview on the README page, for more information see the wiki page.

Dataset

Dataset was collected using Unreal Engine and consists of 2 independent datasets, each dataset has all images in 4 different resolutions - 270p, 360p, 540p, 1080p:

  • GameEngineData: 14431 train and 3600 test images.
  • DownscaleData: 29726 train and 7421 test images.

Models

Name Link Type Config PSNR* SSIM* LPIPS*
Real-ESRGAN xinntao/Real-ESRGAN GAN RealESRGAN_x4plus 23.5409 0.7992 0.3924
EMT Fried-Rice-Lab/EMT Transformer EMT_x4 24.5443 0.8231 0.3889
ResShift zsyOAOA/ResShift Diffusion ResShift_RealSRx4 23.0368 0.7992 0.4829

* - metric was calculated using pretrained versions** of the models on the GameEngineData dataset with x4 scaling from 270p to 1080p.

** - the config field specifies the exact version of the model which was used to calculate metric.

Kaggle

A competition based on the SRGD dataset has been launched on the Kaggle platform and will run until August 26, 2024. The SRGD dataset will be publicly available on Huggingface after the competition ends.

Bibtex

@misc{srgd,
    author = {Evgenii Pishchik},
    title = {Super Resolution Gaming Dataset},
    year = {2023},
    url = {https://github.com/Pe4enIks/SRGD}
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.