Skip to content

georgewuw/RCTNet

Repository files navigation

Representative Color Transform for Image Enhancement

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)]

Develop Environment

OS: Windows10

GPU: Nvidia TITAN V

pip install -r requirement.txt

Train

The original LOL dataset can be downloaded from here.
python -m visdom.server -port=8097
python scripts/script.py --train

Predict

python -m visdom.server -port=8097
python scripts/script.py --predict

Evaluation on LOL Dataset

Structure of Project Folder

$ 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

About

[Unofficial]A Pytorch Implement of Representative Color Transform for Image Enhancement, ICCV2021

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors

Languages