当前位置:网站首页>Line by line explanation of yolox source code of anchor free series network (6) -- mixup data enhancement
Line by line explanation of yolox source code of anchor free series network (6) -- mixup data enhancement
2022-07-03 17:51:00 【@Flying caterpillar】
The whole series includes :Demo Explain the source code line by line ->train The script source code is explained line by line ->backbone Explain the source code line by line ->FPN Explain the source code line by line ->Head Explain the source code line by line ->loss Explain the source code line by line -> The source code of data loading is explained line by line -> The source code of data enhancement is explained line by line ->simOTA Explain the source code line by line . Ensure line by line , Note that line by line , Include python grammar ,tensor Role and application of dimension and line by line code . In fact, there is no mystery about the network structure , It's a stack of modules , There is no reason why you can modify any module . After reading this series, I can do anything about any network structure at will , It's not just limited to one caller .
This article is about YOLOX Medium mixup Data to enhance . The process is to zoom the two pictures , Flip or mosaic After the data is enhanced, it is mixed in a certain proportion , At the same time gtbox Mix . The code is only 60 or 70 lines , Is the simplest section of this series .
take YOLOX in mixup The enhanced code is positioned to yolox\data\datasets\mosaicdetection.py Of mixup() Method , In this method ,origin_img Parameters represent mosaic Enhanced image ,origin_labels Parameters represent mosaic Enhanced label ,input_dim The parameter represents the preset input size , Such as (640, 640).</
边栏推荐
- Mathematical formula (test)
- Analyse ArrayList 3: suppression d'éléments
- Interviewer: why is the value nil not equal to nil?
- 面试官:值为 nil 为什么不等于 nil ?
- VM11289 WAService. js:2 Do not have __ e handler in component:
- [LINUX]CentOS 7 安装MYSQL时报错“No package mysql-server available“No package zabbix-server-mysql availabl
- QT学习日记9——对话框
- Where is the monitoring page of RDS database?
- vs2013已阻止安装程序,需安装IE10
- 基于人脸识别的课堂考勤系统 tkinter+openpyxl+face_recognition
猜你喜欢

Discussion sur la logique de conception et de mise en oeuvre du processus de paiement

SQL injection database operation foundation
![[combinatorics] recursive equation (summary of the solution process of recursive equation | homogeneous | double root | non-homogeneous | characteristic root is 1 | exponential form | the bottom is th](/img/f1/c96c4a6d34e1ae971f492f4aed5a93.jpg)
[combinatorics] recursive equation (summary of the solution process of recursive equation | homogeneous | double root | non-homogeneous | characteristic root is 1 | exponential form | the bottom is th

Notes on problems -- watching videos on edge will make the screen green

QT learning diary 9 - dialog box

TCP congestion control details | 3 design space

List的stream中Long对象与long判等问题记录

Talk about the design and implementation logic of payment process
![How to read the source code [debug and observe the source code]](/img/40/a2fca67bcde3c468a739c6990325f4.jpg)
How to read the source code [debug and observe the source code]

TensorBoard快速入门(Pytorch使用TensorBoard)
随机推荐
Mathematical formula (test)
AcWing 3438. 数制转换
Servlet specification Part II
[combinatorics] recursive equation (special solution example 1 Hannover tower complete solution process | special solution example 2 special solution processing when the characteristic root is 1)
Leetcode540: a single element in an ordered array
c# . Net tool ecosystem
ArrayList analysis 3: delete elements
Golang unit test, mock test and benchmark test
PHP MySQL create database
Distributed task distribution framework gearman
Loop through JSON object list
1146_ SiCp learning notes_ exponentiation
Where is the monitoring page of RDS database?
Life perception 1
ArrayList分析3 : 删除元素
Introduction to SolidWorks gear design software tool geartrax
Draw some simple graphics with MFC
Introduction to PHP MySQL
Kotlin的協程:上下文
Leetcode 538 converts binary search tree into cumulative tree -- recursive method and iterative method