farcry6-videogame / README.md
Francesco's picture
Upload README.md with huggingface_hub
fb79df8
|
raw
history blame
1.11 kB
metadata
dataset_info:
  features:
    - name: image_id
      dtype: int64
    - name: image
      dtype: image
    - name: width
      dtype: int32
    - name: height
      dtype: int32
    - name: objects
      sequence:
        - name: id
          dtype: int64
        - name: area
          dtype: int64
        - name: bbox
          sequence: float32
          length: 4
        - name: category
          dtype:
            class_label:
              names:
                '0': farcry6
                '1': assassin
                '2': atv
                '3': car
                '4': gun
                '5': gun menu
                '6': healthbar
                '7': horse
                '8': hud
                '9': map
                '10': person
                '11': surroundings
  splits:
    - name: train
      num_bytes: 4066322
      num_examples: 82
    - name: validation
      num_bytes: 725284
      num_examples: 14
    - name: test
      num_bytes: 1290178
      num_examples: 24
  download_size: 6082828
  dataset_size: 6081784

Dataset Card for "farcry6-videogame"

More Information needed