Skip to content

Commit

Permalink
Merge branch 'master' of github.com:MartinBuessemeyer/Efficient-Image…
Browse files Browse the repository at this point in the history
…-Super-Resolution
  • Loading branch information
Martin Buessemeyer committed Mar 14, 2022
2 parents 5eebea6 + be1b2c6 commit f0fb95c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Efficient Image Super Resolution
# Efficient Image Super-Resolution

This repository contains the source for our Machine Intelligence with Deep Learning (MIDL) seminar topic _Efficient Image Super Resolution_ from the winter term 2021/2022.
This repository contains the source for our Machine Intelligence with Deep Learning (MIDL) seminar topic _Efficient Image Super-Resolution_ from the winter term 2021/2022.

The project goal is to extend the already existing the [Residual Feature Distillation Network](https://arxiv.org/abs/2009.11551) to increase speed and accuracy while simultaneously decreasing model size.
The project goal is to extend the already existing the [Residual Feature Distillation Network](https://arxiv.org/abs/2009.11551) to increase speed and accuracy while simultaneously decreasing model size.
The code of the RFDN can be found [here](https://github.com/njulj/RFDN), the underlying framework of the AIM 2020 Challenge [here](https://github.com/sanghyun-son/EDSR-PyTorch).

## Set Up

Expand All @@ -25,12 +26,12 @@ git clone [email protected]:MartinBuessemeyer/Efficient-Image-Super-Resolution.git
```bash
sh ./scripts/build-image-enroot.sh
```
Alternatively, you can execute the code locally. Make sure that you have installed pytorch and the packages in `src/requirements.txt`
Alternatively, you can execute the code locally. Make sure that you installed pytorch and the packages listed in `src/requirements.txt`.
## How to execute

1. Run the container. The following steps should be executed inside the enroot container.

2. Adjust the `src/run.sh`. You can find all the available options in the `src/options.py`. Possible configurations are listed in the `src/run.sh`.
2. Adjust the `src/run.sh`. You can find all the available options in the `src/options.py`. Example configurations are listed in the `src/run.sh`.

3. Run the `src/run.sh`.
```bash
Expand Down

0 comments on commit f0fb95c

Please sign in to comment.