Commit 5ae1125
authored
feat(ansible): add VAD model download configuration (#6557)
* feat(ansible): add VAD model download configuration
Add Ansible tasks to download VAD CARLA Tiny model files:
- vad-carla-tiny_backbone.onnx
- vad-carla-tiny_head.onnx
- vad-carla-tiny_head_no_prev.onnx
- vad-carla-tiny.param.json
Models are downloaded to autoware_data/vad/ directory with SHA256 checksums for verification.
Signed-off-by: Max-Bin <vborisw@gmail.com>
* feat(ansible): add version directory for VAD model downloads
Create v0.1 subdirectory for VAD models to support version management.
This enables Ansible to properly handle model updates without
overwriting existing model versions.
Signed-off-by: Max-Bin <vborisw@gmail.com>
* fix(ansible): update checksum for VAD model param file
Update checksum for vad-carla-tiny.param.json to match the current
file available on the server. The file content was updated upstream,
causing the previous checksum validation to fail.
Signed-off-by: Max-Bin <vborisw@gmail.com>
---------
Signed-off-by: Max-Bin <vborisw@gmail.com>1 parent f55e68a commit 5ae1125
1 file changed
Lines changed: 45 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
538 | 538 | | |
539 | 539 | | |
540 | 540 | | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
541 | 586 | | |
542 | 587 | | |
543 | 588 | | |
| |||
0 commit comments