LibreFOMOs-point

LibreFOMO size-s point-localizer (96×96 input, 12×12 detection grid), packaged for LibreYOLO.

Architecture-only weights. These weights are randomly initialised (nc=1, class "object"). They produce no meaningful predictions out of the box. Fine-tune on your own labelled data before deploying. See the LibreYOLO training guide for instructions.

Architecture

LibreFOMO is a MobileNetV2-derived point-localizer designed for counting and locating objects at very low resolutions. It outputs a spatial grid of per-class confidence scores rather than bounding boxes, making it well-suited for fixed-camera occupancy monitoring and object counting on edge devices.

Size Input Grid Parameters
s 96×96 12×12 ~110 KB

Usage

from libreyolo import LibreFOMO

# Load architecture weights (random init — fine-tune before use)
model = LibreFOMO("LibreFOMOs-point.pt")

# Fine-tune on your data
model.train(data="your_data.yaml", allow_experimental=True)

License

MIT License. See the LICENSE file 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/LibreFOMOs-point