Update README.md
Browse files
README.md
CHANGED
@@ -94,10 +94,10 @@ The `annotations` field has the following structure:
|
|
94 |
|
95 |
The `suffix` field contains multiple annotations for each image, separated by semicolons. Each annotation typically follows this format:
|
96 |
|
97 |
-
`<
|
98 |
|
99 |
Where:
|
100 |
-
- `<
|
101 |
- `CellType` is one of: RBC, WBC, or Platelets
|
102 |
|
103 |
Example of a complete annotation:
|
|
|
94 |
|
95 |
The `suffix` field contains multiple annotations for each image, separated by semicolons. Each annotation typically follows this format:
|
96 |
|
97 |
+
`<locx1><locy1><locx2><locy2> CellType`
|
98 |
|
99 |
Where:
|
100 |
+
- `<locx1><locy1><locx2><locy2>` represent the bounding box coordinates
|
101 |
- `CellType` is one of: RBC, WBC, or Platelets
|
102 |
|
103 |
Example of a complete annotation:
|