-
Download CLIC datase from http://clic.compression.cc/2021/tasks/index.html.
-
Unzip them into datasets.
-
The structure of the directory:
- datasets - CLIC - train - *.png - ... - valid - *.png - ...
-
SSIM loss:
$ python train.py --loss_type ssim
-
MS-SSIM loss:
$ python train.py --loss_type ms_ssim