Waymo Open Dataset Player on Yonohub
Ahmed Radwan
Sr Software Engineer, COM-IoT Technologies. ?Ex: Avelabs, Yonohub Developer Advocate.
Introduction
Waymo is well-known for their development in autonomous vehicles since 2009 and in 2017 they started a limited trial of a self-driving taxi in Arizona state then created a commercial self-driving car service in 2018 called “Waymo One”. Their development in autonomous vehicles is great in terms of reliability of their systems as the system has never been involved in an accident while on autonomous mode ever before.
In October 2018, Waymo celebrated 10 million miles of self-driving in their fleet.
In August 2019, Wamyo released the Waymo Open Dataset, which is the largest multimodal corpus for autonomous driving.
Sensor Layout and Coordinate Systems
The dataset provides a variety of sensor outputs shown in the following figure of sensor configuration on Waymo’s autonomous vehicle:
Dataset camera images are 1920x1280 which is equivalent to Ultra HD resolution and a horizontal field of view (HFOV) of +-25.2 degree.
LiDAR sensors in Waymo open dataset outputs huge amount of points and covers each corner around the vehicle with almost no blind spots that the sensor can't cover. Top LiDAR covers a vertical field of view (VFOV) from -17.6 to 2.4 degrees and its range is 75 meters and covers 360 degrees horizontally. Front, side left, side right and rear LiDARs covers a relatively smaller areas than the top LiDAR. They all cover a vertical field of view (VFOV) from -90 to 30 degrees and their range is 20 meters which is smaller than the top LiDAR.
Dataset Analysis
And it’s not just data. They provide around 12.1 million 2D camera detection object bounding boxes with their labels and tracking IDs and 9.8 million 3D laser detection object bounding boxes with their labels and tracking IDs as well.
Not only that, the dataset was recorded in different weather conditions, times of day and locations across San Francisco, Mountain View and Phoenix. Also vehicle poses and transformation to each sensor is provided with the dataset.
It’s a great addition to anyone working on development of autonomous vehicles especially if you don’t have enough resources on hand.
Waymo On Yonohub
Yonohub is the first cloud-based system for designing, sharing, and evaluating autonomous vehicle algorithms using just blocks. Yonohub features a drag-and-drop tool to build complex systems consisting of many blocks, a marketplace to share and monetize blocks, a builder for custom environments, and much more.
I created a Waymo Dataset Player block on Yonohub to ease the development of autonomous vehicles technology whether you want to benchmark your detection algorithm or perform 3D mapping, localization, image segmentation, etc. The Dataset Player block gives you access to:
- Camera Images: Outputs five images from the five cameras around the vehicle.
- LiDAR data: Outputs five Point Cloud messages, one for each sensor of the five LiDAR sensors.
- 2D Object Bounding Boxes: for each of the five cameras, bounding boxes with labels for the objects are published.
- 3D Object Bounding Boxes: for LiDARs, bounding boxes with labels and metadata such as speed and acceleration in x,y directions are published.
- Vehicle Poses: for each frame, vehicle poses are broadcasted as a transformation from Odom frame to base_link frame.
- Sensors Transformations: for each frame, sensors transformations are broadcasted from base_link to sensor_frame.
Waymo Dataset Player pipeline on Yonohub:
Camera images with drawn bounding boxes in the dashboard:
LiDAR point cloud data as appears on RVIZ:
Here is a quick Tutorial on how to create the same pipeline presented above and visualize Waymo data in less than 5 mins:
References
https://arxiv.org/abs/1912.04838
https://github.com/waymo-research/waymo-open-dataset
AI Engineering Manager
4 年3ash <3
AI Engineer & Computer Vision Expert @Netcad | Machine Learning | LLMs | Data Science
4 年congratz & thanks, Ahmed, How can I made a Waymo open dataset player block on Yonohub?
Entrepreneur
4 年Great job my friend!
Senior Software Engineer, Computer Vision IRL
4 年Souham (Sean) Biswas