当前位置:网站首页>Image recognition - data augmentation
Image recognition - data augmentation
2022-07-02 09:39:00 【Ignorant dream fireworks】
Data augmentation
Increase the use of data , Achieve the effect of data set expansion , Improve the recognition effect of the model .
In real projects , Usage scenarios are often fixed , It's best to use real data . The significance of data expansion is to improve the stability of the model , Or improve its generalization effect .
(1) Flip
Include : Flip horizontal 、 Flip vertically 、 Up and down translation, etc .
(2) rotate
Rotate the original image at a certain angle , As new image .
The usual rotation angle is -30°、-15°、15°、30° Wait for the right angle value .
(3) Scale transformation
Change the image resolution to that of the original image 0.8、0.9、1.1、1.2 Equal multiple , As new image .

(4) Color jitter
Slightly disturb the original pixel value distribution of the image ( That is, add slight noise ), As new image .
边栏推荐
- 2837xd 代码生成——StateFlow(3)
- c语言编程题
- View the port of the application published by was
- 每天睡觉前30分钟阅读_day4_Files
- MySQL default transaction isolation level and row lock
- Who is better for Beijing software development? How to find someone to develop system software
- 2837xd Code Generation - stateflow (4)
- PI control of grid connected inverter (grid connected mode)
- 2837xd 代碼生成——StateFlow(4)
- Operation and application of stack and queue
猜你喜欢

记录一下初次使用Xray的有趣过程

View the port of the application published by was

Navicat remote connection MySQL reports an error 1045 - access denied for user 'root' @ '222.173.220.236' (using password: yes)

Elastic Stack之Beats(Filebeat、Metricbeat)、Kibana、Logstash教程

Off grid control of three-phase inverter - PR control

Statistical learning methods - Chapter 5, decision tree model and learning (Part 1)

Oracle modify database character set

kinect dk 获取CV::Mat格式的彩色RGB图像(openpose中使用)

How to use PHP spoole to implement millisecond scheduled tasks

Mysql 多列IN操作
随机推荐
Typora安装包分享
深入剖析JVM是如何执行Hello World的
FragmentTabHost实现房贷计算器界面
Read 30 minutes before going to bed every day_ day4_ Files
Enterprise level SaaS CRM implementation
tinyxml2 读取和修改文件
How to install PHP in CentOS
How to use pyqt5 to make a sensitive word detection tool
YOLO物体识别,生成数据用到的工具
Oracle modifies tablespace names and data files
Matplotlib swordsman - a stylist who can draw without tools and code
C语言之二进制与十进制
MySQL default transaction isolation level and row lock
Solution to amq4036 error in remote connection to IBM MQ
2837xd 代码生成——StateFlow(3)
JVM instruction mnemonic
每天睡前30分钟阅读Day5_Map中全部Key值,全部Value值获取方式
JDBC回顾
Alibaba / popular JSON parsing open source project fastjson2
保存视频 opencv::VideoWriter