neural_style icon indicating copy to clipboard operation
neural_style copied to clipboard

PyTorch implementation of neural style transfer algorithm

Results 1 neural_style issues
Sort by recently updated
recently updated
newest added

The "continuous-masking" branch of this repository overhauls the way masks are specified. In the master branch, you input a single `content_seg` segmentation image which is color coded according to `color_codes`...