Menu
loliot Logololiot Logololiot
Etc
  • Circuit
  • Memo
  • Project
Programming
  • C++
  • Flutter
  • LabVIEW
  • Node.js
  • Python
Linux
  • Debian package
  • Linux kernel
  • Linux tools
  • u-boot
MCU
  • Arduino
  • AVR
  • Espressif
  • Infineon
  • Nordic
  • SAM
  • STM32
NN
  • Basics
🌜
🌞
loliot Logololiot Logololiot
  • Etc
    • Circuit
    • Memo
    • Project
  • Programming
    • C++
    • Flutter
    • LabVIEW
    • Node.js
    • Python
  • Linux
    • Debian package
    • Linux kernel
    • Linux tools
    • u-boot
  • MCU
    • Arduino
    • AVR
    • Espressif
    • Infineon
    • Nordic
    • SAM
    • STM32
  • NN
    • Basics
  • Libraries
    • ctypes
      • Convert bytes to ctypes.Structure
    • gpiod
      • About
    • logging
    • OpenCV
      • Installation
      • Read image or video
      • Draw figure
      • Color spaces
      • Histogram
    • pybluez
    • PySide2
      • Installation
      • Convert UI to Python
      • Signal and Slot
      • QTimer
      • QThread
      • QRunnable and QThreadPool
      • Custom QDialog
    • socket
    • tkinter
    • yolov4
      • About
      • Dataset
      • Training
      • mAP
      • On Edge TPU
      • Model
        • Backbone
        • Neck
        • Loss
  • Package
    • Pybind11
      • Basics
      • Type

Neck

SPP#

SPP: Spatial Pyramid Pooling

[maxpool]
stride=1
size=5
[route]
layers=-2
[maxpool]
stride=1
size=9
[route]
layers=-4
[maxpool]
stride=1
size=13
[route]
layers=-1,-3,-5,-6

modified PAN#

PAN: Path Aggregation Network

Reference#

  • https://github.com/AlexeyAB/darknet/wiki/CFG-Parameters-in-the-different-layers
  • YOLOv4: Optimal Speed and Accuracy of Object Detection
Last updated on 2/2/2021
Previous
« Backbone
Next
Loss »
  • SPP
  • modified PAN
  • Reference
Copyright © 2021 HandS. Built with Docusaurus.