Skip to content

Commit

Permalink
Fix benchmark.js (ultralytics#19351)
Browse files Browse the repository at this point in the history
Signed-off-by: Glenn Jocher <[email protected]>
  • Loading branch information
glenn-jocher authored Feb 21, 2025
1 parent 476a5c9 commit c8697bf
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions docs/overrides/javascript/benchmark.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ const data = {
// x: { speed: 11.79, mAP: 55.2 },
// },
YOLO11: {
n: { speed: 1.55, mAP: 39.5 },
s: { speed: 2.63, mAP: 47.0 },
m: { speed: 5.27, mAP: 51.4 },
l: { speed: 6.84, mAP: 53.2 },
x: { speed: 12.49, mAP: 54.7 },
n: { speed: 1.5, mAP: 39.5 },
s: { speed: 2.5, mAP: 47.0 },
m: { speed: 4.7, mAP: 51.5 },
l: { speed: 6.2, mAP: 53.4 },
x: { speed: 11.3, mAP: 54.7 },
},
YOLOv10: {
n: { speed: 1.56, mAP: 39.5 },
Expand All @@ -23,11 +23,11 @@ const data = {
x: { speed: 12.2, mAP: 54.4 },
},
YOLOv9: {
t: { speed: 2.3, mAP: 37.8 },
s: { speed: 3.54, mAP: 46.5 },
m: { speed: 6.43, mAP: 51.5 },
c: { speed: 7.16, mAP: 52.8 },
e: { speed: 16.77, mAP: 55.1 },
t: { speed: 2.3, mAP: 38.3 },
s: { speed: 3.54, mAP: 46.8 },
m: { speed: 6.43, mAP: 51.4 },
c: { speed: 7.16, mAP: 53.0 },
e: { speed: 16.77, mAP: 55.6 },
},
YOLOv8: {
n: { speed: 1.47, mAP: 37.3 },
Expand Down Expand Up @@ -76,10 +76,10 @@ const data = {
x: { speed: 15.03, mAP: 54.3 },
},
EfficientDet: {
d0: { speed: 3.92, mAP: 33.8 },
d1: { speed: 7.31, mAP: 39.6 },
d0: { speed: 3.92, mAP: 34.6 },
d1: { speed: 7.31, mAP: 40.5 },
d2: { speed: 10.92, mAP: 43.0 },
d3: { speed: 19.59, mAP: 45.8 },
d3: { speed: 19.59, mAP: 47.5 },
// d4: { speed: 33.55, mAP: 49.4 },
// d5: { speed: 67.86, mAP: 50.7 },
// d6: { speed: 89.29, mAP: 51.7 },
Expand Down

0 comments on commit c8697bf

Please sign in to comment.