2023-03-22 04:36 AM
2023-03-22 05: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 06:11 AM
Should I pass a jpg image in "validation input" then click on "validate on target"?
2023-04-11 06:22 PM - edited 2023-11-20 09:09 AM
No, STM32 does not support image format input, you need to convert the image to NumPy (.npy Document) test set first.