Skip to content

Commit c21a1a4

Browse files
authored
chore(ansible): update PTv3 artifacts (#6918)
Signed-off-by: Amadeusz Szymko <amadeusz.szymko.2@tier4.jp>
1 parent c5026b9 commit c21a1a4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

ansible/roles/artifacts/tasks/main.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -709,18 +709,18 @@
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 }}

0 commit comments

Comments
 (0)