The 30th Color and Imaging Conference (CIC30) (Oral)
- Clone this repo
- Install PyTorch (torch==1.10.2) and other dependencies
- Install the requirements.txt.
The proposed dataset is released in this link.
To train the model, use the below command:
python train_1to3.pyTo 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.pySome codes are borrowed from pix2pix. Thanks for their great works.