foamy / README.md
vincentracine's picture
Upload README.md with huggingface_hub
6c0b4fb
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: info
      struct:
        - name: description
          dtype: string
        - name: url
          dtype: string
        - name: version
          dtype: string
        - name: year
          dtype: int64
        - name: contributor
          dtype: string
        - name: date_created
          dtype: string
    - name: licenses
      list:
        - name: url
          dtype: string
        - name: id
          dtype: int64
        - name: name
          dtype: string
    - name: images
      list:
        - name: license
          dtype: int64
        - name: file_name
          dtype: string
        - name: coco_url
          dtype: string
        - name: height
          dtype: int64
        - name: width
          dtype: int64
        - name: date_captured
          dtype: string
        - name: flickr_url
          dtype: string
        - name: darwin_url
          dtype: string
        - name: darwin_workview_url
          dtype: string
        - name: id
          dtype: int64
        - name: tag_ids
          sequence: 'null'
    - name: annotations
      list:
        - name: id
          dtype: int64
        - name: image_id
          dtype: int64
        - name: category_id
          dtype: int64
        - name: segmentation
          sequence:
            sequence: float64
        - name: area
          dtype: float64
        - name: bbox
          sequence: float64
        - name: iscrowd
          dtype: int64
    - name: categories
      list:
        - name: id
          dtype: int64
        - name: name
          dtype: string
        - name: supercategory
          dtype: string
    - name: tag_categories
      sequence: 'null'
  splits:
    - name: train
      num_bytes: 2721
      num_examples: 1
    - name: validation
      num_bytes: 2721
      num_examples: 1
    - name: test
      num_bytes: 2721
      num_examples: 1
  download_size: 61983
  dataset_size: 8163

Dataset Card for "foamy"

More Information needed