yunjey / stargan

StarGAN - Official PyTorch Implementation (CVPR 2018)
MIT License
5.21k stars 967 forks source link

how to save the generated images separated #134

Open engineer-38 opened 3 years ago

engineer-38 commented 3 years ago

How I can save all the generated images to single folder? I do not want to save all the images in one picture.

uygnauh commented 3 years ago

@engineer-38 Hello. May I ask have you solved it?

sayeh1994 commented 2 years ago

@engineer-38 I have the same question as @uygnauh. Before I try it myself, It would be nice if you let us know did you manage to solve this problem. Thank you.

chloegjones commented 1 year ago

I just solved this! Within solver.py under the function test, I was able to manipulate the fake list tensors to save individual photos. You can change the directory or image names. Any additional improvements would be helpful.

Screen Shot 2022-11-23 at 1 18 13 AM