How to generate an ONNX file for Diffusion Planner #6555
Replies: 4 comments 9 replies
-
|
Sorry, I forgot which commit corresponds to the v0.X.
|
Beta Was this translation helpful? Give feedback.
-
|
when we use tier4-main branch to generate onnx and diffusion planner .param.json , we found some different with
in tier4-main branch , have but these param isnt in autoware universe /v1.0/diffusion_planner.param.json , i have no idea that which commit or branch can generate url: https://awf.ml.dev.web.auto/planning/models/diffusion_planner/v1.0/ diffusion_planner.param.json |
Beta Was this translation helpful? Give feedback.
-
|
hi , in [email protected]:tier4/Diffusion-Planner.git , In the tier4-main branch, the training model uses a dataset converted from rosbags. What is the scale of this dataset? Is it necessary to use the original diffusion_planner model for knowledge distillation? |
Beta Was this translation helpful? Give feedback.
-
|
We have updated diffusion_planner to v2 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
in autoware universe
diffusion_planner
name: Create diffusion_planner directory inside {{ data_dir }}
ansible.builtin.file:
path: "{{ data_dir }}/diffusion_planner"
mode: "755"
state: directory
name: Download diffusion_planner/diffusion_planner.onnx
become: true
ansible.builtin.get_url:
url: https://awf.ml.dev.web.auto/planning/models/diffusion_planner/v0.2/diffusion_planner.onnx
dest: "{{ data_dir }}/diffusion_planner/diffusion_planner.onnx"
mode: "644"
checksum: sha256:f8c5734499db27e745a28695b4d85d1425c4668ba5fb125d436d3bcf1cc1f241
How was this model generated ? we generated onnx by [email protected]:tier4/Diffusion-Planner.git /tier4-main , but faild
Beta Was this translation helpful? Give feedback.
All reactions