|
1 | 1 | # Towards Efficient and Scale-Robust Ultra-High-Definition Image Demoiréing
|
2 | 2 |
|
3 | 3 | ### [Project Page](https://xinyu-andy.github.io/uhdm-page/) | [Dataset](https://drive.google.com/drive/folders/1DyA84UqM7zf3CeoEBNmTi_dJ649x2e7e?usp=sharing) | [Paper](https://arxiv.org/pdf/2207.09935)
|
| 4 | +[](https://paperswithcode.com/sota/image-restoration-on-uhdm?p=towards-efficient-and-scale-robust-ultra-high) |
| 5 | +[](https://paperswithcode.com/sota/image-enhancement-on-tip-2018?p=towards-efficient-and-scale-robust-ultra-high) |
4 | 6 |
|
5 | 7 | **Towards Efficient and Scale-Robust Ultra-High-Definition Image Demoireing** (ECCV 2022)
|
6 | 8 | Xin Yu, Peng Dai, Wenbo Li, Lan Ma, Jiajun Shen, Jia Li, [Xiaojuan Qi](https://scholar.google.com/citations?user=bGn0uacAAAAJ&hl=en)
|
7 | 9 |
|
8 | 10 | 
|
| 11 | + |
9 | 12 |
|
10 | 13 | ## :hourglass_flowing_sand: To Do
|
11 | 14 | - [x] Release training code
|
12 | 15 | - [x] Release testing code
|
13 | 16 | - [x] Release dataset
|
14 | 17 | - [x] Release pre-trained models
|
15 |
| -- [ ] Release an improved model trained on combined datasets |
| 18 | +- [x] Release an improved model trained on combined datasets |
| 19 | +- [x] Add an online demo :hugs: |
| 20 | + |
| 21 | +## :rocket: :rocket: :rocket: **News**: |
| 22 | +- **July. 31, 2022**: Add an online demo in [HuggingFace Space :hugs:](https://huggingface.co/spaces/ECCV2022/Screen_Image_Demoireing), which allows testing via an interactive window. Note the demo runs on CPU, so the inference may cost 80s per 4K image. The demo model was trained on combined datasets for more robust qualitative performance. |
16 | 23 |
|
17 | 24 |
|
18 | 25 | ## Introduction
|
@@ -123,9 +130,10 @@ or you can also specify the value of `LOAD_PATH` to directly load a pre-trained
|
123 | 130 |
|
124 | 131 | ## Extended link:
|
125 | 132 | If you want to remove moire patterns in your video, you can try our CVPR 2022 work: [VDMoire](https://github.com/CVMI-Lab/VideoDemoireing)
|
| 133 | + |
126 | 134 |
|
127 | 135 | ## Citation
|
128 |
| -Please cite the following papers if you feel this repository useful. |
| 136 | +Please consider :grimacing: staring this repository and citing the following papers if you feel this repository useful. |
129 | 137 |
|
130 | 138 | ```
|
131 | 139 | @inproceedings{Yu2022TowardsEA,
|
|
0 commit comments