mini_kitti_semantic / README.md
xinghanDM's picture
Add more common classes and water for robotic perception
23e76d3 verified
metadata
dataset_info:
  features:
    - name: left_image
      dtype: binary
    - name: right_image
      dtype: binary
    - name: disparity
      dtype: binary
    - name: occupancy_grid
      dtype: binary
    - name: semantic_grid
      dtype: binary
    - name: sequence_id
      dtype: string
    - name: image_id
      dtype: string
    - name: fx
      dtype: float64
    - name: fy
      dtype: float64
    - name: cx
      dtype: float64
    - name: cy
      dtype: float64
    - name: baseline
      dtype: float64
  splits:
    - name: train
      num_bytes: 144453376
      num_examples: 44
    - name: validation
      num_bytes: 145006221
      num_examples: 44
  download_size: 287697648
  dataset_size: 289459597
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*