Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit 9287107

Browse files
committed
cog-ified
1 parent 0f62ac0 commit 9287107

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[![Build Status](https://travis-ci.org/idealo/image-super-resolution.svg?branch=master)](https://travis-ci.org/idealo/image-super-resolution)
66
[![Docs](https://img.shields.io/badge/docs-online-brightgreen)](https://idealo.github.io/image-super-resolution/)
77
[![License](https://img.shields.io/badge/License-Apache%202.0-orange.svg)](https://github.com/idealo/image-super-resolution/blob/master/LICENSE)
8+
<a href="https://replicate.ai/idealo/image-super-resolution"><img src="https://img.shields.io/static/v1?label=Replicate&message=Demo and Docker Image&color=darkgreen" height=20></a>
89

910
The goal of this project is to upscale and improve the quality of low resolution images.
1011

@@ -65,18 +66,18 @@ pip install 'h5py==2.10.0' --force-reinstall
6566

6667
## Pre-trained networks
6768

68-
The weights used to produced these images are available directly when creating the model object.
69+
The weights used to produced these images are available directly when creating the model object.
6970

7071
Currently 4 models are available:
7172
- RDN: psnr-large, psnr-small, noise-cancel
7273
- RRDN: gans
73-
74+
7475
Example usage:
7576

7677
```
7778
model = RRDN(weights='gans')
7879
```
79-
80+
8081
The network parameters will be automatically chosen.
8182
(see [Additional Information](#additional-information)).
8283

0 commit comments

Comments
 (0)