Views
No views yet
NON-COMMERCIAL WEIGHTS. These weights are trained on Cityscapes. The Cityscapes license permits distributing abstract derivative models from which the dataset cannot be recovered, and restricts the dataset and its derivatives to non-commercial use. The restriction applies to this checkpoint, not to LibreYOLO's MIT code or to the PP-LiteSeg architecture. Weights you train from scratch on your own data carry none of it; a fine-tune started from this checkpoint inherits it. Read the restriction before you download.
1from libreyolo import LibreYOLO
2
3model = LibreYOLO("LibrePPLiteSegt50-sem.pt")
4result = model.predict("street.jpg")[0]
5mask = result.semantic_mask.data # (H, W) class IDs on the original canvas63de22c404d5740f34f7706c302b37fce3c8fe5d.
Copyright (c) 2021-2024 Deci AI. Licensed under the Apache License 2.0.pp_lite_t_seg50_cityscapes.pth,
SHA-256 ae9ad0cae645ebdfb8de661e8dbf1c33e08c0d90997954429b467e70e9ca4194 (verified before conversion).59ff37fbd693b99972c76fcefe97caa14aeb619f, MIT.
Copyright (c) 2021 Mingyuan Fan. The architecture was cross-checked against
PaddlePaddle/PaddleSeg at commit
3c4db66de1d9d59d0628ed87590b6308a2f4aa2a, Apache-2.0; no PaddleSeg code was
copied.net payload with exactly one
module. DDP prefix stripped, wrapped in LibreYOLO v1.0 checkpoint metadata.
Learned parameters are unchanged, and the three training auxiliary heads are
retained so the checkpoint stays trainable. The port reproduces the pinned
upstream exactly (max_abs_diff == 0.0 on the main logits). See
weights/convert_ppliteseg_weights.py and weights/parity_ppliteseg.py in the
LibreYOLO source repository.LICENSE, and attribution is in
NOTICE.