Run the test.py script directly on new images #1525
Answered
by
junyanz
adwaykanhere
asked this question in
Q&A
|
Hi, I have trained a GAN based on your pix2pix Colab notebook. I would like to test the GAN on a set of new images that the model has never seen - This means I haven't run the "combine dataset" function on my new data and I don't have their pairs. Will I be able to run the GAN only on these images alone? Thanks, |
Answered by
junyanz
Mar 14, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

It's possible. You can use
--model tet.See here for more details.