pix2pix icon indicating copy to clipboard operation
pix2pix copied to clipboard

Feature Request: Add a "transform" mode/script which does not require image pairs

Open Quasimondo opened this issue 8 years ago • 2 comments

Unless I am missing something obvious it seems like if I want to use a trained model to process a batch of images I still have to prepare the images so they have the "pair" format. That seems to be a bit of a waste since one half will be ignored and the pairs have to be split anyway.

So what I would wish for is a script that I can just point to a folder of unprocessed raw images and it will just produce the "result". And of course it would be extra nice if the images could have any proportion and not just the fixed one given by "aspect_ratio"

Quasimondo avatar Jan 06 '17 10:01 Quasimondo

Thanks for the suggestion, this is definitely on the to do list and we will try to provide it soon!

phillipi avatar Jan 06 '17 23:01 phillipi

Thanks! I managed to hack something together now which does the job for what I need, but it's pretty dirty - so a clean approach would be much appreciated.

Quasimondo avatar Jan 09 '17 08:01 Quasimondo