LentilsAnomaly / annotations.json
nghorbani's picture
Upload folder using huggingface_hub
371578a verified
raw
history blame contribute delete
831 Bytes
{
"info": {
"description": "Mock lentils dataset for documentation testing",
"version": "1.0",
"year": 2026
},
"images": [
{
"id": 1,
"file_name": "Demo_000.cu3s",
"width": 640,
"height": 512
},
{
"id": 2,
"file_name": "Demo_001.cu3s",
"width": 640,
"height": 512
}
],
"annotations": [
{
"id": 1,
"image_id": 1,
"category_id": 1,
"bbox": [
100,
100,
50,
50
],
"area": 2500,
"segmentation": [],
"iscrowd": 0
}
],
"categories": [
{
"id": 1,
"name": "defect",
"supercategory": "anomaly"
},
{
"id": 2,
"name": "normal",
"supercategory": "background"
}
]
}