matlab-deep-learning / pix2pix

Image to Image Translation Using Generative Adversarial Networks
Other
30 stars 12 forks source link

Is the exact same image augmentation on the A and B datasets? #16

Closed momo-love closed 3 years ago

momo-love commented 3 years ago

Is the exact same image augmentation on the A and B datasets?

zcemycl commented 3 years ago

@momo-love Yes. This algorithm is to map A data to B data, each real image in dataset A has a colormap correspondence in dataset B.

justinpinkney commented 3 years ago

@zcemycl Thanks for responding but I've edited your comment a little. Please let's keep the tone friendly.

@momo-love As suggested if you'd like to know more the original paper is a great starting point: https://phillipi.github.io/pix2pix/