-
Notifications
You must be signed in to change notification settings - Fork 6
about Coordinate System #18
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
Comments
Hi! In our code, the world coordinate is set to be the same as LiDAR frame in nuScenes, which is in RFU (x-right, y-front, z-up) convention. The camera coordinate is set to be the same as camera frame in nuScenes, which is RDF (x-right, y-down, z-front). For each bin in our data, (0,0,0) of the world is set to be LiDAR position of the central frame. |
I understand, thank you for your reply! |
I'm sorry to bother you again. Are you saying that this project did not use ego vehicle frames, and the data was processed to use lidar frames as global frames? May I ask if the lidar frame in your project can be consistent with the lidar frame in the nuScenes dataset, and if the points in both can be directly merged? |
Yes, the LiDAR frame used in this project is consistent with that of nuScenes. And yes, theoretically, the LiDAR points in nuScenes can merged into ours. We do this because using LiDAR frame as world frame is a common practice for most BEV perception methods in the field of autonomous driving. We just follow them and use the same convention. |
Thank you for your reply. At the same time, I found that the generation of volume_gs in your project can input pixel-gs and features within the voxel grid range. Is this necessary for better results? Thank you again for your reply! |
Yes. It's suggest to include this projection step for reproducing our results. |
Hello, I would like to learn about the work related to the coordinate system of this project, such as the selection of the world coordinate system, the definition and conversion between coordinate systems, etc., to help me gain a deeper understanding of this project.
I look forward to your reply!
The text was updated successfully, but these errors were encountered: