waymo_open_dataset

تتكون مجموعة بيانات Waymo المفتوحة من بيانات مستشعر عالية الدقة تم جمعها بواسطة سيارات 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,
})
  • وثائق الميزة :
ميزة فصل شكل نوع وصف
الميزات
camera_FRONT الميزات
camera_FRONT / image صورة (1280 ، 1920 ، 3) uint8
camera_FRONT / الملصقات تسلسل
camera_FRONT / labels / bbox ميزة BBox (4 ،) تعويم 32
camera_FRONT / الملصقات / النوع ClassLabel int64
camera_FRONT_LEFT الميزات
camera_FRONT_LEFT / الصورة صورة (1280 ، 1920 ، 3) uint8
camera_FRONT_LEFT / التصنيفات تسلسل
camera_FRONT_LEFT / labels / bbox ميزة BBox (4 ،) تعويم 32
camera_FRONT_LEFT / labels / type ClassLabel int64
camera_FRONT_RIGHT الميزات
camera_FRONT_RIGHT / الصورة صورة (1280 ، 1920 ، 3) uint8
camera_FRONT_RIGHT / تسميات تسلسل
camera_FRONT_RIGHT / labels / bbox ميزة BBox (4 ،) تعويم 32
camera_FRONT_RIGHT / التسميات / النوع ClassLabel int64
camera_SIDE_LEFT الميزات
camera_SIDE_LEFT / الصورة صورة (886 ، 1920 ، 3) uint8
camera_SIDE_LEFT / التسميات تسلسل
camera_SIDE_LEFT / labels / bbox ميزة BBox (4 ،) تعويم 32
camera_SIDE_LEFT / labels / type ClassLabel int64
camera_SIDE_RIGHT الميزات
camera_SIDE_RIGHT / الصورة صورة (886 ، 1920 ، 3) uint8
camera_SIDE_RIGHT / التسميات تسلسل
camera_SIDE_RIGHT / labels / bbox ميزة BBox (4 ،) تعويم 32
camera_SIDE_RIGHT / التسميات / النوع ClassLabel int64
سياق الكلام الميزات
السياق / الاسم نص سلسلة
الطابع الزمني_ميكروس موتر 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' 39987

waymo_open_dataset / v1.1

  • وصف التكوين : Waymo Open Dataset v1.1

  • حجم مجموعة البيانات : 336.62 GiB

  • الانقسامات :

انشق، مزق أمثلة
'train' 158.081
'validation' 39987

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