solo_vgs / README.md
jganzabalseenka's picture
Upload README.md with huggingface_hub
958e291
metadata
dataset_info:
  features:
    - name: image
      dtype: image
    - name: label
      dtype:
        class_label:
          names:
            '0': none
            '1': videograph
            '2': zocalo
    - name: yolo_out
      list:
        - name: class
          dtype: int64
        - name: confidence
          dtype: float64
        - name: name
          dtype: string
        - name: xmax
          dtype: float64
        - name: xmin
          dtype: float64
        - name: ymax
          dtype: float64
        - name: ymin
          dtype: float64
    - name: cropped_image
      dtype: image
    - name: ocr_out
      list:
        - name: bbox
          sequence:
            sequence: float64
        - name: confidence
          dtype: float64
        - name: text
          dtype: string
    - name: embeddings
      sequence: float32
    - name: embeddings_cropped
      sequence: float32
    - name: yolo_seenka_out
      list:
        - name: class
          dtype: int64
        - name: confidence
          dtype: float64
        - name: name
          dtype: string
        - name: xmax
          dtype: float64
        - name: xmin
          dtype: float64
        - name: ymax
          dtype: float64
        - name: ymin
          dtype: float64
    - name: yolo_filter_order
      dtype: int64
  splits:
    - name: train
      num_bytes: 88610046.92696348
      num_examples: 599
    - name: test
      num_bytes: 23650123.743467934
      num_examples: 149
  download_size: 91354060
  dataset_size: 112260170.6704314

Dataset Card for "solo_vgs"

More Information needed