image-analogies
Image transformer
This project generates image analogies by matching and blending features from one image to another.
Generate image analogies using neural matching and blending.
4k stars
130 watching
282 forks
Language: Python
last commit: about 2 years ago Related projects:
Repository | Description | Stars |
---|---|---|
titu1994/neural-style-transfer | A neural network implementation of artistic style transfer with color preservation and masking capabilities. | 2,276 |
jcjohnson/neural-style | An algorithm to combine the content of one image with the style of another, using convolutional neural networks. | 18,307 |
nvlabs/stylegan | A deep learning framework implementing a generator architecture for generating images with controllable attributes and disentangled latent factors | 14,163 |
cysmith/neural-style-tf | An implementation of image style transfer using convolutional neural networks in TensorFlow. | 3,105 |
ashishpatel26/tools-to-design-or-visualize-architecture-of-neural-network | Tools to aid in designing and visualizing neural network architectures | 4,501 |
anishathalye/neural-style | This is an implementation of neural style transfer in TensorFlow using the Adam optimizer. | 5,541 |
nvlabs/stylegan3 | An implementation of a generative adversarial network architecture designed to improve image synthesis and video generation capabilities | 6,459 |
raghakot/keras-vis | A toolkit for visualizing and debugging neural network models using techniques like activation maximization and saliency maps. | 2,984 |
lengstrom/fast-style-transfer | An implementation of fast style transfer using TensorFlow and neural networks to apply artistic styles to images and videos. | 10,926 |
ben-louis/deep-image-analogy-pytorch | A Python implementation of an image analogy algorithm based on PyTorch. | 181 |
junyanz/igan | Interactive image generation using Generative Adversarial Networks to satisfy user edits in real-time | 3,979 |
tachibanayoshino/animegan | Generates anime-style images from real-world photos using a deep learning model. | 4,497 |
nvlabs/stylegan2 | Improves upon the state-of-the-art architecture for generating high-quality images using a GAN-based approach | 11,001 |
nvlabs/instant-ngp | A software toolkit for training and rendering neural graphics primitives | 16,074 |
jacobgil/pytorch-grad-cam | A package providing advanced explainability methods for deep learning models in computer vision | 10,676 |