Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanxingql committed Apr 27, 2021
1 parent b4903fb commit 37c426d
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
- [2. Test](#2-test)
- [3. Training](#3-training)
- [4. License & Citation](#4-license--citation)
- [5. See more](#5-see-more)

**Update** (21/4/27): We release the training code and Python-based IQA module at [PowerQE](https://github.com/RyanXingQL/PowerQE). Codes of all compared approaches are also released.
:rocket: **Update** (21/4/27): We release the training code and Python-based IQA module at [PowerQE](https://github.com/RyanXingQL/PowerQE). Codes of all compared approaches are also released.

## 0. Background

Expand Down Expand Up @@ -122,14 +121,3 @@ You can **use, redistribute, and adapt** the material for **non-commercial purpo
booktitle = {Computer Vision {\textendash} {ECCV} 2020}
}
```

## 5. See more

- [PyTorch implementation of STDF (AAAI 2020)](https://github.com/RyanXingQL/STDF-PyTorch)
- A **simple** and **effective** video quality enhancement network.
- Adopt **feature alignment** by multi-frame **deformable convolutions**, instead of motion estimation and motion compensation.

- [MFQEv2 (TPAMI 2019)](https://github.com/RyanXingQL/MFQEv2.0)
- The first **multi-frame** quality enhancement approach for compressed videos.
- The first to consider and utilize the **quality fluctuation** feature of compressed videos.
- Enhance low-quality frames using **neighboring high-quality** frames.

0 comments on commit 37c426d

Please sign in to comment.