File size: 831 Bytes
371578a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
  "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"
    }
  ]
}