LibreDOMEDETRs-aitod
Dome-DETR S trained on AI-TOD-V2 (9 output classes), converted for LibreYOLO at 800x800.
ACADEMIC-RESEARCH-ONLY WEIGHTS
The upstream model card says these weight files are for academic research purposes only. They are not covered by LibreYOLO's MIT license and must not be treated as commercially cleared.
The same upstream card also says the project is Apache-2.0, but it has no license metadata and links to a LICENSE file that does not exist in the weight repository. LibreYOLO's maintainer approved this mirror by treating the Apache statement as the redistribution basis and preserving the stricter academic-only sentence as the use restriction. This is LibreYOLO's disclosed interpretation, not clarification from the Dome-DETR authors. Review the pinned upstream card and the
LICENSEandNOTICEin this repository before use.
from libreyolo import LibreYOLO
model = LibreYOLO("LibreDOMEDETRs-aitod.pt")
results = model.predict("image.jpg")
Source
Official upstream weight file:
best_ckpts_dome_2026/aitod-s-best.pth
- Upstream model revision:
530230620d1f3261a267d462989cddf204cc6e10 - Source SHA-256:
1b10ac2c78a83363b9577ddd74d1001ac8414a479476fea22138fc769a016ba8 - Converted SHA-256:
8faf63c737b4d180ebe251549f3f38b0a5f646b30462a431b2f49cf732be49cf
The Dome-DETR architecture source is Apache-2.0 at commit
2dde3bc1946a3e9fad9abd0612b59fc39bd6b861.
Copyright (c) 2025 The Dome-DETR Authors, as stated in its source headers.
That source-code license and LibreYOLO's MIT code license do not remove the
academic-only restriction stated for these pretrained weights.
Modifications
LibreYOLO adds checkpoint-schema metadata, including the dataset variant,
class names, pinned source revision, and source SHA-256. State-dict keys and
learned tensors are unchanged. The converted checkpoint loads strictly into
LibreYOLO's native implementation. See
weights/convert_domedetr_weights.py.
License and terms
Academic research purposes only, following the stricter statement on the
upstream weight card. The upstream Apache-2.0 statement and its missing weight
repository LICENSE file are documented without omission. See
LICENSE and NOTICE.