File size: 1,269 Bytes
40bb8c8 829027e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
---
license: apache-2.0
---
# PixMo-Points
PixMo-Points is a dataset of images paired with referring expressions and points marking the locations the
referring expression refers to the image. It was collect using human annotators and contain a diverse
range of points and expressions, with many high-frequency (10+) expression.
PixMo-Points is a part of the [PixMo dataset collection](https://huggingface.co/collections/allenai/pixmo-674746ea613028006285687b) and was used to
provide the pointing capabilities of the [Molmo family of models](https://huggingface.co/collections/allenai/molmo-66f379e6fe3b8ef090a8ca19)
Quick links:
- 📃 [Paper](https://molmo.allenai.org/paper.pdf)
- 🎥 [Blog with Videos](https://molmo.allenai.org/blog)
## Loading
```python
pixmo_points_dataset = datasets.load_dataset("allenai/pixmo-points")
```
## Data Format
Images are stored as URLs that will need to be downloaded separately.
Image hashes are included to support double-checking that the downloaded image matches the annotated image.
It can be checked like this:
```
```
## License
This dataset is licensed under Apache 2.0. It is intended for research and educational use in accordance with Ai2's [Responsible Use Guidelines](https://allenai.org/responsible-use). |