yogeshbalaji / Generate_To_Adapt

Implementation of "Generate To Adapt: Aligning Domains using Generative Adversarial Networks"
https://arxiv.org/pdf/1704.01705.pdf
142 stars 33 forks source link

SVHN is gray? #8

Closed wangguanan closed 5 years ago

wangguanan commented 5 years ago

Hi, I download the digits dataset from the given website in your project. I find the SVHN images are gray. But it should be colorful. Which one (gray or colorful) did you used in your experiment (svhn --> mnist)? Does the condition (gray or colorful) effect the results (svhn --> mnist) ? Thanks!

Ellenisawake commented 5 years ago

Hi, I download the digits dataset from the given website in your project. I find the SVHN images are gray. But it should be colorful. Which one (gray or colorful) did you used in your experiment (svhn --> mnist)? Does the condition (gray or colorful) effect the results (svhn --> mnist) ? Thanks!

I observe a 3-4% acc improvement by changing grayscale images to RGB for SVHN to MNIST.

wangguanan commented 5 years ago

OK, thanks