CoVa-coco-v2-fold2 / README.md
CreatlV's picture
Upload README.md with huggingface_hub
845338f
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: 4632653914.321059
      num_examples: 4969
    - name: val
      num_bytes: 1322017156.4715762
      num_examples: 1418
    - name: test
      num_bytes: 1261416934.2073643
      num_examples: 1353
  download_size: 7207373107
  dataset_size: 7216088004.999999

Dataset Card for "CoVa-coco-v2-fold2"

More Information needed