This is a PyTorch implementation of RCTNet.
@InProceedings{Kim_2021_ICCV,
author = {Kim, Hanul and Choi, Su-Min and Kim, Chang-Su and Koh, Yeong Jun},
title = {Representative Color Transform for Image Enhancement},
booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
month = {October},
year = {2021},
pages = {4459-4468}
}
[Paper] [Slide(unofficial, in Chinese)]
OS: Windows10
GPU: Nvidia TITAN V
pip install -r requirement.txt
The original LOL dataset can be downloaded from here.
python -m visdom.server -port=8097
python scripts/script.py --train
python -m visdom.server -port=8097
python scripts/script.py --predict
$ tree
.
├─ablation
├─checkpoints
│ ├─rctnet_FiveK_batch8
│ └─rctnet_LoL_batch8
├─datasets
│ ├─LoL
│ │ ├─eval
│ │ │ ├─dataA
│ │ │ └─dataB
│ │ └─train
│ │ ├─dataA
│ │ └─dataB
│ └─MIT-Adobe5K
│ ├─eval
│ │ ├─dataA
│ │ └─dataB
│ └─train
│ ├─dataA
│ └─dataB
├─models
├─scripts
└─utils





