pix2pix-tensorflow
Image translator
An open-source implementation of the pix2pix algorithm using TensorFlow for image-to-image translation tasks
Tensorflow port of Image-to-Image Translation with Conditional Adversarial Nets https://phillipi.github.io/pix2pix/
5k stars
177 watching
1k forks
Language: JavaScript
last commit: almost 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
phillipi/pix2pix | An implementation of an image-to-image translation algorithm using deep learning techniques | 10,208 |
pkmital/tensorflow_tutorials | A collection of examples and tutorials illustrating various applications and use cases of TensorFlow in Python | 5,636 |
nvlabs/stylegan | A deep learning framework implementing a generator architecture for generating images with controllable attributes and disentangled latent factors | 14,178 |
junyanz/pytorch-cyclegan-and-pix2pix | Image-to-image translation in PyTorch using cycle-consistent adversarial networks and generative adversarial networks. | 23,272 |
tensorpack/tensorpack | A high-performance neural network training interface for TensorFlow that focuses on speed and flexibility. | 6,303 |
thtrieu/darkflow | Tools and scripts for training and deploying real-time object detection models using TensorFlow | 6,138 |
nvlabs/stylegan2 | Improves upon the state-of-the-art architecture for generating high-quality images using a GAN-based approach | 11,010 |
tensorlayer/tensorlayer | A deep learning and reinforcement learning library that provides an extensive collection of customizable neural layers to build advanced AI models quickly. | 7,337 |
systemerrorwang/white-box-cartoonization | An implementation of a deep learning-based facial cartoonization system using TensorFlow | 3,958 |
tensorlayer/srgan | Generative Adversarial Network based Single Image Super-Resolution | 3,342 |
nvidia/pix2pixhd | Generates photorealistic images from conditional inputs using deep neural networks | 6,685 |
taki0112/ugatit | An unsupervised image-to-image translation model with adaptive normalization and attention mechanisms. | 6,170 |
tensorspace-team/tensorspace | A JavaScript framework for building interactive and intuitive 3D visualizations of neural networks in browsers. | 5,077 |
tensorflow/serving | A high-performance serving system for machine learning models in production environments. | 6,195 |
tflearn/tflearn | A high-level API for deep learning that builds upon TensorFlow | 9,621 |