未验证 提交 850fba2a 编写于 作者: L littletomatodonkey 提交者: GitHub

Merge pull request #295 from littletomatodonkey/sta/fix_aug_doc

fix image aug doc
......@@ -27,6 +27,10 @@ Compared with the above standard image augmentation methods, the researchers hav
3. Aliasing. Perform some transformations on the image after `Batch`, such as Mixup and Cutmix.
Visualization results of some images after augmentation are shown as follows.
![](../../../images/image_aug/image_aug_samples_s_en.jpg)
The following table shows more detailed information of the transformations.
......
......@@ -4,7 +4,6 @@
![](../../../images/image_aug/main_image_aug.png)
# 二、常用数据增广方法
如果没有特殊说明,本章节中所有示例为 ImageNet 分类,并且假设最终输入网络的数据维度为:`[batch-size, 3, 224, 224]`
......@@ -24,6 +23,9 @@
2.`Transpose` 后的 224 的图像进行一些裁剪: CutOut,RandErasing,HideAndSeek,GridMask
3.`Batch` 后的数据进行混合: Mixup,Cutmix
增广后的可视化效果如下所示。
![](../../../images/image_aug/image_aug_samples_s.jpg)
具体如下表所示:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册