Update README.md
Browse files
README.md
CHANGED
@@ -36,12 +36,12 @@ configs:
|
|
36 |
path: data/validation-*
|
37 |
---
|
38 |
|
39 |
-
# Dataset Card for roboflow-bccd-
|
40 |
|
41 |
## Dataset Description
|
42 |
|
43 |
-
- **Repository:** https://huggingface.co/datasets/dwb2023/roboflow-bccd-
|
44 |
-
- **Paper:**
|
45 |
|
46 |
### Dataset Summary
|
47 |
|
@@ -93,16 +93,20 @@ The `annotations` field has the following structure:
|
|
93 |
|
94 |
The `suffix` field contains multiple annotations for each image, separated by semicolons. Each annotation typically follows this format:
|
95 |
|
96 |
-
|
97 |
|
98 |
Where:
|
99 |
-
- `<
|
100 |
- `CellType` is one of: RBC, WBC, or Platelets
|
101 |
|
102 |
Example of a complete annotation:
|
103 |
```
|
104 |
-
|
105 |
-
|
|
|
|
|
|
|
|
|
106 |
```
|
107 |
|
108 |
### Data Splits
|
|
|
36 |
path: data/validation-*
|
37 |
---
|
38 |
|
39 |
+
# Dataset Card for roboflow-bccd-florrence2
|
40 |
|
41 |
## Dataset Description
|
42 |
|
43 |
+
- **Repository:** https://huggingface.co/datasets/dwb2023/roboflow-bccd-florence2
|
44 |
+
- **Paper:** https://arxiv.org/pdf/2311.06242
|
45 |
|
46 |
### Dataset Summary
|
47 |
|
|
|
93 |
|
94 |
The `suffix` field contains multiple annotations for each image, separated by semicolons. Each annotation typically follows this format:
|
95 |
|
96 |
+
`CellType<loc_x1><loc_y1><loc_x2><loc_y2>`
|
97 |
|
98 |
Where:
|
99 |
+
- `<loc_x1><loc_y1><loc_x2><loc_y2>` represent the bounding box coordinates
|
100 |
- `CellType` is one of: RBC, WBC, or Platelets
|
101 |
|
102 |
Example of a complete annotation:
|
103 |
```
|
104 |
+
{
|
105 |
+
"image": "BloodImage_00343_jpg.rf.d8c56063ce5e40c50efb00a7e0c83c3b.jpg",
|
106 |
+
"prefix": "<OD>",
|
107 |
+
"suffix": "RBC<loc_756><loc_406><loc_958><loc_631>RBC<loc_820><loc_623><loc_995><loc_825>RBC<loc_150><loc_327><loc_355><loc_508>RBC<loc_283><loc_685><loc_283><loc_685>RBC<loc_400><loc_417><loc_588><loc_640>RBC<loc_817><loc_2><loc_999><loc_248>RBC<loc_50><loc_10><loc_208><loc_204>RBC<loc_206><loc_46><loc_314><loc_302>RBC<loc_528><loc_677><loc_670><loc_925>Platelets<loc_2><loc_752><loc_75><loc_854>Platelets<loc_109><loc_429><loc_184><loc_531>WBC<loc_286><loc_2><loc_664><loc_319>"
|
108 |
+
}
|
109 |
+
|
110 |
```
|
111 |
|
112 |
### Data Splits
|