# PP-YOLOE
Architecture diagrams for PP-YOLOE in LibreYOLO, with block definitions and model variants.

## Source

The diagrams below describe the [PP-YOLOE implementation](https://github.com/LibreYOLO/libreyolo/blob/a4d0ecc9e17f29a459ace07ff0c6df037b07dbdb/libreyolo/models/ppyoloe/model.py) in LibreYOLO.
Each drawing states its model configuration, input assumptions and source revision.

These are architecture references. Check the license and class configuration of any checkpoint you use separately.


## PP-YOLOE architecture

- PP-YOLOE S: [SVG](/diagrams/models/ppyoloe/s.svg), [interactive diagram](/diagrams/models/ppyoloe/s.html)
- PP-YOLOE M: [SVG](/diagrams/models/ppyoloe/m.svg), [interactive diagram](/diagrams/models/ppyoloe/m.html)
- PP-YOLOE L: [SVG](/diagrams/models/ppyoloe/l.svg), [interactive diagram](/diagrams/models/ppyoloe/l.html)
- PP-YOLOE X: [SVG](/diagrams/models/ppyoloe/x.svg), [interactive diagram](/diagrams/models/ppyoloe/x.html)
- PP-YOLOE family: [SVG](/diagrams/models/ppyoloe/family.svg), [interactive diagram](/diagrams/models/ppyoloe/family.html)
