JackSparrow008 commited on
Commit
5ba8f5d
·
verified ·
1 Parent(s): 98eb6e0

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +142 -0
README.md ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+
3
+ dataset_info:
4
+ features:
5
+ - name: case_id
6
+ dtype: string
7
+ - name: images
8
+ dtype: images list
9
+ - name: source
10
+ dtype: string
11
+ - name: image_paths
12
+ dtype: sequence
13
+ - name: image_shot_types
14
+ dtype: sequence
15
+ - name: release
16
+ dtype: string
17
+ - name: year
18
+ dtype: int64
19
+ - name: age_group
20
+ dtype: string
21
+ - name: sex_at_birth
22
+ dtype: string
23
+ - name: fitzpatrick_scin_type
24
+ dtype: string
25
+ - name: related_category
26
+ dtype: string
27
+ - name: condition_duration
28
+ dtype: string
29
+ - name: race_ethnicity
30
+ dtype: sequence
31
+ - name: combined_race
32
+ dtype: string
33
+ - name: textures
34
+ dtype: sequence
35
+ - name: body_parts
36
+ dtype: sequence
37
+ - name: condition_symptoms
38
+ dtype: sequence
39
+ - name: other_symptoms
40
+ dtype: sequence
41
+ - name: gradable_for_skin_condition_dermatologist_1
42
+ dtype: string
43
+ - name: gradable_for_skin_condition_dermatologist_2
44
+ dtype: string
45
+ - name: gradabale_for_skin_condition_dermatologist_3
46
+ dtype: string
47
+ - name: dermatologist_skin_condition_on_label_name
48
+ dtype: string
49
+ - name: dermatologist_skin_condition_confidence
50
+ dtype: string
51
+ - name: weighted_skin_condition_label
52
+ dtype: string
53
+ - name: gradable_for_fitzpatrick_skin_type_dermatologist_1
54
+ dtype: string
55
+ - name: gradable_for_fitzpatrick_skin_type_dermatologist_2
56
+ dtype: string
57
+ - name: gradable_for_fitzpatrick_skin_type_dermatologist_3
58
+ dtype: string
59
+ - name: fitzpatrick_skin_type_label_dermatologist_1
60
+ dtype: string
61
+ - name: fitzpatrick_skin_type_label_dermatologist_2
62
+ dtype: string
63
+ - name: fitzpatrick_skin_type_label_dermatologist_3
64
+ dtype: string
65
+ - name: gradable_for_monk_skin_tone_india
66
+ dtype: string
67
+ - name: gradable_for_monk_skin_tone_us
68
+ dtype: string
69
+ - name: monk_skin_tone_label_india
70
+ dtype: float32
71
+ - name: monk_skin_tone_label_us
72
+ dtype: float32
73
+ task_categories:
74
+ - image-classification
75
+ - computer-vision
76
+ language:
77
+ - en
78
+ tags:
79
+ - dataset
80
+ - image
81
+ - computer-vision
82
+ pretty_name: SCIN Dataset
83
+ size_categories:
84
+ - 1K<n<10K
85
+ ---
86
+
87
+ # SCIN Dataset
88
+
89
+ ## Dataset Description
90
+
91
+ This dataset is a copy of [SCIN Dataset](https://zenodo.org/records/10819504) which is shared with the license CC BY 4.0.
92
+
93
+ This dataset contains 5033 samples in its train split.
94
+ This dataset includes image data.
95
+
96
+ ### Splits
97
+
98
+ - **train**: 5033 samples
99
+
100
+ ### Data Fields
101
+
102
+ The dataset includes the following columns:
103
+
104
+ - **case_id**: String data
105
+ - **images**: List of image data
106
+ - **source**: String data
107
+ - **image_paths**: Sequence of strings (file paths to images)
108
+ - **image_shot_types**: Sequence of strings (shot type descriptors)
109
+ - **release**: String data
110
+ - **year**: Integer data
111
+ - **age_group**: String data
112
+ - **sex_at_birth**: String data
113
+ - **fitzpatrick_scin_type**: String data
114
+ - **related_category**: String data
115
+ - **condition_duration**: String data
116
+ - **race_ethnicity**: Sequence of strings
117
+ - **combined_race**: String data
118
+ - **textures**: Sequence of strings
119
+ - **body_parts**: Sequence of strings
120
+ - **condition_symptoms**: Sequence of strings
121
+ - **other_symptoms**: Sequence of strings
122
+ - **gradable_for_skin_condition_dermatologist_1**: String data
123
+ - **gradable_for_skin_condition_dermatologist_2**: String data
124
+ - **gradabale_for_skin_condition_dermatologist_3**: String data
125
+ - **dermatologist_skin_condition_on_label_name**: String data
126
+ - **dermatologist_skin_condition_confidence**: String data
127
+ - **weighted_skin_condition_label**: String data
128
+ - **gradable_for_fitzpatrick_skin_type_dermatologist_1**: String data
129
+ - **gradable_for_fitzpatrick_skin_type_dermatologist_2**: String data
130
+ - **gradable_for_fitzpatrick_skin_type_dermatologist_3**: String data
131
+ - **fitzpatrick_skin_type_label_dermatologist_1**: String data
132
+ - **fitzpatrick_skin_type_label_dermatologist_2**: String data
133
+ - **fitzpatrick_skin_type_label_dermatologist_3**: String data
134
+ - **gradable_for_monk_skin_tone_india**: String data
135
+ - **gradable_for_monk_skin_tone_us**: String data
136
+ - **monk_skin_tone_label_india**: Float data
137
+ - **monk_skin_tone_label_us**: Float data
138
+
139
+ ## Technical Details
140
+
141
+ - **Total samples**: 5033
142
+ - **Number of splits**: 1