当前位置:网站首页>Parameter understanding of quad dataloader in yolov5
Parameter understanding of quad dataloader in yolov5
2022-06-26 08:29:00 【Jiangxiaobai JLJ】
The original question github Address :what is the new quad dataloader? · Issue #1898 · ultralytics/yolov5 · GitHub
Usage mode :python train.py --quad
effect :This quad-collate function will reshapes a batch from 16x3x640x640 to 4x3x1280x1280, which does not have much effect by itself as it is only rearranging the mosaics in the batch, but which interestingly allows for 2x upscaling of some images within the batch (one of the 4 mosaics in each quad is upscaled by 2x, the other 3 mosaics are deleted).
It is to transfer the information on the channel to the image scale information
It can be seen that this method is --img 640 and --img 1280 A compromise of , In special project scenarios, both speed and precision are considered .
边栏推荐
- RecyclerView Item 根据 x,y 坐标得到当前position(位置)
- Idea automatically sets author information and date
- (4) Independent key
- Batch execute SQL file
- Method of measuring ripple of switching power supply
- Relationship extraction -- casrel
- STM32 based d18s20 (one wire)
- JS file message invalid character error
- 教你几招:30句哄女孩的“霸道”温馨话,不看后悔!
- [postgraduate entrance examination: planning group] clarify the relationship among memory, main memory, CPU, etc
猜你喜欢

Project practice: parameters of pycharm configuration for credit card digital recognition and how to use opencv in Anaconda

RF filter

MySQL query time period

鲸会务一站式智能会议系统帮助主办方实现数字化会议管理

51 single chip microcomputer project design: schematic diagram of timed pet feeding system (LCD 1602, timed alarm clock, key timing) Protues, KEIL, DXP
GHUnit: Unit Testing Objective-C for the iPhone

Calculation of decoupling capacitance

Opencv learning notes II

Apple motherboard decoding chip, lightning Apple motherboard decoding I.C

StarWar armor combined with scanning target location
随机推荐
Wechat applet beginner level chapter
(vs2019 MFC connects to MySQL) make a simple login interface (detailed)
Swift code implements method calls
Esp8266wifi module tutorial: punctual atom atk-esp8266 for network communication, single chip microcomputer and computer, single chip microcomputer and mobile phone to send data
利用无线技术实现分散传感器信号远程集中控制
How to Use Instruments in Xcode
. eslintrc. JS configuration
h5 localStorage
Relationship extraction --tplinker
CodeBlocks集成Objective-C开发
1. error using XPath to locate tag
Idea update
STM32 porting mpu6050/9250 DMP official library (motion_driver_6.12) modifying and porting DMP simple tutorial
Idea uses regular expressions for global substitution
Mapping '/var/mobile/Library/Caches/com. apple. keyboards/images/tmp. gcyBAl37' failed: 'Invalid argume
Understanding of closures
Software engineering - high cohesion and low coupling
swift 代码实现方法调用
Microcontroller from entry to advanced
MySQL practice: 1 Common database commands