Hi all,
Having trained a cyclegan model using my data, I am now trying to batch generate images based off of validation data that I can use for analysis. A problem I am encountering is that the cyclegan.predict() function only prints a predicted image and nothing is returned. I am able to save an image using my python IDE (VS code), but there doesn't seem to be a way that I can have the predicted image returned in a format that I can save by specifying an output directory. Is there some other way to batch-save predicted images using a cyclegan model? Please see my attached screenshot to see what I am trying to do.
