JMoonr / mmlane

multi-modal 3D Lane Detection
https://arxiv.org/abs/2209.05996
33 stars 0 forks source link

Question about the lidar data in OpenLane #2

Open rookiecsq opened 1 year ago

rookiecsq commented 1 year ago

Hi, thanks for your nice paper. I believe the method you proposed would be helpful for the 3d lane detection task. Since you have mentioned in the paper that there are corresponding lidar data in the OpenLane dataset, I wonder how to get them.

image I have checked the issues of the OpenLane repo, (https://github.com/OpenDriveLab/OpenLane/issues/37) and it seems they don't provide the corresponding lidar data. Does it mean that I have to access them in the original dataset Waymo, or there is a version of the OpenLane that already contain the corresponding lidar data?

JMoonr commented 1 year ago

Yes, we get the LiDAR data from the original Waymo Dataset. You can refer to Waymo to get them :)

rookiecsq commented 1 year ago

ok, thanks! ^_^