pix2pix icon indicating copy to clipboard operation
pix2pix copied to clipboard

multiple images as inputs

Open XianLi1214 opened this issue 4 years ago • 3 comments
trafficstars

Is it possible to use multiple images as input for this code? The temporal information between images are needed in my work, thanks in advance.

XianLi1214 avatar Jun 04 '21 22:06 XianLi1214

It would certainly be possible by just stacking the multiple images in the channels dimension, e.g. instead of and RGB image having 3 channels you could pack 2x RGB images from sequential frames into 6 channels. You'd have to prepare the data appropriately. Clearly the number of images you could pack together in this manner would be dictated by the GPU memory you have available for training.

justinpinkney avatar Jun 14 '21 13:06 justinpinkney

when i use the code and i want to install the datasets i faced on this error: Downloading facades dataset...Error using websave (line 98) Could not access server. http=127.0.0.1.

Error in p2p.util.downloadFacades (line 29) websave(tempZipFile, dataUrl);

mehrnooshkarimi avatar Oct 23 '21 11:10 mehrnooshkarimi

Sounds like maybe there is an issue with your connection? You could try looking in that file and downloading the facades dataset (the url is in there) and then running the post processing steps manually.

justinpinkney avatar Oct 23 '21 18:10 justinpinkney