soapisnotfat / super-resolution

collection of super-resolution models & algorithms
Apache License 2.0
744 stars 188 forks source link

image augmentation #20

Closed can2049 closed 5 years ago

can2049 commented 5 years ago

All the dataloader are same, just use CenterCrop and Resize, it's not enough. Image augmentation is needed to produce more robust result.

soapisnotfat commented 5 years ago

Thanks for the feedback. This repo only serves as a practice, and I don't have plans to perfect every detail. So please feel free to make changes as you want.