-
Hello,i have train a pix2pix model with my own dataset,and now i want to inference this model.I try the way in translation_demo.py. But i found that when i takes paired image as input, i can get a comparatively good result, when i takes a source image as input, i got very bad result. what should i do if i want to get a good result only input a source image? |
Beta Was this translation helpful? Give feedback.
Answered by
plyfager
Jul 10, 2022
Replies: 1 comment
-
Hi @xiaojifu , you may modify the test_pipeline in your config this way.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
zengyh1900
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @xiaojifu , you may modify the test_pipeline in your config this way.