STGAN-pytorch
STGAN-pytorch copied to clipboard
Why the result of test function is pure gray images?
It's quite strange, are the sampled images in the training process normal?
yes, the sampled images are normal 😂. By the way, from your exhibited results in Readme, some effects look not completely the same as STGAN-tensorflow repo, such as to young?
yes, the sampled images are normal 😂. By the way, from your exhibited results in Readme, some effects look not completely the same as STGAN-tensorflow repo, such as to young?
I think you should check whether model.eval() is called before generating images in the test function. As for the results, in fact STGAN doesn't behave well on some attributes such as eyeglasses. If you clone the tensorflow-version repo and run some test with the checkpoints provided by author, you will find that the results are far worse than they showed.