style-transfer-pytorch icon indicating copy to clipboard operation
style-transfer-pytorch copied to clipboard

Neural style transfer in PyTorch.

Results 14 style-transfer-pytorch issues
Sort by recently updated
recently updated
newest added

Hey I was wondering if this can support video style transfer? And to prevent temporal coherence of the video we can use things like optical flow by [NVIDIA](https://github.com/NVIDIA/NVIDIAOpticalFlowSDK) or something...

Added documentation for `--browser` and `--save-every` commands based on personal testing, code comments, and `--help`

I noticed that the "--browser" flag does not function correctly and that, when the browser window is opened with the host IP, it returns an error. Changing the URL to...

Is it possible to do the processing using 16-bit float type, using model.half() and torch.HalfTensor data type? it could lower the VRAM requirements for high resolution images.