AICamera-Style-Transfer
AICamera-Style-Transfer copied to clipboard
Neural Style Transfer with Caffe2 on your Android phone
Sorry, this may be a basic question, but: I trained a network that takes a standardized float tensor as input. When I try to run the network, I get ```...
Hi, I was able to build and run the app but it seems the app produce incorrect output. I couldn't see the "night" effect on the output as shown in...
The image conversion is not happening properly. i.e. I get distorted image from cpp when I convert it from pixel to bitmap
I found the model is different from what was proposed form the original StyleTransfer paper: https://arxiv.org/abs/1508.06576 The original model has been implemented with Caffe: https://github.com/fzliu/style-transfer May I know how did...