yolov12 — standalone detection inference for YOLO12 checkpoints
Copyright 2026 the authors of this package

This product includes software developed by the authors of this package.
The software is licensed under the Apache License, Version 2.0; see LICENSE.


Code licence
------------

Every source file in this package is Apache-2.0. The package was written from an
understanding of what the network computes, and it reads the architecture out of the
checkpoint file rather than reproducing anyone's model definition. It does not bundle,
vendor, import or depend on the `ultralytics` package.


Model weights are NOT covered by this licence
---------------------------------------------

Model weights are licensed separately from this code, and the Apache-2.0 licence above
covers none of them.

Checkpoints published by Ultralytics — including every `yolo*.pt` released by that
project, and any model you fine-tune from one — are distributed under the GNU Affero
General Public License v3.0 (AGPL-3.0). Loading such a checkpoint with this package does
not change its licence, and running it does not place this package's code under AGPL-3.0.

You are responsible for complying with the terms of whatever weights you load, including
any obligation to release source for a network service that serves their predictions. If
those terms do not suit you, obtain weights whose licence does — a commercial licence from
their publisher, or a model you trained yourself.

"YOLO" and "Ultralytics" are the marks of their respective owners. This package is not
affiliated with, endorsed by, or supported by Ultralytics.
