waymo-open-dataset icon indicating copy to clipboard operation
waymo-open-dataset copied to clipboard

Does Waymo include segmentation mask for camera image?

Open alanxuefei opened this issue 3 years ago • 1 comments
trafficstars

After an initial investigation, the answer is NO.

However, some approaches for the 3D camera-only challenge may require this information.

alanxuefei avatar Apr 27 '22 16:04 alanxuefei

Hi,

What kind of segmentation mask are you looking for? If you are referring the foreground segmentation mask, feel free to use the provided range image and applying threshold on it. https://github.com/waymo-research/waymo-open-dataset/blob/master/tutorial/tutorial.ipynb shows how to overlay the range image with specific camera image.

Best, Wayne, on behalf the Waymo Open Dataset Team

hfslyc avatar Apr 27 '22 21:04 hfslyc