cova-coco-v2 / README.md
CreatlV's picture
Upload README.md with huggingface_hub
4068969
metadata
dataset_info:
  features:
    - name: image
      dtype: image
    - name: image_id
      dtype: string
    - name: height
      dtype: int64
    - name: width
      dtype: int64
    - name: objects
      struct:
        - name: bbox
          sequence:
            sequence: float64
        - name: categories
          sequence: int64
    - name: annotations
      list:
        - name: id
          dtype: int64
        - name: image_id
          dtype: string
        - name: category_id
          dtype: int64
        - name: segmentation
          sequence: 'null'
        - name: area
          dtype: float64
        - name: bbox
          sequence: float64
        - name: iscrowd
          dtype: int64
        - name: attributes
          struct:
            - name: occluded
              dtype: bool
            - name: rotation
              dtype: float64
    - name: pixel_values
      dtype: image
  splits:
    - name: train
      num_bytes: 4224301647.371447
      num_examples: 4531
    - name: val
      num_bytes: 1578402712.2047803
      num_examples: 1693
    - name: test
      num_bytes: 1413383645.4237726
      num_examples: 1516
  download_size: 7207311109
  dataset_size: 7216088005

Dataset Card for "cova-coco-v2"

More Information needed