pixmo-sample / README.md
richiejp's picture
Upload folder using huggingface_hub
4c8be63 verified
metadata
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.