cancel
Showing results for 
Search instead for 
Did you mean: 

How do I send an input image through my PC to my STM32U585 Discovery kit to classify the image? I have made a tensorflow model and exported that model in tflite format to my microcontroller. Now how do i send an input image and where do I see the result?

BFaru.1
Associate II
 
3 REPLIES 3
fauvarque.daniel
ST Employee

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

Should I pass a jpg image in "validation input" then click on "validate on target"?

MTu.2
Associate II

No, STM32 does not support image format input, you need to convert the image to NumPy (.npy Document) test set first.
_legacyfs_online_stmicro_images_0693W00000bhu7SQAQ.png