Neuton's Transport type detection integration

Hi,

I have integrated Neuton’s “Transport Type Detection” pre-trained model into my firmware, running on a nRF52840dk. For collecting 9-axis IMU data, I’m using the ST X-NUCLEO-IKS02A1 shield. Im using the standard example for iks02a1 shield to fetch data.

I’m successfully able to capture the 9-axis input for 64 iterations (window size :64)  and feed it to the Neuton model , and get predictions of some types. However, I need clarification on the following points:

Model Output Interpretation:
I receive numerical outputs 0 to 8 from the model's prediction result. I'm unsure what each target/class index corresponds to. Is there any documentation that I'm missing?

Sensor Configuration (Range & Output):
What are the expected sensor ranges and configurations (ODR, full-scale) and inference freq. to be used with this specific model?

Any guidance on interpreting model outputs and ensuring correct sensor setup will be very helpful.

Thanks in advance!

Related