Views
No views yet
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 theLICENSEandNOTICEin this repository before use.
1from libreyolo import LibreYOLO
2
3model = LibreYOLO("LibreDOMEDETRs-visdrone.pt")
4results = model.predict("image.jpg")best_ckpts_dome_2026/dome-s-visdrone_converted.pth530230620d1f3261a267d462989cddf204cc6e1042874302fd97e17c2a23a46a8ec35d2ea4d2ffe479f0d632c1327fafbf910eb701c60b62f042be2893c3a3d32add8b25055aebcdf4bb3098434c1d7a2ba00e182dde3bc1946a3e9fad9abd0612b59fc39bd6b861.
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.weights/convert_domedetr_weights.py.