You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you very much for your work!
My question is about augmentations for Face Renovation. In article it is said that one of four augmentations is 4x bicubic downsampling. However, in degrade.py we make random downsampling between 4x to 8x:
# random downsample between 4x to 8x and get backia.Resize((0.125,0.25)),
which one is true?
The text was updated successfully, but these errors were encountered:
Thank you very much for your work!
My question is about augmentations for Face Renovation. In article it is said that one of four augmentations is 4x bicubic downsampling. However, in
degrade.py
we make random downsampling between 4x to 8x:which one is true?
The text was updated successfully, but these errors were encountered: