|
a |
|
b/README.md |
|
|
1 |
*License: MIT* |
|
|
2 |
|
|
|
3 |
# Overview |
|
|
4 |
This is a dataset of blood cells photos. |
|
|
5 |
|
|
|
6 |
|
|
|
7 |
There are 364 images across three classes: `WBC` (white blood cells), `RBC` (red blood cells), and `Platelets`. There are 4888 labels across 3 classes (and 0 null examples). |
|
|
8 |
|
|
|
9 |
|
|
|
10 |
|
|
|
11 |
*`Fork`* this dataset (upper right hand corner) to receive the raw images, or (to save space) grab the 500x500 export. |
|
|
12 |
|
|
|
13 |
# Use Cases |
|
|
14 |
|
|
|
15 |
This is a small scale object detection dataset, commonly used to assess model performance. It's a first example of medical imaging capabilities. |
|
|
16 |
This dataset is mainly preprocessed for YOLOV5 Application |
|
|
17 |
|
|
|
18 |
# Using this Dataset |
|
|
19 |
|
|
|
20 |
I'm releasing the data as public domain. Feel free to use it for any purpose. |
|
|
21 |
`This dataset is already splitted into train,testing and validation datasets(70% for training , 20% testing and 10% for validation).` The train,testing and validation folders are further classified as `IMAGES AND LABELS.` |
|
|
22 |
* `images` Folder : It contains images of blood cells. |
|
|
23 |
* `labels` Folder : It conatins labelling of blood cells across three classes: `WBC` (white blood cells), `RBC` (red blood cells), and `Platelets`.. |
|
|
24 |
|
|
|
25 |
|
|
|
26 |
Example of blood cell: |
|
|
27 |
|
|
|
28 |
1)  |
|
|
29 |
2)  |
|
|
30 |
|
|
|
31 |
|
|
|
32 |
|
|
|
33 |
|
|
|
34 |
|
|
|
35 |
# Happy learning ML ! |