https://github.com/datawhalechina/team-learning-cv/blob/master/AerialImageSegmentation/Task2%EF%BC%9A%E6%95%B0%E6%8D%AE%E6%89%A9%E5%A2%9E%E6%96%B9%E6%B3%95.md

数据扩增:
是一种正则化方法,防止过拟合
步骤:
用 opencv扩增
翻转:

用albumentations实现数据扩增
pytorch数据读取:
因为pytorch还没装好,稍后更新
