menyifang/ADGAN

[Q] Performance of

Opened this issue · 2 comments

More of a question than an issue. Have you tested using attributes from images that do not belong to the dataset?
I tried using the below picture for attributes
bts_people_1

And the output I got was not proper.
bts_output

I am not sure why this is happening. Have you experimented with something like this?

Thanking you.

Regards,
K. J. Nitthilan

Hi @nitthilan, we didn't try this way. The model relies on the training data and constructs a manifold space for it. I think valid synthesis results are actually are the mixtures of seen ones via the interpolation operation. If the provided images extremely deviate from the training data, the results will be not ideal.

Hi @nitthilan

Can I ask something?

I want to get Pose-transfer result like you

but when I using test.py I just got Style transfer I think...How Can I make pose-transfer output?