Skip to content

liulisixin/ImageEditingSI

Repository files navigation

Image editing of light and color from a single image: a baseline framework

The 30th Color and Imaging Conference (CIC30) (Oral)

paper

Getting Started

  • Clone this repo
  • Install PyTorch (torch==1.10.2) and other dependencies
  • Install the requirements.txt.

Relighting Surreal Dataset (RLSID)

The proposed dataset is released in this link.

Training

To train the model, use the below command:

python train_1to3.py

Testing

To test the model, you need to modify which_experiment and epoch in options/test_quantitative_options.py first, then use the below command:

python test_quantitative.py

Acknowledgments

Some codes are borrowed from pix2pix. Thanks for their great works.

About

Code and datasets for our paper ”Image editing of light and color from a single image: a baseline framework“

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors