File size: 2,599 Bytes
74cc258
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
  "study": "GRACE reader study (demo)",
  "cases": [
    {
      "case_id": "c001",
      "question": "Is there a focal lung opacity (e.g. pneumonia)? If present, where?",
      "reference_image": "img/c001_ref.png",
      "groundtruth_image": "img/c001_gt.png",
      "items": [
        {
          "item_id": "c001_sysA",
          "image": "img/c001_a.png",
          "answer": "Focal opacity present; likely pneumonia.",
          "decision": "answer"
        },
        {
          "item_id": "c001_sysB",
          "image": "img/c001_b.png",
          "answer": "Uncertain; recommend radiologist review.",
          "decision": "defer"
        }
      ]
    },
    {
      "case_id": "c002",
      "question": "Is there a focal lung opacity (e.g. pneumonia)? If present, where?",
      "reference_image": "img/c002_ref.png",
      "groundtruth_image": "img/c002_gt.png",
      "items": [
        {
          "item_id": "c002_sysA",
          "image": "img/c002_a.png",
          "answer": "Focal opacity present; likely pneumonia.",
          "decision": "answer"
        },
        {
          "item_id": "c002_sysB",
          "image": "img/c002_b.png",
          "answer": "Uncertain; recommend radiologist review.",
          "decision": "defer"
        }
      ]
    },
    {
      "case_id": "c003",
      "question": "Is there a focal lung opacity (e.g. pneumonia)? If present, where?",
      "reference_image": "img/c003_ref.png",
      "groundtruth_image": "img/c003_gt.png",
      "items": [
        {
          "item_id": "c003_sysA",
          "image": "img/c003_a.png",
          "answer": "Focal opacity present; likely pneumonia.",
          "decision": "answer"
        },
        {
          "item_id": "c003_sysB",
          "image": "img/c003_b.png",
          "answer": "Uncertain; recommend radiologist review.",
          "decision": "defer"
        }
      ]
    },
    {
      "case_id": "c004",
      "question": "Is there a focal lung opacity (e.g. pneumonia)? If present, where?",
      "reference_image": "img/c004_ref.png",
      "groundtruth_image": "img/c004_gt.png",
      "items": [
        {
          "item_id": "c004_sysA",
          "image": "img/c004_a.png",
          "answer": "Focal opacity present; likely pneumonia.",
          "decision": "answer"
        },
        {
          "item_id": "c004_sysB",
          "image": "img/c004_b.png",
          "answer": "Uncertain; recommend radiologist review.",
          "decision": "defer"
        }
      ]
    }
  ]
}