Skip to content

Commit 7140de0

Browse files
authored
Merge pull request #125 from roboflow/update/rt-detr
2 parents 80734a7 + dfde49a commit 7140de0

File tree

9 files changed

+19
-19
lines changed

9 files changed

+19
-19
lines changed

models/object_detection/rf-detr/results_RF-DETR-L.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"model": "RF-DETR-L",
55
"license": "apache-2.0",
66
"github_url": "https://github.com/roboflow/rf-detr",
7-
"paper_url": "",
7+
"paper_url": "https://arxiv.org/abs/2511.09554",
88
"run_parameters": {
99
"threshold": 0,
1010
"resolution": 704,

models/object_detection/rf-detr/results_RF-DETR-M.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"model": "RF-DETR-M",
55
"license": "apache-2.0",
66
"github_url": "https://github.com/roboflow/rf-detr",
7-
"paper_url": "",
7+
"paper_url": "https://arxiv.org/abs/2511.09554",
88
"run_parameters": {
99
"threshold": 0,
1010
"resolution": 576,

models/object_detection/rf-detr/results_RF-DETR-N.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"model": "RF-DETR-N",
55
"license": "apache-2.0",
66
"github_url": "https://github.com/roboflow/rf-detr",
7-
"paper_url": "",
7+
"paper_url": "https://arxiv.org/abs/2511.09554",
88
"run_parameters": {
99
"threshold": 0,
1010
"resolution": 384,

models/object_detection/rf-detr/results_RF-DETR-S.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"model": "RF-DETR-S",
55
"license": "apache-2.0",
66
"github_url": "https://github.com/roboflow/rf-detr",
7-
"paper_url": "",
7+
"paper_url": "https://arxiv.org/abs/2511.09554",
88
"run_parameters": {
99
"threshold": 0,
1010
"resolution": 512,

models/object_detection/rf-detr/results_RF-DETR-XL.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"model": "RF-DETR-XL",
55
"license": "PML-1.0",
66
"github_url": "https://github.com/roboflow/rf-detr",
7-
"paper_url": "",
7+
"paper_url": "https://arxiv.org/abs/2511.09554",
88
"run_parameters": {
99
"threshold": 0,
1010
"resolution": 700,

models/object_detection/rf-detr/results_RF-DETR-XXL.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"model": "RF-DETR-XXL",
55
"license": "PML-1.0",
66
"github_url": "https://github.com/roboflow/rf-detr",
7-
"paper_url": "",
7+
"paper_url": "https://arxiv.org/abs/2511.09554",
88
"run_parameters": {
99
"threshold": 0,
1010
"resolution": 880,

models/object_detection/yolov11/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
verbose=False,
3737
)
3838
GIT_REPO_URL = "https://github.com/ultralytics/ultralytics"
39-
PAPER_URL = ""
39+
PAPER_URL = "https://arxiv.org/abs/2511.09554"
4040

4141

4242
def run_on_image(model, image) -> sv.Detections:

static/aggregate_results.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1150,7 +1150,7 @@ const results = [
11501150
"model": "RF-DETR-XXL",
11511151
"license": "PML-1.0",
11521152
"github_url": "https://github.com/roboflow/rf-detr",
1153-
"paper_url": "",
1153+
"paper_url": "https://arxiv.org/abs/2511.09554",
11541154
"run_parameters": {
11551155
"threshold": 0,
11561156
"resolution": 880,
@@ -1235,7 +1235,7 @@ const results = [
12351235
"model": "RF-DETR-XL",
12361236
"license": "PML-1.0",
12371237
"github_url": "https://github.com/roboflow/rf-detr",
1238-
"paper_url": "",
1238+
"paper_url": "https://arxiv.org/abs/2511.09554",
12391239
"run_parameters": {
12401240
"threshold": 0,
12411241
"resolution": 700,
@@ -1320,7 +1320,7 @@ const results = [
13201320
"model": "RF-DETR-N",
13211321
"license": "apache-2.0",
13221322
"github_url": "https://github.com/roboflow/rf-detr",
1323-
"paper_url": "",
1323+
"paper_url": "https://arxiv.org/abs/2511.09554",
13241324
"run_parameters": {
13251325
"threshold": 0,
13261326
"resolution": 384,
@@ -1405,7 +1405,7 @@ const results = [
14051405
"model": "RF-DETR-M",
14061406
"license": "apache-2.0",
14071407
"github_url": "https://github.com/roboflow/rf-detr",
1408-
"paper_url": "",
1408+
"paper_url": "https://arxiv.org/abs/2511.09554",
14091409
"run_parameters": {
14101410
"threshold": 0,
14111411
"resolution": 576,
@@ -1490,7 +1490,7 @@ const results = [
14901490
"model": "RF-DETR-L",
14911491
"license": "apache-2.0",
14921492
"github_url": "https://github.com/roboflow/rf-detr",
1493-
"paper_url": "",
1493+
"paper_url": "https://arxiv.org/abs/2511.09554",
14941494
"run_parameters": {
14951495
"threshold": 0,
14961496
"resolution": 704,
@@ -1575,7 +1575,7 @@ const results = [
15751575
"model": "RF-DETR-S",
15761576
"license": "apache-2.0",
15771577
"github_url": "https://github.com/roboflow/rf-detr",
1578-
"paper_url": "",
1578+
"paper_url": "https://arxiv.org/abs/2511.09554",
15791579
"run_parameters": {
15801580
"threshold": 0,
15811581
"resolution": 512,

static/aggregate_results.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1150,7 +1150,7 @@
11501150
"model": "RF-DETR-XXL",
11511151
"license": "PML-1.0",
11521152
"github_url": "https://github.com/roboflow/rf-detr",
1153-
"paper_url": "",
1153+
"paper_url": "https://arxiv.org/abs/2511.09554",
11541154
"run_parameters": {
11551155
"threshold": 0,
11561156
"resolution": 880,
@@ -1235,7 +1235,7 @@
12351235
"model": "RF-DETR-XL",
12361236
"license": "PML-1.0",
12371237
"github_url": "https://github.com/roboflow/rf-detr",
1238-
"paper_url": "",
1238+
"paper_url": "https://arxiv.org/abs/2511.09554",
12391239
"run_parameters": {
12401240
"threshold": 0,
12411241
"resolution": 700,
@@ -1320,7 +1320,7 @@
13201320
"model": "RF-DETR-N",
13211321
"license": "apache-2.0",
13221322
"github_url": "https://github.com/roboflow/rf-detr",
1323-
"paper_url": "",
1323+
"paper_url": "https://arxiv.org/abs/2511.09554",
13241324
"run_parameters": {
13251325
"threshold": 0,
13261326
"resolution": 384,
@@ -1405,7 +1405,7 @@
14051405
"model": "RF-DETR-M",
14061406
"license": "apache-2.0",
14071407
"github_url": "https://github.com/roboflow/rf-detr",
1408-
"paper_url": "",
1408+
"paper_url": "https://arxiv.org/abs/2511.09554",
14091409
"run_parameters": {
14101410
"threshold": 0,
14111411
"resolution": 576,
@@ -1490,7 +1490,7 @@
14901490
"model": "RF-DETR-L",
14911491
"license": "apache-2.0",
14921492
"github_url": "https://github.com/roboflow/rf-detr",
1493-
"paper_url": "",
1493+
"paper_url": "https://arxiv.org/abs/2511.09554",
14941494
"run_parameters": {
14951495
"threshold": 0,
14961496
"resolution": 704,
@@ -1575,7 +1575,7 @@
15751575
"model": "RF-DETR-S",
15761576
"license": "apache-2.0",
15771577
"github_url": "https://github.com/roboflow/rf-detr",
1578-
"paper_url": "",
1578+
"paper_url": "https://arxiv.org/abs/2511.09554",
15791579
"run_parameters": {
15801580
"threshold": 0,
15811581
"resolution": 512,

0 commit comments

Comments
 (0)