The Wayback Machine - http://web.archive.org/web/20200711065058/https://github.com/topics/pix2pix
Skip to content
#

pix2pix

Here are 145 public repositories matching this topic...

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
akshaydp1995
akshaydp1995 commented Jul 13, 2019

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

andrewjong
andrewjong commented Apr 1, 2020

Preprocessing requires setting up 2 separate repositories. It's crazy. We should improve this.

Ideas

  1. Add the two preprocessing repositories as submodules so they're in a central location
  2. 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.

Improve this page

Add a description, image, and links to the pix2pix topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pix2pix topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.