当前位置:网站首页>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 .
边栏推荐
- Mathematics in machine learning -- point estimation (I): basic knowledge
- 在SQL注入中,为什么union联合查询,id必须等于0
- ClassFile - Attributes - Code
- Difference between redis serialization genericjackson2jsonredisserializer and jackson2jsonredisserializer
- JVM instruction mnemonic
- Knife4j 2. Solution to the problem of file control without selection when uploading x version files
- Redis 序列化 GenericJackson2JsonRedisSerializer和Jackson2JsonRedisSerializer的区别
- Mysql 多列IN操作
- Microservice practice | load balancing component and source code analysis
- TD联合Modelsim进行功能仿真
猜你喜欢

Tools used for Yolo object recognition and data generation

hystrix 实现请求合并

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

深入剖析JVM是如何执行Hello World的

Typeerror: X () got multiple values for argument 'y‘

Mysql 多列IN操作

QT qlabel style settings

Web security and defense

Learn combinelatest through a practical example

图像识别-数据标注
随机推荐
Break the cocoon | one article explains what is the real cloud primordial
Matplotlib swordsman line - layout guide and multi map implementation (Updated)
idea查看字节码配置
zk配置中心---Config Toolkit配置与使用
三相逆变器离网控制——PR控制
Microservice practice | fuse hytrix initial experience
2837xd 代码生成——StateFlow(3)
PI control of grid connected inverter (grid connected mode)
MySQL default transaction isolation level and row lock
Idea view bytecode configuration
Read 30 minutes before going to bed every day_ day4_ Files
Pool de connexion redis personnalisé
上班第一天的报错(AWVS卸载不彻底)
图像识别-数据清洗
Typora installation package sharing
每天睡前30分钟阅读Day6_Day6_Date_Calendar_LocalDate_TimeStamp_LocalTime
VIM operation command Encyclopedia
Creation and jump of activity
JDBC review
Knowledge points are very detailed (code is annotated) number structure (C language) -- Chapter 3, stack and queue