LibreYOLO4t

YOLOv4-tiny object detector, repackaged as a LibreYOLO checkpoint for use with the LibreYOLO library.

Source

Derived from the Darknet project (AlexeyAB/darknet). Darknet is public domain (the "YOLO LICENSE"); the original .cfg architecture and pretrained .weights carry no license obligations.

Modifications

The Darknet .weights binary was converted to a LibreYOLO v1.0 checkpoint (a state-dict mapping into the native LibreYOLO module graph). Learned parameters are unchanged. See weights/convert_darknet_weights.py in the LibreYOLO source repository.

Usage

from libreyolo import LibreYOLO

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

License

Public domain (Darknet "YOLO 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/LibreYOLO4t