2022 2nd International Conference on Consumer Electronics and Computer Engineering (ICCECE) 2022
DOI: 10.1109/iccece54139.2022.9712813
|View full text |Cite
|
Sign up to set email alerts
|

Improved object detection algorithm for drone-captured dataset based on yolov5

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2
1

Citation Types

0
12
0

Year Published

2022
2022
2024
2024

Publication Types

Select...
6
2
1

Relationship

0
9

Authors

Journals

citations
Cited by 23 publications
(12 citation statements)
references
References 11 publications
0
12
0
Order By: Relevance
“…The Head network of YOLOv5 is the same as the Head network of YOLOv3. The bounding box loss function used at the output end of YOLOv5 is the CIoU Loss function, which further introduces the concept of corner distance based on GIoU, effectively alleviating the impact of rotation and tilt on target detection performance, thereby improving the model's performance (Ding et al, 2022).…”
Section: Yolov5 Network Structurementioning
confidence: 99%
“…The Head network of YOLOv5 is the same as the Head network of YOLOv3. The bounding box loss function used at the output end of YOLOv5 is the CIoU Loss function, which further introduces the concept of corner distance based on GIoU, effectively alleviating the impact of rotation and tilt on target detection performance, thereby improving the model's performance (Ding et al, 2022).…”
Section: Yolov5 Network Structurementioning
confidence: 99%
“…Taking an input image with size 3*640*640 as an example, the image is first cut into four 3*320*320 images using the slicing operation, after which the images are spliced through the Concat module [8] . (2) CBL module: CBL is a convolutional block and consists of three network layers, namely the convolution (Conv) operation, the batch normalization (BN) operation, and the activation function (Leaky-relu) [9] . The structure of the CBL module is shown in Fig 5.…”
Section: Architecture Of Yolov5 Networkmentioning
confidence: 99%
“…Among the above four attention mechanisms, CBAM was chosen to applied to shelter detection because of its simplicity and effectivity. It is a lightweight module and can be trained in an end-to-end manner [31][32][33][34][35]. CBAM combines the attention mechanism of feature channel and feature space.…”
Section: Attention Mechanism Applicationmentioning
confidence: 99%