LibreYOLO7b

YOLOv7 object detector, repackaged as a LibreYOLO checkpoint for use with the LibreYOLO library.

Source

Derived from MultimediaTechLab/YOLO — the original authors' MIT re-release of YOLOv7 (not the GPL-3.0 WongKinYiu/yolov7). Copyright (c) 2024 Kin-Yiu, Wong and Hao-Tang, Tsui. Licensed under the MIT License.

Modifications

State-dict key remapping only (upstream numbered layers to LibreYOLO module names); the upstream v7.pt strict-loads with zero key mismatch. Learned parameters are unchanged. See weights/convert_yolo7_weights.py in the LibreYOLO source repository.

Usage

from libreyolo import LibreYOLO

model = LibreYOLO("LibreYOLO7b.pt")
results = model.predict("image.jpg", save=True)

License

MIT License. See the LICENSE and NOTICE files in this repository.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Collection including LibreYOLO/LibreYOLO7b