Alanox commited on
Commit
1e7c7d9
·
1 Parent(s): 329bf3b

[DOC]Updated readmea with annotation info

Browse files

Annotation info on the order of coords in the array

Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -28,6 +28,7 @@ print(dataset.features)
28
  {
29
  'name': Value(dtype='string', id=None),
30
  'annotations': Array2D(shape=(None, 4), dtype='int32', id=None),
 
31
  'target': Value(dtype='string', id=None),
32
  'image': Image(decode=True, id=None)
33
  }
 
28
  {
29
  'name': Value(dtype='string', id=None),
30
  'annotations': Array2D(shape=(None, 4), dtype='int32', id=None),
31
+ # ["xmin", "ymin", "xmax", "ymax"]
32
  'target': Value(dtype='string', id=None),
33
  'image': Image(decode=True, id=None)
34
  }