pix2pix
pix2pix copied to clipboard
Feature Request: Add a "transform" mode/script which does not require image pairs
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"
Thanks for the suggestion, this is definitely on the to do list and we will try to provide it soon!
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.