waymo-open-dataset
waymo-open-dataset copied to clipboard
Utilizing updated protos does not work
Hi all,
you extended the map.proto
file with LaneNeighbor etc, which perfectly fits my demand. However, I am unable to load the data properly. If I install waymo according to the Quick Start my map_pb2.py
remains unchanged. Therefore, I can not access the new fields like LaneNeighbor. Is this issue caused by my installation or do you need to update the data stored in the cloud?
Best regards
You need build on your own. But I am not sure whether the data has been updated yet. Scott can tell that
The data that includes the lane neighbors and boundaries is now available in the 1.1 version of the dataset as of today. You will have to download the new data files to access neighbor and boundary information.
The pip packages have been updated too. no need to build on your own anymore