Skip to content

Commit ab997d8

Browse files
committed
Add benchmarks for RFDETR
1 parent 6255cf0 commit ab997d8

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

docs/docs/02-benchmarks/inference-time.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -216,16 +216,17 @@ slower for very large images, which can increase total time.
216216
Times presented in the tables are measured as consecutive runs of the model. Initial run times may be up to 2x longer due to model loading and initialization.
217217
:::
218218
:::warning
219-
Times presented in the tables are measured for forward method with input size equal to 512. Other input sizes may yeild slower or faster inference times.
219+
Times presented in the tables are measured for forward method with input size equal to 512. Other input sizes may yield slower or faster inference times.
220220
:::
221221

222-
| Model | Samsung Galaxy S24 (XNNPACK) [ms] | Iphone 17 pro (XNNPACK) [ms] |
223-
| ----------- | --------------------------------- | ---------------------------- |
224-
| YOLO26N_SEG | 92 | 90 |
225-
| YOLO26S_SEG | 220 | 188 |
226-
| YOLO26M_SEG | 570 | 550 |
227-
| YOLO26L_SEG | 680 | 608 |
228-
| YOLO26X_SEG | 1410 | 1338 |
222+
| Model | Samsung Galaxy S24 (XNNPACK) [ms] | Iphone 17 pro (XNNPACK) [ms] |
223+
| ---------------- | --------------------------------- | ---------------------------- |
224+
| YOLO26N_SEG | 92 | 90 |
225+
| YOLO26S_SEG | 220 | 188 |
226+
| YOLO26M_SEG | 570 | 550 |
227+
| YOLO26L_SEG | 680 | 608 |
228+
| YOLO26X_SEG | 1410 | 1338 |
229+
| RF_DETR_NANO_SEG | 549 | 330 |
229230

230231
## Text to image
231232

0 commit comments

Comments
 (0)