Xuban commited on
Commit
7a5b24e
·
verified ·
1 Parent(s): 0c3b545

Add README.md: license and attribution

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: libreyolo
4
+ tags:
5
+ - object-detection
6
+ - rf-detr
7
+ - detr
8
+ ---
9
+
10
+ # LibreRFDETRl
11
+
12
+ RF-DETR-Large weights repackaged for the
13
+ [LibreYOLO](https://github.com/LibreYOLO/libreyolo) framework.
14
+
15
+ ## Source
16
+
17
+ Detector: [roboflow/rf-detr](https://github.com/roboflow/rf-detr).
18
+ Copyright (c) 2024-2025 Roboflow, Inc. Licensed under the Apache License,
19
+ Version 2.0.
20
+
21
+ Backbone: DINOv2 from
22
+ [facebookresearch/dinov2](https://github.com/facebookresearch/dinov2).
23
+ Copyright (c) Meta Platforms, Inc. and affiliates. Licensed under the
24
+ Apache License, Version 2.0.
25
+
26
+ ## Modifications
27
+
28
+ The original checkpoint (`rf-detr-large-2026.pth`) was renamed to
29
+ `LibreRFDETRl.pt` / `LibreRFDETRl.pth` for consistency with other LibreYOLO weight
30
+ repositories. Learned parameters are unchanged.
31
+
32
+ ## License
33
+
34
+ Apache License 2.0. See the [`LICENSE`](./LICENSE) and [`NOTICE`](./NOTICE)
35
+ files in this repository.