-
Notifications
You must be signed in to change notification settings - Fork 30
Color Control Examples
ProGamerGov edited this page Feb 20, 2017
·
9 revisions
The final output:
The process only takes 4 commands (including neural_style.lua) to complete:
python linear-color-transfer.py --target_image fig3_style1.jpg --source_image fig3_content.jpg --output_image style_colored_pca.png
python lum_transfer.py --content_image fig3_content.jpg --style_image style_colored_pca.png --cp_mode lum --output_style_image output_lum_style_pca.png --output_content_image output_lum_content_pca.png --org_content fig3_content.jpg
th neural_style.lua commands here...
python lum_transfer.py --output_lum2 out_lum6_test_400_r.png --cp_mode lum2 --output_image out_combined.png --org_content fig3_content.jpg
---
