yueatsprograms / uda_release

Unsupervised Domain Adaptation through Self-Supervision
The Unlicense
79 stars 17 forks source link

Question about rotate images. #1

Closed omg777 closed 4 years ago

omg777 commented 4 years ago

Thanks for you code sharing. I have a question in dset_classes/DsetSSRotRand.py Why did you make only one flipped image per one input image? I mean RotNet : Input -> make [0, 90, 180, 270] images Yours : Input -> make only one transformed image per input.

yueatsprograms commented 4 years ago

It was easier to implement, that's all. There's probably little difference in performance.