How to obtain training data for diffusion planner #6936
-
|
Hi, thanks for the great work! I am currently trying to train the diffusion planner , but I am a bit confused about how to obtain or prepare the training data. Could you please clarify: Which dataset is used for training (nuScenes? internal dataset?) Thanks a lot! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
We used the internal data to train the published weights. The converter from rosbags to dataset is implemented in the following directory: You can build it by cd cpp_tools
./prepare_repos.sh
./build.shNote: Rosbags need the following topics: |
Beta Was this translation helpful? Give feedback.
-
|
Thank you |
Beta Was this translation helpful? Give feedback.
We used the internal data to train the published weights.
The converter from rosbags to dataset is implemented in the following directory:
https://github.com/tier4/Diffusion-Planner/blob/tier4-main/cpp_tools/src/autoware_diffusion_planner_tools/src/data_converter.cpp
You can build it by
cd cpp_tools ./prepare_repos.sh ./build.shNote: Rosbags need the following topics:
https://github.com/tier4/Diffusion-Planner/blob/1ec7495620c82090c03c926021e6bdfacd1a55d4/cpp_tools/src/autoware_diffusion_planner_tools/src/data_converter.cpp#L477-L483