YOLOv9 end-to-end (NMS-free) variant, size-t, for LibreYOLO.
Backbone, neck and one-to-many head derived from
MultimediaTechLab/YOLO
(release v1.0-alpha, file
v9-t.pt).
Copyright (c) 2024 Kin-Yiu Wong and Hao-Tang Tsui. Licensed under the MIT License.
Backbone, neck and one-to-many head: state-dict key remapping only;
learned parameters unchanged from upstream.
The YOLOv9-E2E architecture (NMS-free one-to-one head added to YOLOv9) and the
frozen-backbone fine-tuning recipe used to train the released weights are the
work of
testdummyvt . first proposed in
LibreYOLO issue #84 and
contributed via
PR #156.