参考链接 Neural-Style-Transfer https://github.com/titu1994/Neural-Style-Transfer deep-photo-styletransfer
based on Somshubra Majumdar’s implementation of neural style transfer: https://github.com/titu1994/Neural-Style-Transfer
执行前向传递以获得输出图像(即 NST 算法的结果): import cv2 import matplotlib.pyplot as pylab import imutils import time model = 'neural-style-transfer