Skip to content

jojupiter/sir-srgan-resnext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SIR-SRGAN-RESNEXT

Super-Resolution using SIR-SRGAN with RESNEXT

This repository contains the implementation of the SIR-SRGAN-RESNEXT model, a super-resolution generative adversarial network with a RESNEXT backbone. The model is inspired by the work on SIR-SRGAN and was presented at the KES 2024 conference.

Table of Contents

Introduction

Super-resolution is a task involving increasing the resolution of an image, typically using neural networks. SIR-SRGAN-RESNEXT is a super-resolution model that combines the SIR-SRGAN method with a RESNEXT backbone to achieve improved results.

Prerequisites

Make sure to have the following installed before proceeding:

  • Python (>=3.8)
  • PyTorch (>=1.8.0)
  • Other dependencies (see requirements.txt)

Installation

  1. Clone this repository:

    git clone https://github.com/your-username/SIR-SRGAN-RESNEXT.git
    cd SIR-SRGAN-RESNEXT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages