Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 675 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 675 Bytes

Neural Preset: Faithful 4K Color Style Transfer in Real Time

Neural Preset for Color Style Transfer (CVPR 2023)

Metrics

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.

Style Similiary Metric

cd src/metric/style_similiary
calc_style_similiary.py --result-folder ../test_data/result --style-folder ../test_data/style

Content Similiary Metric

cd src/metric/content_similiary
calc_content_similiary.py --result-folder ../test_data/result --content-folder ../test_data/content