argoverse / argoverse-api

Official GitHub repository for Argoverse dataset
https://www.argoverse.org
Other
830 stars 238 forks source link

How to get the relationship each sample point on HD map #315

Open juyangbai opened 2 years ago

juyangbai commented 2 years ago

Hello, I'm trying to use Waymo Dataset on the LaneGCN model. The original LaneGCN is tested on the Argoverse Dataset, whose HD map has the relationship between each sample point, such as successor, predecessor, left, and right. However, the Waymo Dataset doesn't have this information. I'm wondering how do you get the information about the relationship between each sample point? Do you know how can I process the Waymo Dataset to get the relationship between each sample point, and run successfully on LaneGCN? Thanks!