--- license: apache-2.0 library_name: libreyolo pipeline_tag: object-detection datasets: - DOTA tags: - object-detection - oriented-object-detection - rt-detr - rtdetrv2 --- # LibreRTDETRv2l-obb RT-DETRv2-L oriented-object detector trained on DOTA 1.0 and converted for LibreYOLO. ## Source The architecture is derived from [RicePasteM/RiO-DETR](https://github.com/RicePasteM/RiO-DETR) at commit `22d5232a4e0df6ac4bc26ed1c8aac8b4060449c7`. The official checkpoint comes from [RicePasteM/RT-DETR-OBB](https://huggingface.co/RicePasteM/RT-DETR-OBB) at revision `f376e9dcedfb9a47a21ac71ef61ad99f8b545698`. Code and weights are licensed under Apache License 2.0. ## Modifications State-dict key remapping and LibreYOLO metadata only. Learned parameters are unchanged. See `weights/convert_rtdetrv2_weights.py` in the [LibreYOLO source repository](https://github.com/LibreYOLO/libreyolo). ## License Apache License 2.0. See [`LICENSE`](./LICENSE) and [`NOTICE`](./NOTICE).