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,
})
  • وثائق الميزة :
ميزة فصل شكل نوع D وصف
المميزاتDict
الكاميرا_الجبهة المميزاتDict
كاميرا_فرونت/صورة صورة (1280، 1920، 3) uint8
Camera_FRONT/labels تسلسل
Camera_FRONT/labels/bbox ميزة BBox (4،) float32
Camera_FRONT/التسميات/النوع ClassLabel int64
الكاميرا_FRONT_LEFT المميزاتDict
كاميرا_FRONT_LEFT/صورة صورة (1280، 1920، 3) uint8
Camera_FRONT_LEFT/labels تسلسل
Camera_FRONT_LEFT/labels/bbox ميزة BBox (4،) float32
كاميرا_FRONT_LEFT/التسميات/النوع ClassLabel int64
الكاميرا_FRONT_RIGHT المميزاتDict
كاميرا_FRONT_RIGHT/صورة صورة (1280، 1920، 3) uint8
كاميرا_FRONT_RIGHT/labels تسلسل
Camera_FRONT_RIGHT/labels/bbox ميزة BBox (4،) float32
كاميرا_FRONT_RIGHT/التسميات/النوع ClassLabel int64
الكاميرا_SIDE_LEFT المميزاتDict
كاميرا_SIDE_LEFT/صورة صورة (886، 1920، 3) uint8
Camera_SIDE_LEFT/labels تسلسل
Camera_SIDE_LEFT/labels/bbox ميزة BBox (4،) float32
كاميرا_SIDE_LEFT/التسميات/النوع ClassLabel int64
الكاميرا_SIDE_RIGHT المميزاتDict
كاميرا_SIDE_RIGHT/صورة صورة (886، 1920، 3) uint8
Camera_SIDE_RIGHT/labels تسلسل
Camera_SIDE_RIGHT/labels/bbox ميزة BBox (4،) float32
كاميرا_SIDE_RIGHT/التسميات/النوع ClassLabel 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' 14884
'validation' 4,954