chrisc36 commited on
Commit
728887f
1 Parent(s): 54a4474

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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