mingyuliutw / UNIT

Unsupervised Image-to-Image Translation
Other
1.98k stars 360 forks source link

A strange result of domain adaptation #71

Closed yxyuni closed 5 years ago

yxyuni commented 6 years ago

Hi Mr. Liu, I'm interested in your work and tried your code on svhn2mnist task. Here are several generated images and I want to ask why the a2b and b2a from decode_b(ca, sb) decode_a(cb, sa) are bad? test_2 test_1 But decode_b(ca, noise) decode_a(cb, noise) are good but not relavant to the original class label? xba

25bf23d17b036f5855d4218b416c7fdd The first ten labels of svhn images are 8, 9, 1, 4, 3, 5, 3, 8, 5, 3 ....

mingyuliutw commented 5 years ago

Please check out the example code in https://github.com/mingyuliutw/UNIT/tree/version_02 for the SVHN to MNIST experiments.