2023-03-22 4:36 AM
2023-03-22 5:49 AM
Using X-Cube-AI and the validation on the target, you can pass a Numpy array with the input and expected output.
The validation on target will send the data, retrieve the result and give you cross matrix or accuracy numbers
Regards
2023-03-22 6:11 AM
Should I pass a jpg image in "validation input" then click on "validate on target"?
2023-04-11 6:22 PM - edited 2023-11-20 9:09 AM
No, STM32 does not support image format input, you need to convert the image to NumPy (.npy Document) test set first.