What is: PP-YOLOv2?

SourcePP-YOLOv2: A Practical Object Detector
Year2000
Data SourcePapers with Code archive (CC BY-SA)

PP-YOLOv2 is an object detector that extends upon PP-YOLO with several refinements:

  • A Path Aggregation Network is included for the FPN to compose bottom-up paths.
  • Mish Activation functions are used.
  • The input size is expanded.
  • An IoU aware branch is calculated with a soft label format.