Update imagen-test
Browse files- imagen-test +21 -21
imagen-test
CHANGED
@@ -1,42 +1,42 @@
|
|
1 |
{
|
2 |
"Is there text?": {
|
3 |
-
"yes": "Generate a clinical endoscopic image with overlay text including patient information and a timestamp, mimicking a real-time procedure interface.",
|
4 |
-
"no": "Generate a medical endoscopic image with no visible overlay, labels, or UI β just the anatomical view."
|
5 |
},
|
6 |
"Is there a green/black box artefact?": {
|
7 |
-
"no": "Produce a clean, uninterrupted endoscopic image with no UI or highlighting artifacts β just organic tissue.",
|
8 |
-
"yes": "Create a diagnostic endoscopy image where a green or black box highlights an area of interest, resembling AI-assisted detection tools."
|
9 |
},
|
10 |
"Are there any abnormalities in the image? Check all that are present.": {
|
11 |
-
"polyp": "Render an endoscopic scene of the colon with a prominent mucosal polyp protruding into the lumen.",
|
12 |
-
"oesophagitis": "Generate an image of the esophagus showing linear streaks and red, inflamed patches typical of erosive oesophagitis."
|
13 |
},
|
14 |
"Where in the image is the abnormality?": {
|
15 |
-
"center": "Generate an image where the abnormal structure β such as a lesion or polyp β is positioned centrally in sharp focus."
|
16 |
},
|
17 |
"What color is the abnormality? If more than one separate with ;": {
|
18 |
-
"pink;red": "Create a gastrointestinal image showing a lesion or polyp that appears in vibrant pink and red tones.",
|
19 |
-
"pink;red;white": "Render a complex lesion with a mix of pink, red, and white tones, indicating inflammation, necrosis, or exudate."
|
20 |
},
|
21 |
"Is this finding easy to detect?": {
|
22 |
-
"yes": "Produce a medical image where the abnormal feature is clearly visible and distinct from the surrounding healthy tissue.",
|
23 |
-
"no": "Create a subtle pathological finding that's difficult to identify at first glance, blending with the mucosal texture."
|
24 |
},
|
25 |
"What type of procedure is the image taken from?": {
|
26 |
-
"colonoscopy": "Generate a view from a colonoscopy, showing the interior colon folds with typical vascular patterns and moist surfaces.",
|
27 |
-
"gastroscopy": "Create an image from a gastroscopy, focusing on the upper GI tract such as the esophagus or stomach lining."
|
28 |
},
|
29 |
"How many instrumnets are in the image?": {
|
30 |
-
"0": "Produce a clear endoscopy image with no visible instruments, capturing only the anatomical interior.",
|
31 |
-
"1": "Render a clinical endoscopic view with a single visible instrument β like forceps or snare β partially inserted."
|
32 |
},
|
33 |
"What is the size of the polyp?": {
|
34 |
-
"none": "Generate a normal endoscopic image with no abnormal growths or polyps visible.",
|
35 |
-
"5-10mm": "Create an image showing a small, clearly visible polyp approximately 5-10mm in diameter."
|
36 |
},
|
37 |
"What type of polyp is present?": {
|
38 |
-
"none": "Produce a gastrointestinal endoscopy image with no signs of polypoid growths or raised lesions.",
|
39 |
-
"paris is": "Render a sessile polyp (Paris IS type), broad-based and flat, merging into the surrounding mucosa.",
|
40 |
-
"paris ip": "Generate a pedunculated polyp (Paris IP type) with a stalk-like structure emerging from the mucosal wall."
|
41 |
}
|
42 |
-
}
|
|
|
1 |
{
|
2 |
"Is there text?": {
|
3 |
+
"yes": ["An endoscopy image with visible text.", "Generate a clinical endoscopic image with overlay text including patient information and a timestamp, mimicking a real-time procedure interface."],
|
4 |
+
"no": ["An endoscopy image without any text.", "Generate a medical endoscopic image with no visible overlay, labels, or UI β just the anatomical view."]
|
5 |
},
|
6 |
"Is there a green/black box artefact?": {
|
7 |
+
"no": ["An endoscopy image with no green or black box artefact.", "Produce a clean, uninterrupted endoscopic image with no UI or highlighting artifacts β just organic tissue."],
|
8 |
+
"yes": ["An endoscopy image with a green or black box artefact.", "Create a diagnostic endoscopy image where a green or black box highlights an area of interest, resembling AI-assisted detection tools."]
|
9 |
},
|
10 |
"Are there any abnormalities in the image? Check all that are present.": {
|
11 |
+
"polyp": ["An endoscopy image showing a polyp.", "Render an endoscopic scene of the colon with a prominent mucosal polyp protruding into the lumen."],
|
12 |
+
"oesophagitis": ["An endoscopy image showing oesophagitis.", "Generate an image of the esophagus showing linear streaks and red, inflamed patches typical of erosive oesophagitis."]
|
13 |
},
|
14 |
"Where in the image is the abnormality?": {
|
15 |
+
"center": ["An endoscopy image with the abnormality located at the center.", "Generate an image where the abnormal structure β such as a lesion or polyp β is positioned centrally in sharp focus."]
|
16 |
},
|
17 |
"What color is the abnormality? If more than one separate with ;": {
|
18 |
+
"pink;red": ["An abnormality that is pink and red.", "Create a gastrointestinal image showing a lesion or polyp that appears in vibrant pink and red tones."],
|
19 |
+
"pink;red;white": ["An abnormality that is pink, red, and white.", "Render a complex lesion with a mix of pink, red, and white tones, indicating inflammation, necrosis, or exudate."]
|
20 |
},
|
21 |
"Is this finding easy to detect?": {
|
22 |
+
"yes": ["An endoscopy image where the finding is easy to detect.", "Produce a medical image where the abnormal feature is clearly visible and distinct from the surrounding healthy tissue."],
|
23 |
+
"no": ["An endoscopy image where the finding is not easy to detect.", "Create a subtle pathological finding that's difficult to identify at first glance, blending with the mucosal texture."]
|
24 |
},
|
25 |
"What type of procedure is the image taken from?": {
|
26 |
+
"colonoscopy": ["An image taken from a colonoscopy.", "Generate a view from a colonoscopy, showing the interior colon folds with typical vascular patterns and moist surfaces."],
|
27 |
+
"gastroscopy": ["An image taken from a gastroscopy.", "Create an image from a gastroscopy, focusing on the upper GI tract such as the esophagus or stomach lining."]
|
28 |
},
|
29 |
"How many instrumnets are in the image?": {
|
30 |
+
"0": ["An endoscopy image with 0 instruments.", "Produce a clear endoscopy image with no visible instruments, capturing only the anatomical interior."],
|
31 |
+
"1": ["An endoscopy image with 1 instrument.", "Render a clinical endoscopic view with a single visible instrument β like forceps or snare β partially inserted."]
|
32 |
},
|
33 |
"What is the size of the polyp?": {
|
34 |
+
"none": ["No polyp is visible in the image.", "Generate a normal endoscopic image with no abnormal growths or polyps visible."],
|
35 |
+
"5-10mm": ["A polyp of size 5-10mm is visible.", "Create an image showing a small, clearly visible polyp approximately 5-10mm in diameter."]
|
36 |
},
|
37 |
"What type of polyp is present?": {
|
38 |
+
"none": ["There is no polyp present in the image.", "Produce a gastrointestinal endoscopy image with no signs of polypoid growths or raised lesions."],
|
39 |
+
"paris is": ["The image shows a Paris IS type polyp.", "Render a sessile polyp (Paris IS type), broad-based and flat, merging into the surrounding mucosa."],
|
40 |
+
"paris ip": ["The image shows a Paris IP type polyp.", "Generate a pedunculated polyp (Paris IP type) with a stalk-like structure emerging from the mucosal wall."]
|
41 |
}
|
42 |
+
}
|