deep-painterly-harmonization
Painterly Harmonizer
A software implementation of a deep learning-based algorithm for generating harmonious paintings by adjusting the style of an input image.
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,986 |
donnyyou/torchcv | A comprehensive PyTorch-based framework for computer vision tasks | 2,250 |
junyanz/interactive-deep-colorization | A system for automatically colorizing black and white images with user interactions. | 2,694 |
lucidrains/dalle2-pytorch | An implementation of DALL-E 2's text-to-image synthesis neural network in PyTorch | 11,148 |
jcjohnson/neural-style | An algorithm to combine the content of one image with the style of another, using convolutional neural networks. | 18,312 |
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,157 |
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,152 |
jiahuiyu/generative_inpainting | An image inpainting framework that utilizes DeepFill and generative adversarial networks to remove objects from images. | 3,275 |
richzhang/colorization | Automatically colorizes images using deep neural networks and learned priors. | 3,355 |
dmitryulyanov/deep-image-prior | A project demonstrating image restoration using neural networks without learning | 7,886 |
doubiiu/tooncrafter | Generates cartoon-style videos from two images using pre-trained diffusion models | 5,353 |
labmlai/annotated_deep_learning_paper_implementations | Implementations of various deep learning algorithms and techniques with accompanying documentation | 56,215 |
junyanz/igan | Interactive image generation using Generative Adversarial Networks to satisfy user edits in real-time | 3,977 |