-
Notifications
You must be signed in to change notification settings - Fork 630
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
How does the num_radar_pts parameter is obtained? #1098
Comments
@HYY-ying there are multiple radars on the ego, so you might have to consolidate all the points for all the radars at a given keyframe and then use that consolidated radar point cloud for the counting |
Thank you for your answer! I have one more question, what is the relationship between radial velocity V_r and V_x(V_y)? |
The steering angle of the agent depends on the coordinate frame you are taking reference from - pls see https://www.nuscenes.org/static/media/data.9ef46c59.png for the various coordinates frames |
Hello! I would like to ask how the num_radar_pts parameter is obtained? Is it to convert the lidar bounding box and radar point cloud data into the same coordinate system and then use the function points_in_box from nuscenes.utils.geometry_utils to count? And how many radar sweeps were used? The result I got by converting the lidar bounding box and radar pcd data into the global coordinate and counting pts using function points_in_box from nuscenes.utils.geometry_utils is different from the num_radar_pts given in the sample_annotation. I only used just a single radar sweep and didn't do any invalid point filtering.
The text was updated successfully, but these errors were encountered: