Skip to content

MrZihan/Super-resolution-SR-CUDA

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
April 17, 2021 22:23
July 11, 2021 04:15
April 16, 2021 21:09
March 28, 2023 12:50
April 17, 2021 22:33

Super-resolution-SR-CUDA

High-performance SRMD implementation using CUDA.

Usage: sr-cuda -i infile -o outfile [options]...

-h show this help

-i input-path input image path (jpg/png) or directory

-o output-path output image path (jpg/png) or directory

-n noise-level denoise level (-1/0/1/2/3/4/5/6/7/8/9/10, -1 = no effect, default=3)

-s scale upscale ratio (2/3/4, default=2)

-m model-path model path (default=model)

Compiling environment:

CUDA >= 8.0

cuDNN >= 7.0

OpenCV >= 3.0

Visual Studio >= 2017 (Windows) or GCC >= 7.3 (Linux)

About

High performance SRMD implementation using CUDA.

Resources

Stars

Watchers

Forks

Packages

No packages published