mario-dg commited on
Commit
a384bc7
·
verified ·
1 Parent(s): 72b3641

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -82,6 +82,7 @@ The total size of the dataset is 7.7 GB, with a download size of 7.7 GB.
82
  - `objects`: A struct containing:
83
  - `bbox`: A sequence of sequences representing the bounding box coordinates (float64)
84
  - `categories`: A sequence of integers representing the object categories (int64)
 
85
 
86
  ## Dataset Creation
87
 
 
82
  - `objects`: A struct containing:
83
  - `bbox`: A sequence of sequences representing the bounding box coordinates (float64)
84
  - `categories`: A sequence of integers representing the object categories (int64)
85
+ - `well_edge`: Whether this image contains elements of a microtiter plate well edge (bool)
86
 
87
  ## Dataset Creation
88