[DOC]Updated readmea with annotation info
Browse filesAnnotation info on the order of coords in the array
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 |
}
|