File size: 583 Bytes
1c0c94d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | {
"_comment": "Template. Put labelled eval images under data/eval/ and list them here. 'expected' = the violation types truly present in the image; 'plate' is optional ground-truth for OCR scoring. Include clean (no-violation) images with expected: [] to measure false positives.",
"samples": [
{
"image": "data/eval/sample1.jpg",
"camera_id": "cam_demo",
"expected": ["HELMET_NON_COMPLIANCE", "TRIPLE_RIDING"],
"plate": "UP32AB1234"
},
{
"image": "data/eval/sample2.jpg",
"camera_id": "cam_demo",
"expected": []
}
]
}
|