This release is a pre-release and may not be stable for production use.
lucid-yolo
lucid-yolo is an independent, from-scratch PyTorch Lightning implementation of the real-time detection, instance segmentation, and oriented detection methods described in the Ultralytics YOLO26 paper (arXiv:2606.03748). "YOLO" refers to the family of real-time detectors originated by Redmon et al. (2016). This project is not affiliated with, endorsed by, or derived from Ultralytics or its codebase. No Ultralytics source code, configurations, or model weights were consulted or used. See docs/PROVENANCE.md.
What this is
A research reproduction for knowledge sharing: independent verification of the paper's published ablation claims (STAL small-object gains, Progressive Loss schedule ranking, MuSGD convergence, DFL-removal neutrality, segmentation prototype-fusion and auxiliary-loss gains, OBB long-edge angle formulation) in a codebase with no shared lineage to the reference implementation. Everything implemented here is a fact, equation, or procedure published in the papers cited in docs/PROVENANCE.md.
Versioning
Perpetual 0.x release train — each 0.MINOR is a gated capability milestone (0.1 detection, 0.2 instance segmentation, 0.3 oriented detection, 0.4+ rolling). No 1.0 is planned: the project tracks a living specification (the paper plus this project's assumption register), and each release freezes its golden metrics; later releases must never regress them. This is a deliberate policy, not an abandonment signal — see docs/DECISIONS.md.
Development
make setup # venv + editable install + pre-commit hooks
make gate # lint + pre-commit + tests + golden regression: the merge gate
The execution contract for contributors and agents lives in AGENTS.md; every design decision cites its public source (docs/PROVENANCE.md), and every point where the papers underdetermine the implementation is a recorded assumption (docs/ASSUMPTIONS.md).
License
Apache-2.0 (see LICENSE and NOTICE).
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lucid_yolo-0.1.0.dev0.tar.gz.
File metadata
- Download URL: lucid_yolo-0.1.0.dev0.tar.gz
- Upload date:
- Size: 168.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba4255ffbebef86164176f71a137a14984636822ff61efe40c77df8536bb87c6
|
|
| MD5 |
2243f5f4132c2197917835372c24acbc
|
|
| BLAKE2b-256 |
12743bbdc122e307470397225e46622903892a23298f0cc0e30e7ace0dce5457
|
File details
Details for the file lucid_yolo-0.1.0.dev0-py3-none-any.whl.
File metadata
- Download URL: lucid_yolo-0.1.0.dev0-py3-none-any.whl
- Upload date:
- Size: 204.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
126cd3c265584dabf930a865bb86958de0da8809e3dd00ed51d6ce98403e0bc4
|
|
| MD5 |
5afefac9b4070d187af280f7bbb4f802
|
|
| BLAKE2b-256 |
30183d32fe03579607df525245523087bdd75ae7ec92f4aa735114e7fb2e2dd9
|