xuxuxuxuxu commited on
Commit
d36a817
·
verified ·
1 Parent(s): 6de60be

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -12
README.md CHANGED
@@ -98,23 +98,20 @@ Using these images and their corresponding annotations, we design two tasks:
98
  The following is an example from SurgWound-Bench VQA Task:
99
 
100
  ```
101
- "id": "606.jpg_wound_location",
102
- "image_name": "606.jpg",
103
- "field": "Wound Location",
104
  "task_type": "multi_choice",
105
  "image": base64encoded_image,
106
- "question": "What is the wound location of this surgical wound?",
107
  "options": [
108
- "Abdomen",
109
- "Patella",
110
- "Ankle",
111
- "Facial region",
112
- "Manus",
113
- "Cervical region",
114
- "Other",
115
  "Uncertain"
116
  ],
117
- "answer": "Abdomen"
118
  ```
119
 
120
  The following is an example from SurgWound-Bench Report Generation Task:
 
98
  The following is an example from SurgWound-Bench VQA Task:
99
 
100
  ```
101
+ "id": "76.jpg_closure_method",
102
+ "image_name": "76.jpg",
103
+ "field": "Closure Method",
104
  "task_type": "multi_choice",
105
  "image": base64encoded_image,
106
+ "question": "What is the closure method of this surgical wound?",
107
  "options": [
108
+ "Invisible",
109
+ "Sutures",
110
+ "Staples",
111
+ "Adhesives",
 
 
 
112
  "Uncertain"
113
  ],
114
+ "answer": "Sutures"
115
  ```
116
 
117
  The following is an example from SurgWound-Bench Report Generation Task: