--- license: other license_name: dome-detr-academic-research-only license_link: https://huggingface.co/RicePasteM/Dome-DETR/blob/530230620d1f3261a267d462989cddf204cc6e10/README.md library_name: libreyolo pipeline_tag: object-detection tags: - object-detection - dome-detr - tiny-object-detection - visdrone - academic-research-only - non-commercial --- # LibreDOMEDETRl-visdrone Dome-DETR L trained on VisDrone (12 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 [`LICENSE`](./LICENSE) and [`NOTICE`](./NOTICE) > in this repository before use. ```python from libreyolo import LibreYOLO model = LibreYOLO("LibreDOMEDETRl-visdrone.pt") results = model.predict("image.jpg") ``` ## Source Official upstream weight file: [`best_ckpts_dome_2026/dome-l-visdrone_converted.pth`](https://huggingface.co/RicePasteM/Dome-DETR/blob/530230620d1f3261a267d462989cddf204cc6e10/best_ckpts_dome_2026/dome-l-visdrone_converted.pth) - Upstream model revision: `530230620d1f3261a267d462989cddf204cc6e10` - Source SHA-256: `e230db14242f95097efa8f19e9420e17f9fe7a61c4e6d4f7f1881d48f6789039` - Converted SHA-256: `41800871965fb1098b77490b2c510fdbc9b8564b9cb99c1fd4b63db6714ce26c` The Dome-DETR architecture source is Apache-2.0 at commit [`2dde3bc1946a3e9fad9abd0612b59fc39bd6b861`](https://github.com/RicePasteM/Dome-DETR/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`](https://github.com/LibreYOLO/libreyolo/blob/dev/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`](./LICENSE) and [`NOTICE`](./NOTICE).