autoware.universe icon indicating copy to clipboard operation
autoware.universe copied to clipboard

Separate the param.yaml file for ML model parameters and ML model handle node parameters

Open badai-nguyen opened this issue 11 months ago • 0 comments

Checklist

  • [X] I've read the contribution guidelines.
  • [X] I've searched other issues and no duplicate issues were found.
  • [X] I've agreed with the maintainers that I can plan this task.

Description

Currently, the parameters releated to ML model and its execution node, including centerpoint and pointpainting are intertwined.

Purpose

To clarify the fixed parameters which related to ML structure or training process and adjustable parameters which can modify by users.

Possible approaches

  1. Separate ML model structure releated paramters and ML model execution node's parameters to different files
  2. Locate ML model structure related param.yaml together with ML weights onnx files
  3. Locate execution's node param.yaml file inside autoware (autoware_launch)

Definition of done

  • [ ] Update launch and paramers in universe
  • [x] Upload ML model param.yaml into WebAuto
  • [x] Update ML models/parameters download scripts in autoware
  • [ ] Update parameters and launch in autoware_launch

badai-nguyen avatar Mar 11 '24 14:03 badai-nguyen