File tree Expand file tree Collapse file tree
ansible/roles/artifacts/tasks Expand file tree Collapse file tree Original file line number Diff line number Diff line change 709709- name : Download ptv3/ptv3.onnx
710710 become : true
711711 ansible.builtin.get_url :
712- url : https://awf.ml.dev.web.auto/perception/models/ptv3/v1 /ptv3.onnx
712+ url : https://awf.ml.dev.web.auto/perception/models/ptv3/v2 /ptv3.onnx
713713 dest : " {{ data_dir }}/ptv3/ptv3.onnx"
714714 mode : " 644"
715- checksum : sha256:b5d8f7f038599de46e66148d46182600155820c6f6f2fd37e787461f97d143ff
715+ checksum : sha256:a2c28b9bc4d52ab4847757f69e4ab716128aeafc0024c221eb106dccf2f2495a
716716
717717- name : Download ptv3/ml_package_ptv3.param.yaml
718718 become : true
719719 ansible.builtin.get_url :
720- url : https://awf.ml.dev.web.auto/perception/models/ptv3/v1 /ml_package_ptv3.param.yaml
720+ url : https://awf.ml.dev.web.auto/perception/models/ptv3/v2 /ml_package_ptv3.param.yaml
721721 dest : " {{ data_dir }}/ptv3/ml_package_ptv3.param.yaml"
722722 mode : " 644"
723- checksum : sha256:9a3e35648d6eb46771b208a6534a2dcb19d26efca20a9d8df5abc05a9970d0ec
723+ checksum : sha256:ccb620aa8a11528b5b9a9b42c496fd6fe4438fceb8a9fc09c151feedc7bc4fdd
724724
725725# frnet
726726- name : Create lidar_frnet directory inside {{ data_dir }}
You can’t perform that action at this time.
0 commit comments