- Deskripsi :
Waymo Open Dataset terdiri dari data sensor resolusi tinggi yang dikumpulkan oleh mobil self-driving Waymo dalam berbagai kondisi. Data ini dilisensikan untuk penggunaan non-komersial.
Situs web : http://www.waymo.com/open/
Kode sumber :
tfds.object_detection.WaymoOpenDataset
Versi :
-
0.2.0
(default): Tidak ada catatan rilis.
-
Ukuran unduhan :
Unknown size
Cache otomatis ( dokumentasi ): Tidak
Fitur :
FeaturesDict({
'camera_FRONT': FeaturesDict({
'image': Image(shape=(1280, 1920, 3), dtype=tf.uint8),
'labels': Sequence({
'bbox': BBoxFeature(shape=(4,), dtype=tf.float32),
'type': ClassLabel(shape=(), dtype=tf.int64, num_classes=5),
}),
}),
'camera_FRONT_LEFT': FeaturesDict({
'image': Image(shape=(1280, 1920, 3), dtype=tf.uint8),
'labels': Sequence({
'bbox': BBoxFeature(shape=(4,), dtype=tf.float32),
'type': ClassLabel(shape=(), dtype=tf.int64, num_classes=5),
}),
}),
'camera_FRONT_RIGHT': FeaturesDict({
'image': Image(shape=(1280, 1920, 3), dtype=tf.uint8),
'labels': Sequence({
'bbox': BBoxFeature(shape=(4,), dtype=tf.float32),
'type': ClassLabel(shape=(), dtype=tf.int64, num_classes=5),
}),
}),
'camera_SIDE_LEFT': FeaturesDict({
'image': Image(shape=(886, 1920, 3), dtype=tf.uint8),
'labels': Sequence({
'bbox': BBoxFeature(shape=(4,), dtype=tf.float32),
'type': ClassLabel(shape=(), dtype=tf.int64, num_classes=5),
}),
}),
'camera_SIDE_RIGHT': FeaturesDict({
'image': Image(shape=(886, 1920, 3), dtype=tf.uint8),
'labels': Sequence({
'bbox': BBoxFeature(shape=(4,), dtype=tf.float32),
'type': ClassLabel(shape=(), dtype=tf.int64, num_classes=5),
}),
}),
'context': FeaturesDict({
'name': Text(shape=(), dtype=tf.string),
}),
'timestamp_micros': tf.int64,
})
Kunci yang diawasi (Lihat
as_supervised
doc ):None
Kutipan :
@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}
}
- Gambar ( tfds.show_examples ): Tidak didukung.
waymo_open_dataset / v1.2 (konfigurasi default)
Deskripsi konfigurasi : Waymo Open Dataset v1.2
Ukuran
336.62 GiB
data :336.62 GiB
Split :
Membagi | Contoh |
---|---|
'train' | 158.081 |
'validation' | 39.987 |
- Contoh ( tfds.as_dataframe ):
waymo_open_dataset / v1.1
Deskripsi konfigurasi : Waymo Open Dataset v1.1
Ukuran
336.62 GiB
data :336.62 GiB
Split :
Membagi | Contoh |
---|---|
'train' | 158.081 |
'validation' | 39.987 |
- Contoh ( tfds.as_dataframe ):
waymo_open_dataset / v1.0
- Deskripsi konfigurasi : Waymo Open Dataset v1.0 Dataset ini juga tersedia dalam format pra-pemrosesan, sehingga lebih cepat dimuat, jika Anda memilih data_dir yang benar:
tfds.load('waymo_open_dataset/v1.0', data_dir='gs://waymo_open_dataset_v_1_0_0_individual_files/tensorflow_datasets')
Ukuran
34.73 GiB
data :34.73 GiB
Split :
Membagi | Contoh |
---|---|
'train' | 14.884 |
'validation' | 4.954 |
- Contoh ( tfds.as_dataframe ):