csgo-videogame / README.md
Francesco's picture
Upload README.md with huggingface_hub
0b7132e
|
raw
history blame
827 Bytes
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': CSGO
                '1': CT
                '2': T
  splits:
    - name: train
      num_bytes: 84005178
      num_examples: 1774
    - name: validation
      num_bytes: 10584812
      num_examples: 207
  download_size: 94573568
  dataset_size: 94589990

Dataset Card for "csgo-videogame"

More Information needed