File size: 546 Bytes
73d3f2c
e0b0f0f
 
 
052f08f
 
4c8be63
 
73d3f2c
8828988
 
 
 
 
 
 
 
 
 
 
 
 
 
 
73d3f2c
 
c06aff0
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
---
configs:
- config_name: default
  data_files:
  - split: train
    path: "train-*.parquet"
  - split: small
    path: "small*.parquet"
dataset_info:
  features:
    - name: image
      struct:
        dtype: image
        decode: true
    - list:
      - list:
        - dtype: float64
          name: x
        - dtype: float64
          name: y
        name: points
      - dtype: string
        name: label
      name: annotations
---

This is derived from the [Pixmo Points dataset](https://huggingface.co/datasets/allenai/pixmo-points).