TRUDI / README.md
matthimatik's picture
Convert dataset to Parquet
c4fc4d7 verified
|
raw
history blame
1.2 kB
metadata
task_categories:
  - object-detection
  - image-segmentation
tags:
  - logistics
  - port
  - container
  - image
size_categories:
  - 1K<n<10K
language:
  - en
pretty_name: Transportation Unit Detection and Identification
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: version
      dtype: string
    - name: flags
      struct:
        - name: UAV
          dtype: bool
        - name: RS
          dtype: bool
    - name: shapes
      list:
        - name: label
          dtype: string
        - name: points
          sequence:
            sequence: float64
        - name: group_id
          dtype: 'null'
        - name: description
          dtype: string
        - name: shape_type
          dtype: string
        - name: flags
          struct:
            - name: horizontal
              dtype: bool
            - name: vertical
              dtype: bool
        - name: mask
          dtype: 'null'
    - name: imagePath
      dtype: string
    - name: imageHeight
      dtype: int64
    - name: imageWidth
      dtype: int64
  splits:
    - name: train
      num_bytes: 989
      num_examples: 1
    - name: test
      num_bytes: 989
      num_examples: 1
  download_size: 13404
  dataset_size: 1978

This is TRUDI