What is: PP-YOLOv2?
Source | PP-YOLOv2: A Practical Object Detector |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
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.