This is the official repository for our paper: Learning Diverse Tone Styles for Image Retouching
Download the pretrained model from the following url and put them into ./experiments/pre_merge/models/
cd codes
CUDA_VISIBLE_DEVICES=0 python trainmerge.py -opt ./confs/pre_merge.yml
Change the dataset dir in testfiveksingle.py
CUDA_VISIBLE_DEVICES=0 python testfiveksingle.py ./confs/pre_merge.yml
This project is built based on the excellent [SRFlow] (https://github.com/andreas128/SRFlow)
@article{wang2022learning,
title={Learning Diverse Tone Styles for Image Retouching},
author={Wang, Haolin and Zhang, Jiawei and Liu, Ming and Wu, Xiaohe and Zuo, Wangmeng},
journal={arXiv preprint arXiv:2207.05430},
year={2022}
}