Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'MLLevel Set Model Inference Info' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | MLLevel Set Model Inference Info |
Outputs
| Type | Name | Description |
|---|---|---|
| string | NNEModel Path | The path to the NNE model. At the moment MLLevelSet Asset accepts only mlir.tosa models. |
| integer | Model Architecture Activation Node Sizes | In most cases input layer is 3 (location input, X,Y,Z coordinates of the query), and output layer is 1 (Scaled Signed Distance or Incorrect Zone Indicator) |
| string | MLModel Weights | Model weights {W1,..,Wn} is tokanized into FString as "W1_0,W1_1,...,W1_k1|W2_0,W2_1,...,W2_k2|...|Wn_0,Wn_1,...,Wn_kn" |