Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,588 changes: 1,564 additions & 24 deletions generated/verified-results.v1.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
{
"schema_version": "va.submission.v1",
"submission_id": "rfdetr-l-pytorch-cuda-rtx3090-20260510T143650Z",
"created_at": "2026-05-10T14:36:50.513322Z",
"benchmark": {
"harness": "vision-analysis-benchmark",
"harness_version": "2.0.0",
"libreyolo_version": "1.1.1",
"libreyolo_commit": "7abd8d43bf817d46cae700470d815cb66be2d39d"
},
"model": {
"id": "rfdetr-l",
"name": "rf-detr-l",
"family": "rfdetr",
"variant": "l",
"source": "libreyolo",
"weights": "LibreRFDETRl.pt",
"input_size": 704
},
"dataset": {
"id": "coco2017",
"split": "val2017",
"num_images": 5000
},
"config": {
"batch_size": 1,
"input_size": 704,
"conf": 0.001,
"iou": 0.6,
"max_det": 300
},
"hardware": {
"gpu": "NVIDIA GeForce RTX 3090",
"gpu_memory_gb": 24.0,
"driver_version": "580.126.09",
"cuda_version": "12.4",
"cpu": "AMD Ryzen 9 5950X 16-Core Processor",
"cpu_cores": 32,
"ram_gb": 62,
"id": "rtx3090"
},
"software": {
"python": "3.12.3",
"torch": "2.6.0+cu124",
"libreyolo": "1.1.1",
"libreyolo_commit": "7abd8d43bf817d46cae700470d815cb66be2d39d",
"onnxruntime": "not-installed"
},
"accuracy": {
"mAP_50_95": 0.5654325849872309,
"mAP_50": 0.7519430476108983,
"mAP_75": 0.6125426554365846,
"mAP_small": 0.38877815010864586,
"mAP_medium": 0.6110286133472622,
"mAP_large": 0.7401612373454165,
"AR1": 0.4094367831659032,
"AR10": 0.6806718562404028,
"AR100": 0.7424374850580618,
"AR_small": 0.5718708910028346,
"AR_medium": 0.7949837079594275,
"AR_large": 0.9116441319254203
},
"timing": {
"batch_size": 1,
"num_images": 5000,
"total_ms": {
"mean": 20.655,
"std": 11.089,
"p50": 20.264,
"p95": 20.884,
"p99": 21.562,
"preprocess_ms": 3.477,
"inference_ms": 16.261,
"postprocess_ms": 0.917
}
},
"throughput": {
"fps_mean": 48.41,
"fps_p50": 49.35
},
"model_stats": {
"params_millions": 33.93,
"gflops": 340.0
},
"memory": {
"peak_vram_mb": 222.2,
"peak_ram_mb": 731.8
},
"metadata": {
"benchmark_date": "2026-05-10T14:36:50.513322Z",
"benchmark_version": "2.0.0"
},
"eval": {
"dataset": "coco",
"split": "val2017",
"numImages": 5000
},
"implementation": {
"provider": "libreyolo",
"version": "1.1.1"
},
"runtime": {
"format": "pytorch",
"precision": "fp32",
"provider": "cuda",
"device": "gpu"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
{
"schema_version": "va.submission.v1",
"submission_id": "rfdetr-m-pytorch-cuda-rtx3090-20260510T143905Z",
"created_at": "2026-05-10T14:39:05.209698Z",
"benchmark": {
"harness": "vision-analysis-benchmark",
"harness_version": "2.0.0",
"libreyolo_version": "1.1.1",
"libreyolo_commit": "7abd8d43bf817d46cae700470d815cb66be2d39d"
},
"model": {
"id": "rfdetr-m",
"name": "rf-detr-m",
"family": "rfdetr",
"variant": "m",
"source": "libreyolo",
"weights": "LibreRFDETRm.pt",
"input_size": 576
},
"dataset": {
"id": "coco2017",
"split": "val2017",
"num_images": 5000
},
"config": {
"batch_size": 1,
"input_size": 576,
"conf": 0.001,
"iou": 0.6,
"max_det": 300
},
"hardware": {
"gpu": "NVIDIA GeForce RTX 3090",
"gpu_memory_gb": 24.0,
"driver_version": "580.126.09",
"cuda_version": "12.4",
"cpu": "AMD Ryzen 9 5950X 16-Core Processor",
"cpu_cores": 32,
"ram_gb": 62,
"id": "rtx3090"
},
"software": {
"python": "3.12.3",
"torch": "2.6.0+cu124",
"libreyolo": "1.1.1",
"libreyolo_commit": "7abd8d43bf817d46cae700470d815cb66be2d39d",
"onnxruntime": "not-installed"
},
"accuracy": {
"mAP_50_95": 0.5472147889604324,
"mAP_50": 0.7358140270756838,
"mAP_75": 0.59187655281425,
"mAP_small": 0.35960066578461836,
"mAP_medium": 0.5976453142939265,
"mAP_large": 0.7370661723668804,
"AR1": 0.3990697672079318,
"AR10": 0.6647390428190679,
"AR100": 0.7236446615985426,
"AR_small": 0.5322968531757167,
"AR_medium": 0.788483749474011,
"AR_large": 0.9085777887913804
},
"timing": {
"batch_size": 1,
"num_images": 5000,
"total_ms": {
"mean": 14.145,
"std": 10.06,
"p50": 13.811,
"p95": 14.607,
"p99": 15.373,
"preprocess_ms": 1.519,
"inference_ms": 11.735,
"postprocess_ms": 0.891
}
},
"throughput": {
"fps_mean": 70.7,
"fps_p50": 72.41
},
"model_stats": {
"params_millions": 33.69,
"gflops": 0.0
},
"memory": {
"peak_vram_mb": 197.2,
"peak_ram_mb": 75.1
},
"metadata": {
"benchmark_date": "2026-05-10T14:39:05.209698Z",
"benchmark_version": "2.0.0"
},
"eval": {
"dataset": "coco",
"split": "val2017",
"numImages": 5000
},
"implementation": {
"provider": "libreyolo",
"version": "1.1.1"
},
"runtime": {
"format": "pytorch",
"precision": "fp32",
"provider": "cuda",
"device": "gpu"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
{
"schema_version": "va.submission.v1",
"submission_id": "rfdetr-n-pytorch-cuda-rtx3090-20260510T144105Z",
"created_at": "2026-05-10T14:41:05.116295Z",
"benchmark": {
"harness": "vision-analysis-benchmark",
"harness_version": "2.0.0",
"libreyolo_version": "1.1.1",
"libreyolo_commit": "7abd8d43bf817d46cae700470d815cb66be2d39d"
},
"model": {
"id": "rfdetr-n",
"name": "rf-detr-n",
"family": "rfdetr",
"variant": "n",
"source": "libreyolo",
"weights": "LibreRFDETRn.pt",
"input_size": 384
},
"dataset": {
"id": "coco2017",
"split": "val2017",
"num_images": 5000
},
"config": {
"batch_size": 1,
"input_size": 384,
"conf": 0.001,
"iou": 0.6,
"max_det": 300
},
"hardware": {
"gpu": "NVIDIA GeForce RTX 3090",
"gpu_memory_gb": 24.0,
"driver_version": "580.126.09",
"cuda_version": "12.4",
"cpu": "AMD Ryzen 9 5950X 16-Core Processor",
"cpu_cores": 32,
"ram_gb": 62,
"id": "rtx3090"
},
"software": {
"python": "3.12.3",
"torch": "2.6.0+cu124",
"libreyolo": "1.1.1",
"libreyolo_commit": "7abd8d43bf817d46cae700470d815cb66be2d39d",
"onnxruntime": "not-installed"
},
"accuracy": {
"mAP_50_95": 0.48405635013633264,
"mAP_50": 0.6753667630329339,
"mAP_75": 0.517747960799059,
"mAP_small": 0.25263094130175695,
"mAP_medium": 0.5364038461887264,
"mAP_large": 0.7123640900777523,
"AR1": 0.37098875874430604,
"AR10": 0.5995499595699179,
"AR100": 0.6533105634981488,
"AR_small": 0.40517151195928475,
"AR_medium": 0.7308633411379694,
"AR_large": 0.891517357082856
},
"timing": {
"batch_size": 1,
"num_images": 5000,
"total_ms": {
"mean": 11.318,
"std": 9.558,
"p50": 11.001,
"p95": 11.974,
"p99": 12.99,
"preprocess_ms": 1.231,
"inference_ms": 9.196,
"postprocess_ms": 0.891
}
},
"throughput": {
"fps_mean": 88.35,
"fps_p50": 90.9
},
"model_stats": {
"params_millions": 30.47,
"gflops": 0.0
},
"memory": {
"peak_vram_mb": 152.1,
"peak_ram_mb": 0.0
},
"metadata": {
"benchmark_date": "2026-05-10T14:41:05.116295Z",
"benchmark_version": "2.0.0"
},
"eval": {
"dataset": "coco",
"split": "val2017",
"numImages": 5000
},
"implementation": {
"provider": "libreyolo",
"version": "1.1.1"
},
"runtime": {
"format": "pytorch",
"precision": "fp32",
"provider": "cuda",
"device": "gpu"
}
}
Loading