├── README.md
└── samples
├── .DS_Store
├── gt
├── 0d94ae06ca70e034250af99ca4ba2198d7c53528.jpg
├── 2e871f8deafa0144b1b0caea9dea7537e4407de4.jpg
├── 3e957dbea483a71eb7350bceab432901591ee13d.jpg
└── 3e9d9910034500f44747aaaa34209439393213bb.jpg
├── sample.png
└── src
├── 0d94ae06ca70e034250af99ca4ba2198d7c53528.jpg
├── 2e871f8deafa0144b1b0caea9dea7537e4407de4.jpg
├── 3e957dbea483a71eb7350bceab432901591ee13d.jpg
└── 3e9d9910034500f44747aaaa34209439393213bb.jpg
/README.md:
--------------------------------------------------------------------------------
1 | # High-definition Cloth Retouching (CRHD-3K) Dataset
2 | High-definition Cloth Retouching (CRHD-3K) is a high-quality dataset for cloth retouching, which aims to remove the wrinkles, creases, and other blemishes on the clothes to make them look more smooth and beautiful. It includes 3,022 pairs of raw and retouching photos, where the raw photos were collected from [Unsplash](https://unsplash.dogedoge.com) and the retouching process was accomplished by a team of professional image editors. The dataset is released as part of the following paper:
3 |
4 | > **ABPN: Adaptive Blend Pyramid Network for Real-Time Local Retouching of Ultra High-Resolution Photo**
5 | > Biwen Lei, Xiefan Guo, Hongyu Yang, Miaomiao Cui, Xuansong Xie, Di Huang
6 | > In CVPR 2022
7 |
8 | [DAMO Academy, Alibaba Group](https://damo.alibaba.com), Hangzhou, China
9 |
10 | [Paper](https://openaccess.thecvf.com/content/CVPR2022/papers/Lei_ABPN_Adaptive_Blend_Pyramid_Network_for_Real-Time_Local_Retouching_of_CVPR_2022_paper.pdf) | [Supp](https://openaccess.thecvf.com/content/CVPR2022/supplemental/Lei_ABPN_Adaptive_Blend_CVPR_2022_supplemental.pdf)
11 |
12 | We will release the code of ABPN soon, before that, if you are interested in skin retouching,
13 | you may refer to [modelscope](https://www.modelscope.cn/models/damo/cv_unet_skin-retouching/summary), in which we released the models of portrait skin retouching for application. In one of the models, we leveraged the concept of blend layers in ABPN and achieved good results.
14 |
15 | ## Samples
16 | 
17 |
18 | ## Overview
19 | All data (`CRHD-3K`) can be downloaded below.
20 |
21 | | Path | Size | Files | Format | Description |
22 | | :----- | :---: | ---: | :---: | :------- |
23 | | CRHD-3K | | | |
24 | | ├ [CRHD-3K_src](https://drive.google.com/file/d/1Px1UoTsvcW831G9lzVd9DpaCUGVTLclp/view?usp=sharing) | 8.2 GB | 3022 | JPG (ZIP package) | Source images |
25 | | ├ [CRHD-3K_gt](https://drive.google.com/file/d/11fvSuR4qCK9gppu3i9G1qG1zWRk0RM_x/view?usp=sharing) | 9.1 GB | 3022 | JPG (ZIP package) | Target images |
26 |
27 |
28 | ## Agreement
29 | - All files in the CRHD-3K dataset are available for ***non-commercial research purposes*** only.
30 | - You agree not to reproduce, duplicate, copy, sell, trade, resell or exploit for any commercial purposes, any portion of the images and any portion of derived data.
31 |
32 | ### Citation
33 | If you use this dataset for your research, please cite our paper.
34 | ```
35 | @inproceedings{lei2022ABPN,
36 | title={ABPN: Adaptive Blend Pyramid Network for Real-Time Local Retouching of Ultra High-Resolution Photo},
37 | author={Biwen, Lei and Xiefan, Guo and Hongyu, Yang and Miaomiao, Cui and Xuansong, Xie and Di, Huang},
38 | booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
39 | year={2022}
40 | }
41 | ```
42 |
43 |
44 | ### Contact
45 | Should you have any questions, please contact me via `biwen.lbw@alibaba-inc.com`.
46 |
--------------------------------------------------------------------------------
/samples/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/youngLBW/CRHD-3K/80176defe4a0d243fc737a6acb3ca2426ddddbc7/samples/.DS_Store
--------------------------------------------------------------------------------
/samples/gt/0d94ae06ca70e034250af99ca4ba2198d7c53528.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/youngLBW/CRHD-3K/80176defe4a0d243fc737a6acb3ca2426ddddbc7/samples/gt/0d94ae06ca70e034250af99ca4ba2198d7c53528.jpg
--------------------------------------------------------------------------------
/samples/gt/2e871f8deafa0144b1b0caea9dea7537e4407de4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/youngLBW/CRHD-3K/80176defe4a0d243fc737a6acb3ca2426ddddbc7/samples/gt/2e871f8deafa0144b1b0caea9dea7537e4407de4.jpg
--------------------------------------------------------------------------------
/samples/gt/3e957dbea483a71eb7350bceab432901591ee13d.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/youngLBW/CRHD-3K/80176defe4a0d243fc737a6acb3ca2426ddddbc7/samples/gt/3e957dbea483a71eb7350bceab432901591ee13d.jpg
--------------------------------------------------------------------------------
/samples/gt/3e9d9910034500f44747aaaa34209439393213bb.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/youngLBW/CRHD-3K/80176defe4a0d243fc737a6acb3ca2426ddddbc7/samples/gt/3e9d9910034500f44747aaaa34209439393213bb.jpg
--------------------------------------------------------------------------------
/samples/sample.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/youngLBW/CRHD-3K/80176defe4a0d243fc737a6acb3ca2426ddddbc7/samples/sample.png
--------------------------------------------------------------------------------
/samples/src/0d94ae06ca70e034250af99ca4ba2198d7c53528.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/youngLBW/CRHD-3K/80176defe4a0d243fc737a6acb3ca2426ddddbc7/samples/src/0d94ae06ca70e034250af99ca4ba2198d7c53528.jpg
--------------------------------------------------------------------------------
/samples/src/2e871f8deafa0144b1b0caea9dea7537e4407de4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/youngLBW/CRHD-3K/80176defe4a0d243fc737a6acb3ca2426ddddbc7/samples/src/2e871f8deafa0144b1b0caea9dea7537e4407de4.jpg
--------------------------------------------------------------------------------
/samples/src/3e957dbea483a71eb7350bceab432901591ee13d.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/youngLBW/CRHD-3K/80176defe4a0d243fc737a6acb3ca2426ddddbc7/samples/src/3e957dbea483a71eb7350bceab432901591ee13d.jpg
--------------------------------------------------------------------------------
/samples/src/3e9d9910034500f44747aaaa34209439393213bb.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/youngLBW/CRHD-3K/80176defe4a0d243fc737a6acb3ca2426ddddbc7/samples/src/3e9d9910034500f44747aaaa34209439393213bb.jpg
--------------------------------------------------------------------------------