deep-painterly-harmonization
Harmonizer
Generates stylized images from input paintings by learning to harmonize their styles
Code and data for paper "Deep Painterly Harmonization": https://arxiv.org/abs/1804.03189
6k stars
172 watching
626 forks
Language: Cuda
last commit: over 3 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
luanfujun/deep-photo-styletransfer | Software tool enabling the transfer of image styles from one image to another while preserving semantic information. | 9,983 |
donnyyou/torchcv | A comprehensive PyTorch-based framework for computer vision tasks | 2,249 |
junyanz/interactive-deep-colorization | A system for automatically colorizing black and white images with user interactions. | 2,701 |
lucidrains/dalle2-pytorch | An implementation of DALL-E 2's text-to-image synthesis neural network in PyTorch | 11,184 |
jcjohnson/neural-style | An algorithm to combine the content of one image with the style of another, using convolutional neural networks. | 18,310 |
kgeorgiev42/image-colorization-of-historical-paintings | Automates colorization of historical grayscale images using Deep Learning and CNNs. | 3 |
satoshiiizuka/siggraph2016_colorization | Automatically adds color to grayscale images using a deep neural network | 2,156 |
wasidennis/deepharmonization | Reimplements a deep learning model to harmonize images from different illumination conditions | 150 |
nvlabs/stylegan | A deep learning framework implementing a generator architecture for generating images with controllable attributes and disentangled latent factors | 14,178 |
jiahuiyu/generative_inpainting | An image inpainting framework that utilizes DeepFill and generative adversarial networks to remove objects from images. | 3,295 |
richzhang/colorization | Automatically colorizes images using deep neural networks and learned priors. | 3,365 |
dmitryulyanov/deep-image-prior | A project demonstrating image restoration using neural networks without learning | 7,920 |
doubiiu/tooncrafter | Generates cartoon-style videos from two images using pre-trained diffusion models | 5,447 |
labmlai/annotated_deep_learning_paper_implementations | Implementations of various deep learning algorithms and techniques with accompanying documentation | 57,177 |
junyanz/igan | Interactive image generation using Generative Adversarial Networks to satisfy user edits in real-time | 3,979 |