cancel
Showing results for 
Search instead for 
Did you mean: 

image classification trained on stm32-h747 - results very biased

fanronghua0123456
Associate III

I used stm32-h747 to train image classification, I used the image classification routine, but the actual effect is very biased, my quantized_model_confusion_matrix_validation_set is as shown below, is there something wrong with my configuration?

12 REPLIES 12

Hello @fanronghua0123456,

 

You have the same issue with this dataset you linked?

Did you try cloning the model zoo service again and setting it up again from scratch?

I cannot reproduce it, to me, it looks like and installation issue.

 

Have a good day,

Julian


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.

I have solved the problem, it is that my python version is wrong, and I need to install the environment strictly according to the version requirements given by ST, otherwise there will be an unknown error.