All Projects → Eyyub → Tensorflow Pix2pix

Eyyub / Tensorflow Pix2pix

A lightweight pix2pix Tensorflow implementation.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Tensorflow Pix2pix

Starnet
StarNet
Stars: ✭ 141 (-1.4%)
Mutual labels:  gan, pix2pix
Pytorch Pix2pix
Pytorch implementation of pix2pix for various datasets.
Stars: ✭ 74 (-48.25%)
Mutual labels:  gan, pix2pix
Pix2pixhd
Synthesizing and manipulating 2048x1024 images with conditional GANs
Stars: ✭ 5,553 (+3783.22%)
Mutual labels:  gan, pix2pix
Focal Frequency Loss
Focal Frequency Loss for Generative Models
Stars: ✭ 141 (-1.4%)
Mutual labels:  gan, pix2pix
Deepnudecli
DeepNude Command Line Version With Watermark Removed
Stars: ✭ 112 (-21.68%)
Mutual labels:  gan, pix2pix
cgan-face-generator
Face generator from sketches using cGAN (pix2pix) model
Stars: ✭ 52 (-63.64%)
Mutual labels:  gan, pix2pix
Pix2pix
Image-to-image translation with conditional adversarial nets
Stars: ✭ 8,765 (+6029.37%)
Mutual labels:  gan, pix2pix
Swapnet
Virtual Clothing Try-on with Deep Learning. PyTorch reproduction of SwapNet by Raj et al. 2018. Now with Docker support!
Stars: ✭ 202 (+41.26%)
Mutual labels:  gan, pix2pix
Tensorflow2.0 Examples
🙄 Difficult algorithm, Simple code.
Stars: ✭ 1,397 (+876.92%)
Mutual labels:  gan, pix2pix
Neuralnetworkpostprocessing
Unity Post Processing with Convolution Neural Network
Stars: ✭ 81 (-43.36%)
Mutual labels:  gan, pix2pix
pix2pix-tensorflow
A minimal tensorflow implementation of pix2pix (Image-to-Image Translation with Conditional Adversarial Nets - https://phillipi.github.io/pix2pix/).
Stars: ✭ 22 (-84.62%)
Mutual labels:  gan, pix2pix
Cyclegan
Software that can generate photos from paintings, turn horses into zebras, perform style transfer, and more.
Stars: ✭ 10,933 (+7545.45%)
Mutual labels:  gan, pix2pix
Pytorch Cyclegan And Pix2pix
Image-to-Image Translation in PyTorch
Stars: ✭ 16,477 (+11422.38%)
Mutual labels:  gan, pix2pix
Igan
Interactive Image Generation via Generative Adversarial Networks
Stars: ✭ 3,845 (+2588.81%)
Mutual labels:  gan, pix2pix
Paddlegan
PaddlePaddle GAN library, including lots of interesting applications like First-Order motion transfer, wav2lip, picture repair, image editing, photo2cartoon, image style transfer, and so on.
Stars: ✭ 4,987 (+3387.41%)
Mutual labels:  gan, pix2pix
Deepnude nowatermark withmodel
DeepNude source code,without watermark,with demo and model download link,one command to run offline,GAN/Pytorch/pix2pix/pic2pic
Stars: ✭ 950 (+564.34%)
Mutual labels:  gan, pix2pix
Pose2pose
This is a pix2pix demo that learns from pose and translates this into a human. A webcam-enabled application is also provided that translates your pose to the trained pose. Everybody dance now !
Stars: ✭ 182 (+27.27%)
Mutual labels:  gan, pix2pix
Munit
Multimodal Unsupervised Image-to-Image Translation
Stars: ✭ 2,404 (+1581.12%)
Mutual labels:  gan, pix2pix
Ashpy
TensorFlow 2.0 library for distributed training, evaluation, model selection, and fast prototyping.
Stars: ✭ 82 (-42.66%)
Mutual labels:  gan, pix2pix
Sketch To Art
🖼 Create artwork from your casual sketch with GAN and style transfer
Stars: ✭ 115 (-19.58%)
Mutual labels:  gan, pix2pix

tensorflow-pix2pix

A lightweight pix2pix Tensorflow implementation.

@eyyub_s

Build the example

First you need to download the CMP Facade dataset.

Then, run python build_dataset.py '<path/to/CMP_facade_DB_base/base'

Finally, run python example.py and enjoy!

After 500 steps:

Requirements

  • Python 3.5 (didn't try 2.7)
  • Tensorflow
  • Matplotlib
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].