Data Augmentation
intergrate with those augmentation method.
this doc will
- Record those theory and the effect after transformation
- Show the codes for ez use
And the complete .py
will be intergrate in my classification pipeline
reference below:arrow_down_small:, if use them,start it for respect for his work.
Principle
Principle 1 of coding: Don’t reinvent the wheel unless it’s needed
- 具体而言,仅在函数的拓展性较差,无法对其定制化,满足我们的日常需求的时候,我们会自行编写函数从而满足我们的需求,否则我们直接引用已知的库,提升我们的实现效率。