-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Questions about the height (z axis) of 3D lane #84
Comments
Hi @qiaozhijian It's definitely possible that there are issues with the data, but it looks like the axes you are using to visualize the data are vastly different scales. The x and y dimensions span 60 or 70 meters but the height dimension spans only 60 centimeters. So maybe that is correct and this scene is fairly flat? |
Thank you for your reply. Indeed, each axis has a different scale due to the default settings of matplotlib. But let's take a closer look at the absolute scale, the lanes have a height change of nearly 1m in a local area, which is obviously unreasonable. Of course, if the scale is uniform, then the scene will look flat. |
I noticed that av2 also provided rasterized map of ground height, I thought it would be better to use that to correct the lanes. |
Hi @qiaozhijian, Would you mind listing any problematic log ids and we can take a look? Thanks! Ben |
Hi @benjaminrwilson, I'm glad to provide the whole visualization code.
|
I found that the height of 3d lanes might be a little buggy. It is somewhat discontinuous and appears inaccurate. You can see the example as follows. Different views are presented.
However, if I project them to 2D space by removing z axis, they will look good.
Could you please tell me how the height is obtained? By lidar?
How can I process the lanes? Only use XY?
The text was updated successfully, but these errors were encountered: