neon-trees / README.md
danielz01's picture
Upload README.md with huggingface_hub
e4195a3
|
raw
history blame contribute delete
No virus
834 Bytes
metadata
dataset_info:
  features:
    - name: image
      dtype: image
    - name: path
      dtype: string
    - name: objects
      struct:
        - name: bbox
          sequence:
            sequence: float64
        - name: categories
          sequence: string
    - name: count
      dtype: int64
    - name: height
      dtype: int64
    - name: width
      dtype: int64
  splits:
    - name: train
      num_bytes: 659642403
      num_examples: 20
    - name: evaluation
      num_bytes: 108197378
      num_examples: 194
  download_size: 766366868
  dataset_size: 767839781
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: evaluation
        path: data/evaluation-*

Dataset Card for "neon-trees"

More Information needed