|
237 | 237 | mode: "644"
|
238 | 238 | checksum: sha256:3540a365bfd6d8afb1b5d8df4ec47f82cb984760d3270c9b41dbbb3422d09a0c
|
239 | 239 |
|
240 |
| -- name: Download tensorrt_yolox/yoloXP-sPlus-T4-960x960-pseudo-finetune-semseg.onnx |
| 240 | +- name: Download tensorrt_yolox/yolox-sPlus-opt-pseudoV2-T4-960x960-T4-seg16cls.onnx |
241 | 241 | become: true
|
242 | 242 | ansible.builtin.get_url:
|
243 |
| - url: https://awf.ml.dev.web.auto/perception/models/semantic_segmentation_yolox_s/v1/yoloXP-sPlus-T4-960x960-pseudo-finetune-semseg.onnx |
244 |
| - dest: "{{ data_dir }}/tensorrt_yolox/yoloXP-sPlus-T4-960x960-pseudo-finetune-semseg.onnx" |
| 243 | + url: https://awf.ml.dev.web.auto/perception/models/object_detection_semseg_yolox_s/v1/yolox-sPlus-opt-pseudoV2-T4-960x960-T4-seg16cls.onnx |
| 244 | + dest: "{{ data_dir }}/tensorrt_yolox/yolox-sPlus-opt-pseudoV2-T4-960x960-T4-seg16cls.onnx" |
245 | 245 | mode: "644"
|
246 |
| - checksum: sha256:4973da72e8c6420fca86ab8d61926df43776ffca3d3e3e39dc2a0297b3f83801 |
| 246 | + checksum: sha256:73b3812432cedf65cebf02ca4cb630542fc3b1671c4c0fbf7cee50fa38e416a8 |
247 | 247 |
|
248 |
| -- name: Download tensorrt_yolox/yoloXP-sPlus-T4-960x960-pseudo-finetune-semseg.EntropyV2-calibration.table |
| 248 | +- name: Download tensorrt_yolox/yolox-sPlus-opt-pseudoV2-T4-960x960-T4-seg16cls.EntropyV2-calibration.table |
249 | 249 | become: true
|
250 | 250 | ansible.builtin.get_url:
|
251 |
| - url: https://awf.ml.dev.web.auto/perception/models/semantic_segmentation_yolox_s/v1/yoloXP-sPlus-T4-960x960-pseudo-finetune-semseg.EntropyV2-calibration.table |
252 |
| - dest: "{{ data_dir }}/tensorrt_yolox/yoloXP-sPlus-T4-960x960-pseudo-finetune-semseg.EntropyV2-calibration.table" |
| 251 | + url: https://awf.ml.dev.web.auto/perception/models/object_detection_semseg_yolox_s/v1/yolox-sPlus-opt-pseudoV2-T4-960x960-T4-seg16cls.EntropyV2-calibration.table |
| 252 | + dest: "{{ data_dir }}/tensorrt_yolox/yolox-sPlus-opt-pseudoV2-T4-960x960-T4-seg16cls.EntropyV2-calibration.table" |
253 | 253 | mode: "644"
|
254 |
| - checksum: sha256:fcd1a3535cad763af792b281b8d753a5bc0f18298af34f9b455fc56294228034 |
| 254 | + checksum: sha256:28cd6524d4bcdb2809592a225d28330433e58dc02c92169ea555b44c1a51a584 |
255 | 255 |
|
256 | 256 | - name: Download tensorrt_yolox/semseg_color_map.csv
|
257 | 257 | become: true
|
258 | 258 | ansible.builtin.get_url:
|
259 |
| - url: https://awf.ml.dev.web.auto/perception/models/semantic_segmentation_yolox_s/v1/semseg_color_map.csv |
| 259 | + url: https://awf.ml.dev.web.auto/perception/models/object_detection_semseg_yolox_s/v1/semseg_color_map.csv |
260 | 260 | dest: "{{ data_dir }}/tensorrt_yolox/semseg_color_map.csv"
|
261 | 261 | mode: "644"
|
262 |
| - checksum: sha256:305224094e71feb74412a863e21ce4f870365d514284b691cba163eca22cf580 |
| 262 | + checksum: sha256:3d93ca05f31b63424d7d7246a01a2365953705a0ed3323ba5b6fddd744a4bfea |
263 | 263 |
|
264 | 264 | # traffic_light_classifier
|
265 | 265 | - name: Create traffic_light_classifier directory inside {{ data_dir }}
|
|
0 commit comments