Deep learning yolov5 and other structure diagrams

  • When I was sorting out the files today, I saw some structural diagrams I drew with PPT before. Maybe someone might use them, so just upload them. Change.
  • If you have time, you can still draw a picture by yourself. The process of drawing can also deepen your understanding of the network structure.
  • PPT version network disk link: extraction code: 98da

yolov5s network structure diagram

insert image description here

yolov5s-6.0 network structure diagram

insert image description here

Performance comparison chart of yolov5 models

insert image description here

CSPDarknet network

insert image description here

SPP module

insert image description here

path aggregation network

insert image description here

Algorithm Framework for Single/Dual Stage Object Detection

insert image description here

artificial neuron

insert image description here

Convolutional Neural Network Architecture

insert image description here

convolution operation

insert image description here

ReLU activation function

insert image description here

max pooling

insert image description here

fully connected layer

insert image description here

slice operation

insert image description here

Anchor box

insert image description here

IOU loss

insert image description here

DIOU loss

insert image description here

SVM schematic diagram

insert image description here

Create histogram process

insert image description here

RGB color space

insert image description here

Histogram equalization

insert image description here

gamma correction

insert image description here

Guess you like

Origin blog.csdn.net/m0_68312479/article/details/126325311