Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelowds authored Sep 24, 2022
1 parent 3cc6616 commit a763f1b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Super-Resolution Generation
## Face Super-resolution Using Stochastic Differential Equations
<p align="center">
<p>Input - LR</p> <img width="150" src="https://raw.githubusercontent.com/marcelowds/sr-sde/main/lr_image.png">
<p>Output - SR</p> <img width="150" src="https://raw.githubusercontent.com/marcelowds/sr-sde/main/sr_generation.gif">
Expand Down Expand Up @@ -27,3 +27,6 @@ Train the models
To generate Super-Resolution images without training, download the pre-trained model in ```url```, copy to ```./VESDE/checkpoits``` and run

```python3 main.py --config 'configs/ve/sr_ve.py' --mode 'sr' --workdir VESDE```

## Code
Under construction...

0 comments on commit a763f1b

Please sign in to comment.