junyanz / pytorch-CycleGAN-and-pix2pix

Image-to-Image Translation in PyTorch
Other
22.8k stars 6.29k forks source link

Facades Dataset Structure #1533

Open bekhzod-olimov opened 1 year ago

bekhzod-olimov commented 1 year ago

I am not sure about the order of the pair images in the Facades dataset. Is the image on the left is original image that we want to get and the image on the right is the input image to the model?

107

I am going to use the pix2pix model on my custom dataset; therefore, I need to know the correct order of the images. I am not sure which image should be denoted as Real_A and which one must be Real_B.

Any help is really appreciated!