--- license: apache-2.0 library_name: libreyolo tags: - object-detection - rt-detr - detr --- # LibreRTDETRr50 RT-DETR with ResNet-50_vd_ssld_v2 backbone, repackaged for the [LibreYOLO](https://github.com/LibreYOLO/libreyolo) framework. ## Source Detector: [lyuwenyu/RT-DETR](https://github.com/lyuwenyu/RT-DETR). Licensed under the Apache License, Version 2.0. Backbone: ResNet-50_vd_ssld_v2 from [PaddlePaddle/PaddleClas](https://github.com/PaddlePaddle/PaddleClas). Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0. ## Modifications State-dict key remapping and file rename only. Learned parameters are unchanged. ## License Apache License 2.0. See the [`LICENSE`](./LICENSE) and [`NOTICE`](./NOTICE) files in this repository.