truck-movement / README.md
Francesco's picture
Upload README.md with huggingface_hub
32cb5bc
|
raw
history blame
1.02 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': truck-movement
                '1': otr_chassis_loaded
                '2': otr_chassis_unloaded
                '3': otr_chassis_working
                '4': person
                '5': stacker
  splits:
    - name: train
      num_bytes: 47553568
      num_examples: 740
    - name: validation
      num_bytes: 6928643
      num_examples: 107
    - name: test
      num_bytes: 13887516
      num_examples: 215
  download_size: 68291508
  dataset_size: 68369727

Dataset Card for "truck-movement"

More Information needed