pix2pix
Here are 145 public repositories matching this topic...
Software that can generate photos from paintings, turn horses into zebras, perform style transfer, and more.
-
Updated
Jun 28, 2020 - Lua
I want see the values while training, tf.log(predict_real + EPS) and tf.log(1 - predict_fake + EPS).
so, i'm add the code(#add code) in the main.
if should(a.progress_freq):
fetches["discrim_loss"] = model.discrim_loss
fetches["gen_loss_GAN"] = model.gen_loss_GAN
fetches["gen_loss_L1"] = model.gen_loss_L1
According to scipy, scipy.misc.toimage()
toimage is deprecated! toimage is deprecated in SciPy 1.0.0, and will be removed in 1.2.0. Use Pillow’s Image.fromarray directly instead.
which is used on line 46 of utils/visualizer.py is now a deprecated function under the newest scipy version. As a result this co
Interactive Image Generation via Generative Adversarial Networks
-
Updated
Jan 25, 2019 - Python
DeepNude's algorithm and general image generation theory and practice research, including pix2pix, CycleGAN, UGATIT, DCGAN, SinGAN, ALAE, mGANprior, StarGAN-v2 and VAE models (TensorFlow2 implementation). DeepNude的算法以及通用生成对抗网络(GAN,Generative Adversarial Network)图像生成的理论与实践研究。
-
Updated
Jun 28, 2020 - Python
Traceback (most recent call last):
File "train.py", line 45, in
train_display_images_b = torch.stack([train_loader_b.dataset[i] for i in range(display_size)]).cuda()
File "train.py", line 45, in
train_display_images_b = torch.stack([train_loader_b.dataset[i] for i in range(display_size)]).cuda()
File "/content/MUNIT/data.py", line 119, in getitem
pat
Image Deblurring using Generative Adversarial Networks
-
Updated
Dec 25, 2019 - Python
Learning Chinese Character style with conditional GAN
-
Updated
Aug 9, 2019 - Python
I am afraid that the image links in TUTORIAL.md are 404.
Is that because of my Internet connection or they're just not found?
Toward Multimodal Image-to-Image Translation
-
Updated
Jul 2, 2020 - Python
Yolov3 slow?
with video_demo.py about 20% speed compared to your 1.0 repo. but thanks much for sharing!
Real-time pix2pix implementation with Unity
-
Updated
May 28, 2020 - C#
[CVPR 2020] GAN Compression: Efficient Architectures for Interactive Conditional GANs
-
Updated
Jul 10, 2020 - Python
[NeurIPS 2018] Visual Object Networks: Image Generation with Disentangled 3D Representation.
-
Updated
Oct 7, 2019 - Python
DEPRECATED: Depth Map Estimation from Monocular Images
-
Updated
Oct 7, 2019 - Python
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 !
-
Updated
Oct 24, 2018 - Python
An implementation of Pix2Pix in Tensorflow for use with frames from films
-
Updated
Mar 26, 2017 - Jupyter Notebook
A lightweight pix2pix Tensorflow implementation.
-
Updated
Jul 14, 2017 - Python
[ICCV 2019] Guided Image-to-Image Translation with Bi-Directional Feature Transformation
-
Updated
Jun 21, 2020 - Python
A pytorch implementation of pix2pix + BEGAN (Boundary Equilibrium Generative Adversarial Networks)
-
Updated
Aug 3, 2019 - HTML
chainer implementation of pix2pix
-
Updated
Feb 20, 2018 - Python
since most people coyping the commands:
- For detail about arguments and config file, see docs or
python P2PaLa.py -h. -> should bepython P2PaLA.py -h
TensorFlow implementation of CipherGAN
-
Updated
Apr 13, 2020 - Python
Preprocessing requires setting up 2 separate repositories. It's crazy. We should improve this.
Ideas
- Add the two preprocessing repositories as submodules so they're in a central location
- Create a single, simple script that calls both preprocessing libraries. Note these libraries have different (and possibly conflicting) dependencies, so that's a bit tricky.
-
Updated
Jun 6, 2020 - Python
This is the accompanying code for the Medium article: https://medium.com/@karol_majek/high-resolution-face2face-with-pix2pix-1024x1024-37b90c1ca7e8
-
Updated
Jun 2, 2020 - Python
Improve this page
Add a description, image, and links to the pix2pix topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pix2pix topic, visit your repo's landing page and select "manage topics."


For some reason, when I open the web document, real_a and fake_b are matching, but the real_b is from another image; however in the images folder the images are correct. Does someone know why does this happen?