Class in the output of the refernece model
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-19 8:23 PM
When I used validation app I could see like
notes: - the output of the reference model is used as ground truth/reference value
- 10 samples (5 items per sample)
acc=100.00%, rmse=0.000000147, mae=0.000000066, l2r=0.000000430, nse=1.000, cos=1.000
5 classes (10 samples)
---------------------------------
C0 0 . . . .
C1 . 0 . . .
C2 . . 10 . .
C3 . . . 0 .
C4 . . . . 0
Now I'm writing a inference code by using template app.
How can I process output to know what class is the input data?
Solved! Go to Solution.
- Labels:
-
STM32CubeAI
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-28 2:19 AM
This document Documentation/embedded_client_stai_api_example.html in the embedded documentation gives you example on how to get the output.
Then the way to process it really depends on your network and the output types (float, int)
Regards
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-28 2:19 AM
This document Documentation/embedded_client_stai_api_example.html in the embedded documentation gives you example on how to get the output.
Then the way to process it really depends on your network and the output types (float, int)
Regards
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
