-
Notifications
You must be signed in to change notification settings - Fork 15
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 to obtain the pkl #5
Comments
I have the same question. |
Have you solved this problem? I failed to reproduce the performance in ADMLP by using the original velocity and acceleration in canbus, and these message in canbus are different from that in data_nuscene.pkl file. |
|
Hello, we would like to confirm the source of your code for obtaining velocity and acceleration. We have noticed some inconsistencies in previous projects, and we would like to use ST-P3 as the reference. |
I used the velocity and acceleration obtained by the code above, the velocity and acceleration in canbus are like two scalars. I want to know how do you generate the velocity and acceleration, thank you! |
It looks like the code you've sent is taken from the implementation of VAD. In order to verify the consistency of the data, we compared the physical data items in VAD and ST-P3 and found inconsistencies in all the basic data (historical trajectory, future trajectory GT, speed, acceleration). This could be due to different preprocessing mechanisms between these projects. If you find this confusing, you could pose questions to their projects. Our project is based on ST-P3 and generates the above-mentioned historical physical information offline, and we adopt some feature enhancement methods to improve performance, such as performing exponential moving averages. |
Can you please share the code to produce fengze_nuscenes_infos_train.pkl filter_token.pkl stp3_traj_gt.pkl stp3_occupancy.pkl? |
Ok, some of the pkl files were generated by different interns in our group. We will try our best to retrieve these codes. Please be patient, thank you. |
We have first uploaded the code generate_fengze.py used to generate fengze_nuscenes_infos_train.pkl and fengze_nuscenes_infos_val.pkl, located in pytorch/admlp/. We will try our best to continue uploading other files. |
Thank you for your great work. I would like to ask how you obtained the data_nuscene.pkl file. Specifically, how did you obtain the specific values for velocity, acceleration, and angular velocity? I noticed that the values I generated from the https://github.com/hustvl/VAD code repository are not consistent with the ones you provided. I suspect it may be because VAD generates values in the global coordinate system, while we are using the lidar coordinate system here. However, even after the conversion, they still don't match. I look forward to your response.
The text was updated successfully, but these errors were encountered: