dwb2023 commited on
Commit
f9b6b29
·
verified ·
1 Parent(s): 5478996

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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
- `<loc_x1><loc_y1><loc_x2><loc_y2> CellType`
98
 
99
  Where:
100
- - `<loc_x1><loc_y1><loc_x2><loc_y2>` represent the bounding box coordinates
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: