Skip to content

h416/real-esrgan-ort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

real-esrgan-ort

This is a ort ( Rust binding for ONNX Runtime ) implementation of Real-ESRGAN, it depends on real-esrgan-onnx model.

how to build and run

install rust

https://www.rust-lang.org/tools/install

clone the repository

git clone https://github.com/h416/real-esrgan-ort.git
cd real-esrgan-ort

download model

wget https://github.com/instant-high/real-esrgan-onnx/releases/download/RealESRGAN-ONNX/RealEsrganONNX.zip
unzip RealEsrganONNX.zip

build

cargo build --release

run

./target/release/real-esrgan-ort RealESRGAN_x2.onnx input.jpg output.png

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages