junyanz / pytorch-CycleGAN-and-pix2pix

Image-to-Image Translation in PyTorch
Other
23.09k stars 6.32k forks source link

How to only save the conversion results of AtoB when testing? #1544

Closed yuninn closed 1 year ago

yuninn commented 1 year ago

Thank you for such an excellent project, I want to output only the conversion results of AtoB when testing, not all the results, how can I do this?

Ivvvvvvvvvvy commented 1 year ago

hello ,can you tell me how you did it

yuninn commented 1 year ago

 python test.py --dataroot --name --model test --no_dropout

------------------ 原始邮件 ------------------ 发件人: "junyanz/pytorch-CycleGAN-and-pix2pix" @.>; 发送时间: 2023年3月27日(星期一) 中午11:57 @.>; @.>;"State @.>; 主题: Re: [junyanz/pytorch-CycleGAN-and-pix2pix] How to only save the conversion results of AtoB when testing? (Issue #1544)

hello ,can you tell me how you did it

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you modified the open/close state.Message ID: @.***>

Ivvvvvvvvvvy commented 1 year ago

thank you!