Neural Preset for Color Style Transfer (CVPR 2023)
We provide code/models of the metrics we used in our paper. The following are the commands for calculating the metrics. Please refer to the code for details.
cd src/metric/style_similiary
calc_style_similiary.py --result-folder ../test_data/result --style-folder ../test_data/style
cd src/metric/content_similiary
calc_content_similiary.py --result-folder ../test_data/result --content-folder ../test_data/content