博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
数据增强方法
阅读量:4136 次
发布时间:2019-05-25

本文共 259 字,大约阅读时间需要 1 分钟。

文章目录

数据增强方法

该博客中的图片和代码来自其他博客,本博客做总结用

1.基本的数据增强方法

1)翻转Flip

包括水平翻转和垂直翻转

在这里插入图片描述

2)旋转Rotation

将图像旋转一个角度

在这里插入图片描述

3)平移Translations

上下左右移动物体

在这里插入图片描述

4)随即裁剪crop

在这里插入图片描述

5)加噪声–高斯噪声等

在这里插入图片描述

6)放射变换

7)平滑模糊图像

8)颜色空间变换

9)随机擦除法(随机去掉一部分区域)

2.高阶方法

1)GAN自动生成

可用DCGAN,DCGAN效果更好一些

2)条件GAN

通过冬天的图片生成夏天的图片

在这里插入图片描述

3)图片风格转移

在这里插入图片描述

参考博客

转载地址:http://jsvvi.baihongyu.com/

你可能感兴趣的文章
leetcode记录——Count and Say
查看>>
Leetcode 记录——Happy Number
查看>>
【leetcode 两个链表的交集点】Intersection of Two Linked Lists
查看>>
leetcode-tree1
查看>>
leetcode balanced binary tree(看不懂...)
查看>>
leetcode——Binary Tree Level Order Traversal
查看>>
leetcode 50题总结
查看>>
leetcode-- 动态规划 dynamic programming
查看>>
leetcode--Majority Element II
查看>>
leetcode--sort汇总
查看>>
leetcode--Implement strStr()
查看>>
leetcode--Clone Graph
查看>>
leetcode--sum集合:2sum,3sum,4sum
查看>>
leetcode--backtracking[0]
查看>>
操作系统——第0篇
查看>>
virtual Box 运行 Ubuntu 常见问题
查看>>
leetcode——backtracking[1] Generate Parentheses ,Catalan数——卡特兰数
查看>>
leetcode——Combinations
查看>>
中兴笔试
查看>>
程序员笔试面试常见题总结,更新ing
查看>>