-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconcept_dataset.py
11 lines (9 loc) · 1.42 KB
/
concept_dataset.py
1
2
3
4
5
6
7
8
9
10
explicid_isic_dict = {
'color': ['highly variable, often with multiple colors (black, brown, red, white, blue)', 'uniformly tan, brown, or black', 'translucent, pearly white, sometimes with blue, brown, or black areas', 'red, pink, or brown, often with a scale', 'light brown to black', 'pink brown or red', 'red, purple, or blue'],
'shape': ['irregular', 'round', 'round to irregular', 'variable'],
'border': ['often blurry and irregular', 'sharp and well-defined', 'rolled edges, often indistinct'],
'dermoscopic patterns': ['atypical pigment network, irregular streaks, blue-whitish veil, irregular', 'regular pigment network, symmetric dots and globules', 'arborizing vessels, leaf-like areas, blue-gray avoid nests', 'strawberry pattern, glomerular vessels, scale', 'cerebriform pattern, milia-like cysts, comedo-like openings', 'central white patch, peripheral pigment network', 'depends on type (e.g., cherry angiomas have red lacunae; spider angiomas have a central red dot with radiating legs'],
'texture': ['a raised or ulcerated surface', 'smooth', 'smooth, possibly with telangiectasias', 'rough, scaly', 'warty or greasy surface', 'firm, may dimple when pinched'],
'symmetry': ['asymmetrical', 'symmetrical', 'can be symmetrical or asymmetrical depending on type'],
'elevation': ['flat to raised', 'raised with possible central ulceration', 'slightly raised', 'slightly raised maybe thick']
}