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

## Source

The diagrams below describe the [PP-LiteSeg implementation](https://github.com/LibreYOLO/libreyolo/blob/a4d0ecc9e17f29a459ace07ff0c6df037b07dbdb/libreyolo/models/ppliteseg/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-LiteSeg architecture

- t50: [SVG](/diagrams/models/ppliteseg/t50-semantic.svg), [interactive diagram](/diagrams/models/ppliteseg/t50-semantic.html)
- b50: [SVG](/diagrams/models/ppliteseg/b50-semantic.svg), [interactive diagram](/diagrams/models/ppliteseg/b50-semantic.html)
- t75: [SVG](/diagrams/models/ppliteseg/t75-semantic.svg), [interactive diagram](/diagrams/models/ppliteseg/t75-semantic.html)
- b75: [SVG](/diagrams/models/ppliteseg/b75-semantic.svg), [interactive diagram](/diagrams/models/ppliteseg/b75-semantic.html)
- Shared topology: [SVG](/diagrams/models/ppliteseg/family.svg), [interactive diagram](/diagrams/models/ppliteseg/family.html)
