mario-dg commited on
Commit
95928d2
·
verified ·
1 Parent(s): 7d17809

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +91 -0
README.md CHANGED
@@ -42,4 +42,95 @@ configs:
42
  path: data/validation-*
43
  - split: test
44
  path: data/test-*
 
 
 
 
 
 
 
 
 
45
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
  path: data/validation-*
43
  - split: test
44
  path: data/test-*
45
+ task_categories:
46
+ - object-detection
47
+ language:
48
+ - en
49
+ tags:
50
+ - biology
51
+ pretty_name: BF Microscopy SCC
52
+ size_categories:
53
+ - 10K<n<100K
54
  ---
55
+ # Brightfield Microscopy SCC Dataset
56
+
57
+ ## Dataset Description
58
+
59
+ The Brightfield Microscopy SCC Dataset contains brightfield microscopy images that have been sliced from 4K resolution images. The cells in the images are labeled with bounding boxes. This dataset is used for training unconditional diffusion models and cell detection models.
60
+
61
+ ## Dataset Structure
62
+
63
+ The dataset is organized into the following splits:
64
+
65
+ - `train`: 27,161 examples
66
+ - `validation`: 3,302 examples
67
+ - `test`: 1,580 examples
68
+
69
+ The total size of the dataset is 7.7 GB, with a download size of 7.7 GB.
70
+
71
+ ### Data Fields
72
+
73
+ - `image`: The brightfield microscopy image (image)
74
+ - `label`: The split the image belongs to (class label)
75
+ - `0`: test
76
+ - `1`: train
77
+ - `2`: val
78
+ - `width`: The width of the image (int64)
79
+ - `height`: The height of the image (int64)
80
+ - `objects`: A struct containing:
81
+ - `bbox`: A sequence of sequences representing the bounding box coordinates (float64)
82
+ - `categories`: A sequence of integers representing the object categories (int64)
83
+
84
+ ## Dataset Creation
85
+
86
+ ### Curation Rationale
87
+
88
+ This dataset was created to provide a large-scale collection of labeled brightfield microscopy images for training unconditional diffusion models and cell detection models. The images were sliced from high-resolution 4K images to create a diverse set of examples.
89
+
90
+ ### Source Data
91
+
92
+ #### Initial Data Collection and Normalization
93
+
94
+ The brightfield microscopy images were collected from Synentec GmbH and preprocessed by slicing them from the original 4K resolution images.
95
+
96
+ #### Who are the source language producers?
97
+
98
+ The source language producers are the researchers who captured the brightfield microscopy images used in this dataset.
99
+
100
+ ### Annotations
101
+
102
+ #### Annotation process
103
+
104
+ The cell bounding boxes were manually annotated by Ben Werdelmann and Sebastian Kollenda using AI-Studio+. The annotators followed a set of guidelines to ensure consistency in the labeling process.
105
+
106
+ #### Who are the annotators?
107
+
108
+ The annotators are Ben Werdelmann and Sebastian Kollenda, a team of biologists and imaging experts.
109
+
110
+ ### Personal and Sensitive Information
111
+
112
+ The dataset does not contain any personal or sensitive information.
113
+
114
+ ## Considerations for Using the Data
115
+
116
+ ### Social Impact of Dataset
117
+
118
+ The Brightfield Microscopy SCC Dataset has the potential to advance research in cell biology and improve the performance of cell detection models. However, it is important to consider the ethical implications of using machine learning models in biomedical applications.
119
+
120
+ ### Discussion of Biases
121
+
122
+ The dataset may contain biases due to the limited diversity of the cell types and imaging conditions represented in the data. Users should be aware of these limitations when using the dataset for training models.
123
+
124
+ ### Other Known Limitations
125
+
126
+ The dataset only includes brightfield microscopy images and may not generalize well to other imaging modalities or cell types.
127
+
128
+ ## Additional Information
129
+
130
+ ### Dataset Curators
131
+
132
+ The Brightfield Microscopy SCC Dataset was curated by Ben Werdelmann, Sebastian Kollenda and Mario da Graca from Synentec GmbH.
133
+
134
+ ### Licensing Information
135
+
136
+ The dataset is private.