waymo_open_dataset

Waymo Open Dataset은 다양한 조건에서 Waymo 자율주행차가 수집한 고해상도 센서 데이터로 구성됩니다. 이 데이터는 비상업적 용도로 사용이 허가되었습니다.

FeaturesDict({
    'camera_FRONT': FeaturesDict({
        'image': Image(shape=(1280, 1920, 3), dtype=uint8),
        'labels': Sequence({
            'bbox': BBoxFeature(shape=(4,), dtype=float32),
            'type': ClassLabel(shape=(), dtype=int64, num_classes=5),
        }),
    }),
    'camera_FRONT_LEFT': FeaturesDict({
        'image': Image(shape=(1280, 1920, 3), dtype=uint8),
        'labels': Sequence({
            'bbox': BBoxFeature(shape=(4,), dtype=float32),
            'type': ClassLabel(shape=(), dtype=int64, num_classes=5),
        }),
    }),
    'camera_FRONT_RIGHT': FeaturesDict({
        'image': Image(shape=(1280, 1920, 3), dtype=uint8),
        'labels': Sequence({
            'bbox': BBoxFeature(shape=(4,), dtype=float32),
            'type': ClassLabel(shape=(), dtype=int64, num_classes=5),
        }),
    }),
    'camera_SIDE_LEFT': FeaturesDict({
        'image': Image(shape=(886, 1920, 3), dtype=uint8),
        'labels': Sequence({
            'bbox': BBoxFeature(shape=(4,), dtype=float32),
            'type': ClassLabel(shape=(), dtype=int64, num_classes=5),
        }),
    }),
    'camera_SIDE_RIGHT': FeaturesDict({
        'image': Image(shape=(886, 1920, 3), dtype=uint8),
        'labels': Sequence({
            'bbox': BBoxFeature(shape=(4,), dtype=float32),
            'type': ClassLabel(shape=(), dtype=int64, num_classes=5),
        }),
    }),
    'context': FeaturesDict({
        'name': Text(shape=(), dtype=string),
    }),
    'timestamp_micros': int64,
})
  • 기능 문서 :
특징 수업 모양 D타입 설명
풍모Dict
카메라_전면 풍모Dict
camera_FRONT/이미지 영상 (1280, 1920, 3) uint8
camera_FRONT/레이블 순서
camera_FRONT/labels/bbox BBox기능 (4,) float32
camera_FRONT/레이블/유형 클래스 레이블 int64
카메라_앞_왼쪽 풍모Dict
camera_FRONT_LEFT/이미지 영상 (1280, 1920, 3) uint8
camera_FRONT_LEFT/레이블 순서
camera_FRONT_LEFT/labels/bbox BBox기능 (4,) float32
camera_FRONT_LEFT/레이블/유형 클래스 레이블 int64
카메라_앞_오른쪽 풍모Dict
camera_FRONT_RIGHT/이미지 영상 (1280, 1920, 3) uint8
camera_FRONT_RIGHT/레이블 순서
camera_FRONT_RIGHT/labels/bbox BBox기능 (4,) float32
camera_FRONT_RIGHT/레이블/유형 클래스 레이블 int64
카메라_측면_왼쪽 풍모Dict
camera_SIDE_LEFT/이미지 영상 (886, 1920, 3) uint8
camera_SIDE_LEFT/라벨 순서
camera_SIDE_LEFT/labels/bbox BBox기능 (4,) float32
camera_SIDE_LEFT/레이블/유형 클래스 레이블 int64
카메라_측면_우측 풍모Dict
camera_SIDE_RIGHT/이미지 영상 (886, 1920, 3) uint8
camera_SIDE_RIGHT/레이블 순서
camera_SIDE_RIGHT/labels/bbox BBox기능 (4,) float32
camera_SIDE_RIGHT/레이블/유형 클래스 레이블 int64
문맥 풍모Dict
컨텍스트/이름 텍스트
timestamp_micros 텐서 int64
@InProceedings{Sun_2020_CVPR,
author = {Sun, Pei and Kretzschmar, Henrik and Dotiwalla, Xerxes and Chouard, Aurelien and Patnaik, Vijaysai and Tsui, Paul and Guo, James and Zhou, Yin and Chai, Yuning and Caine, Benjamin and Vasudevan, Vijay and Han, Wei and Ngiam, Jiquan and Zhao, Hang and Timofeev, Aleksei and Ettinger, Scott and Krivokon, Maxim and Gao, Amy and Joshi, Aditya and Zhang, Yu and Shlens, Jonathon and Chen, Zhifeng and Anguelov, Dragomir},
title = {Scalability in Perception for Autonomous Driving: Waymo Open Dataset},
booktitle = {The IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {June},
year = {2020}
}

waymo_open_dataset/v1.2(기본 구성)

  • 구성 설명 : Waymo Open Dataset v1.2

  • 데이터세트 크기 : 336.62 GiB

  • 분할 :

나뉘다
'train' 158,081
'validation' 39,987

waymo_open_dataset/v1.1

  • 구성 설명 : Waymo Open Dataset v1.1

  • 데이터세트 크기 : 336.62 GiB

  • 분할 :

나뉘다
'train' 158,081
'validation' 39,987

waymo_open_dataset/v1.0

  • 구성 설명 : Waymo Open Dataset v1.0 이 데이터 세트는 사전 처리된 형식으로도 제공되므로 올바른 data_dir을 선택하면 더 빠르게 로드할 수 있습니다.
tfds.load('waymo_open_dataset/v1.0', data_dir='gs://waymo_open_dataset_v_1_0_0_individual_files/tensorflow_datasets')
  • 데이터세트 크기 : 34.73 GiB

  • 분할 :

나뉘다
'train' 14,884
'validation' 4,954