chrisc36 commited on
Commit
2b5c693
1 Parent(s): ca0c77d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -33,8 +33,8 @@ configs:
33
 
34
  # PixMo-Points
35
  PixMo-Points is a dataset of images paired with referring expressions and points marking the locations the
36
- referring expression refers to the image. It was collect using human annotators and contain a diverse
37
- range of points and expressions, with many high-frequency (10+) expression.
38
 
39
  PixMo-Points is a part of the [PixMo dataset collection](https://huggingface.co/collections/allenai/pixmo-674746ea613028006285687b) and was used to
40
  provide the pointing capabilities of the [Molmo family of models](https://huggingface.co/collections/allenai/molmo-66f379e6fe3b8ef090a8ca19)
@@ -50,13 +50,13 @@ data = datasets.load_dataset("allenai/pixmo-points", split="train")
50
  ```
51
 
52
  ## Data Format
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 or 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").
60
 
61
  ## Image Checking
62
  Image hashes are included to support double-checking that the downloaded image matches the annotated image.
 
33
 
34
  # PixMo-Points
35
  PixMo-Points is a dataset of images paired with referring expressions and points marking the locations the
36
+ referring expression refers to in the image. It was collected using human annotators and contains a diverse
37
+ range of points and expressions, with many high-frequency (10+) expressions.
38
 
39
  PixMo-Points is a part of the [PixMo dataset collection](https://huggingface.co/collections/allenai/pixmo-674746ea613028006285687b) and was used to
40
  provide the pointing capabilities of the [Molmo family of models](https://huggingface.co/collections/allenai/molmo-66f379e6fe3b8ef090a8ca19)
 
50
  ```
51
 
52
  ## Data Format
53
+ Images are stored as URLs that will need to be downloaded separately. Note URLs can be repeated in the data.
54
 
55
+ The `points` field contains the x, y coordinates specified in pixels.
56
 
57
+ The `label` field contains the string name of what is being pointed at, this can be a simple object name or a more complex referring expression.
58
 
59
+ The `collection_method` field specifies whether the image was chosen to target high-frequency counting ("counting") or general pointing ("pointing").
60
 
61
  ## Image Checking
62
  Image hashes are included to support double-checking that the downloaded image matches the annotated image.