Update README.md
Browse files
README.md
CHANGED
|
@@ -53,7 +53,9 @@ data = datasets.load_dataset("allenai/pixmo-points")
|
|
| 53 |
Images are stored as URLs that will need to be downloaded separately. Note image urls can be repeated in the data.
|
| 54 |
|
| 55 |
The `points` fields contains the x, y coordinates specified in pixels.
|
|
|
|
| 56 |
The `label` field contains the string of name of what is being pointed at, this can be a simple object a more complex referring expression.
|
|
|
|
| 57 |
The `collection` method field specifies whether images are chosen to target high-frequency counting (``counting") or general pointing (``pointing"). The data
|
| 58 |
for rows collected with both methods is the same.
|
| 59 |
|
|
|
|
| 53 |
Images are stored as URLs that will need to be downloaded separately. Note image urls can be repeated in the data.
|
| 54 |
|
| 55 |
The `points` fields contains the x, y coordinates specified in pixels.
|
| 56 |
+
|
| 57 |
The `label` field contains the string of name of what is being pointed at, this can be a simple object a more complex referring expression.
|
| 58 |
+
|
| 59 |
The `collection` method field specifies whether images are chosen to target high-frequency counting (``counting") or general pointing (``pointing"). The data
|
| 60 |
for rows collected with both methods is the same.
|
| 61 |
|