Roosevelt Purification
Roosevelt Purification
Hi @beinando, I couldn't get it to work with lengstrom's fast-style-transfer. But I had success with https://github.com/hwalsuklee/tensorflow-fast-style-transfer. Make sure when you train the models, the image is .jpg and a...
No problem, @beinando! Glad to help. No, I didn't rescale the images from the COCO Dataset. Just the image with the desired style.
Can you add support for GPU computing? Is that possible?
> The solution is to remove the IplImage conversion functions and just convert image directly to and from Mat. > > ` > Mat image_to_mat(image im) > { > image...