All Projects → reiinakano → Neural Painters Pytorch

reiinakano / Neural Painters Pytorch

Licence: mit
PyTorch library for "Neural Painters: A learned differentiable constraint for generating brushstroke paintings"

Projects that are alternatives of or similar to Neural Painters Pytorch

Dst
Deformable Style Transfer (ECCV 2020)
Stars: ✭ 167 (+41.53%)
Mutual labels:  jupyter-notebook, style-transfer
Neural Style Audio Tf
TensorFlow implementation for audio neural style.
Stars: ✭ 413 (+250%)
Mutual labels:  jupyter-notebook, style-transfer
Style transfer
CNN image style transfer 🎨.
Stars: ✭ 210 (+77.97%)
Mutual labels:  jupyter-notebook, style-transfer
Zhihu
This repo contains the source code in my personal column (https://zhuanlan.zhihu.com/zhaoyeyu), implemented using Python 3.6. Including Natural Language Processing and Computer Vision projects, such as text generation, machine translation, deep convolution GAN and other actual combat code.
Stars: ✭ 3,307 (+2702.54%)
Mutual labels:  jupyter-notebook, style-transfer
Pytorch Multi Style Transfer
Neural Style and MSG-Net
Stars: ✭ 687 (+482.2%)
Mutual labels:  jupyter-notebook, style-transfer
Cartoonify
Deploy and scale serverless machine learning app - in 4 steps.
Stars: ✭ 157 (+33.05%)
Mutual labels:  jupyter-notebook, style-transfer
Shapematchinggan
[ICCV 2019, Oral] Controllable Artistic Text Style Transfer via Shape-Matching GAN
Stars: ✭ 315 (+166.95%)
Mutual labels:  jupyter-notebook, style-transfer
Deep Learning With Python
Example projects I completed to understand Deep Learning techniques with Tensorflow. Please note that I do no longer maintain this repository.
Stars: ✭ 134 (+13.56%)
Mutual labels:  jupyter-notebook, style-transfer
Tensorflow 101
TensorFlow 101: Introduction to Deep Learning for Python Within TensorFlow
Stars: ✭ 642 (+444.07%)
Mutual labels:  jupyter-notebook, style-transfer
Hidt
Official repository for the paper "High-Resolution Daytime Translation Without Domain Labels" (CVPR2020, Oral)
Stars: ✭ 513 (+334.75%)
Mutual labels:  jupyter-notebook, style-transfer
Deep Learning V2 Pytorch
Projects and exercises for the latest Deep Learning ND program https://www.udacity.com/course/deep-learning-nanodegree--nd101
Stars: ✭ 4,457 (+3677.12%)
Mutual labels:  jupyter-notebook, style-transfer
Style Transfer
Style Transfer - Alia Bhatt (Google Colab)
Stars: ✭ 26 (-77.97%)
Mutual labels:  jupyter-notebook, style-transfer
Py Style Transfer
🎨 Artistic neural style transfer with tweaks (pytorch).
Stars: ✭ 23 (-80.51%)
Mutual labels:  jupyter-notebook, style-transfer
Neural Painters X
Neural Paiters
Stars: ✭ 61 (-48.31%)
Mutual labels:  jupyter-notebook, style-transfer
Crypto portfolio analysis
A Jupyter notebook I use to analyze my crypto portfolio.
Stars: ✭ 117 (-0.85%)
Mutual labels:  jupyter-notebook
Analyzing neural time series
python implementations of Analyzing Neural Time Series Textbook
Stars: ✭ 117 (-0.85%)
Mutual labels:  jupyter-notebook
Docker For Data Science Tutorial
Materials for "Docker for Data Science" tutorial presented at PyCon 2018 in Cleveland, OH
Stars: ✭ 118 (+0%)
Mutual labels:  jupyter-notebook
Dynamic neural manifold
Stars: ✭ 117 (-0.85%)
Mutual labels:  jupyter-notebook
Machinelearninginjulia2020
Resources for a 3.5 hour workshop on machine learning using the MLJ toolbox
Stars: ✭ 118 (+0%)
Mutual labels:  jupyter-notebook
Wiki Detox
See https://meta.wikimedia.org/wiki/Research:Modeling_Talk_Page_Abuse
Stars: ✭ 117 (-0.85%)
Mutual labels:  jupyter-notebook

The author's PyTorch implementation of Neural Painters

banner

Neural Painters: A learned differentiable constraint for generating brushstroke paintings

https://arxiv.org/abs/1904.08410

Dependencies

Dependencies are listed in environment.yaml but the notable ones are:

Notebooks

The best way to figure out how to use this code is to play around with the provided Colaboratory notebooks. We provide pre-trained neural painters.

There are runnable notebooks for the paper in the notebooks/ folder.

Since most people will probably only be interested in certain parts of the paper, we have designed them so you will be able to run each part as standalone notebooks. For example, we have provided pre-trained neural painters so you can run the style transfer notebook without having to train your own neural painter.

vae gan

  • visualizing_imagenet.ipynb - Contains code for the "Visualizing ImageNet Classes" subsection of the paper. Requires a neural painter. We provide pre-trained neural painters if you don't want to train your own.

visualize_imagenet

  • intrinsic_style_transfer.ipynb - Contains code for the "Intrinsic Style Transfer" subsection of the paper. Requires a neural painter. We provide pre-trained neural painters if you don't want to train your own.

intrinsic

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].