STGAN-pytorch icon indicating copy to clipboard operation
STGAN-pytorch copied to clipboard

Why the result of test function is pure gray images?

Open gsygsy96 opened this issue 5 years ago • 3 comments

gsygsy96 avatar Aug 22 '19 03:08 gsygsy96

It's quite strange, are the sampled images in the training process normal?

bluestyle97 avatar Aug 23 '19 07:08 bluestyle97

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?

gsygsy96 avatar Aug 26 '19 03:08 gsygsy96

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.

bluestyle97 avatar Aug 26 '19 05:08 bluestyle97