stumbledparams commited on
Commit
a2c943a
·
verified ·
1 Parent(s): 3e636eb

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +6 -57
README.md CHANGED
@@ -36,63 +36,12 @@ The dataset contains two splits that together constitute the few-shot evaluation
36
 
37
  ## Sub-datasets
38
 
39
- Micro-OD draws from four independent biological imaging datasets, each occupying its own sub-directory within each split.
40
-
41
- ### BBBC Malaria Parasite Detection
42
-
43
- - **Domain:** Bright-field blood smear images; malaria parasite detection
44
- - **Source:** [Broad Bioimage Benchmark Collection](https://bbbc.broadinstitute.org/)
45
- - **Original size:** 1,328 images
46
- - **Image format:** PNG
47
- - **Classes (6):**
48
- | Class | Description |
49
- |---|---|
50
- | Red Blood Cells | Uninfected erythrocytes; overwhelmingly dominant class |
51
- | Trophozoite Cells | Early intracellular malaria parasite stage |
52
- | Ring Cells | Ring-form malaria parasite stage |
53
- | Gametocyte Cells | Sexual-stage malaria parasites |
54
- | Schizont Cells | Late-stage malaria parasites (multinucleate) |
55
- | White Blood Cells | Leucocytes; rare in smear images |
56
-
57
- ### BCCD — Blood Cell Count Dataset
58
-
59
- - **Domain:** Peripheral blood smear images; complete blood cell counting
60
- - **Source:** [BCCD Dataset](https://github.com/Shenggan/BCCD_Dataset)
61
- - **Original size:** 364 images
62
- - **Image format:** JPG
63
- - **Classes (3):**
64
- | Class | Description |
65
- |---|---|
66
- | Red Blood Cells | Erythrocytes; most abundant class |
67
- | White Blood Cells | Leucocytes; large, clearly visible nuclei |
68
- | Platelets | Thrombocytes; small and sparse |
69
-
70
- ### LIVECell — Live Cell Phase-Contrast Imaging (RatC6)
71
-
72
- - **Domain:** Phase-contrast microscopy of RatC6 (rat glioblastoma) cells in culture
73
- - **Images:** [LIVECell Dataset](https://sartorius-research.github.io/LIVECell/) — Edlund et al., 2021 (RatC6 subset)
74
- - **Annotations:** Morphology-based bounding-box labels (Polygonal / Round / Spindle) annotated in-lab
75
- - **Original size:** 420 images (RatC6 subset)
76
- - **Image format:** PNG
77
- - **Classes (3):**
78
- | Class | Description |
79
- |---|---|
80
- | Spindle Cells | Elongated, bipolar morphology; predominant class |
81
- | Polygonal Cells | Flat, multi-angular morphology |
82
- | Round Cells | Spherical or near-spherical morphology |
83
-
84
- ### NIH-3T3 — Mouse Fibroblast Cell Line
85
-
86
- - **Domain:** Phase-contrast microscopy of NIH-3T3 mouse fibroblasts
87
- - **Images & Annotations:** In-lab collection and annotation
88
- - **Original size:** 63 images
89
- - **Image format:** PNG
90
- - **Classes (3):**
91
- | Class | Description |
92
- |---|---|
93
- | Polygonal Cells | Flat, multi-angular morphology; dominant class |
94
- | Spindle Cells | Elongated, bipolar fibroblast morphology |
95
- | Round Cells | Spherical or detached cells |
96
 
97
  ## Folder Structure
98
 
 
36
 
37
  ## Sub-datasets
38
 
39
+ | Sub-dataset | Domain | Classes | Original size | Format | Source |
40
+ |---|---|---|---|---|---|
41
+ | BBBC | Bright-field blood smear; malaria parasite detection | Red Blood Cells, Trophozoite Cells, Ring Cells, Gametocyte Cells, Schizont Cells, White Blood Cells | 1,328 images | PNG | [Broad Bioimage Benchmark Collection](https://bbbc.broadinstitute.org/) |
42
+ | BCCD | Peripheral blood smear; blood cell counting | Red Blood Cells, White Blood Cells, Platelets | 364 images | JPG | [BCCD Dataset](https://github.com/Shenggan/BCCD_Dataset) |
43
+ | LIVECell | Phase-contrast live cell imaging (RatC6) | Spindle Cells, Polygonal Cells, Round Cells | 420 images | PNG | [LIVECell](https://sartorius-research.github.io/LIVECell/) (images); annotations in-lab |
44
+ | NIH-3T3 | Phase-contrast mouse fibroblast imaging | Polygonal Cells, Spindle Cells, Round Cells | 63 images | PNG | In-lab collection and annotation |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
 
46
  ## Folder Structure
47