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.
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.