Hi,
I used the sample from this link and followed the tutorial script to download and quantize the model. When running the quantized model on the QCS6490, The accuracy drop much higher than expected. Below are the SDK version and SOP I used. I'd like to know if this is an issue, and how I can resolve it.
SNPE SDK version: 2.22.6.240515
model: inception v3
My workflow from model quantization on host and deployment to OCS6490 is as follows.
Download inception v3 pb model.
export TENSORFLOW_HOME
quantize model and get DLC
python3 $SNPE_ROOT/examples/Models/InceptionV3/scripts/setup_inceptionv3_snpe.py -a ~/tmpdir -d -r dsp
Use python script show_inceptionv3_classifications_snpe.py to check output
What I observed is that there are recognition results, but for the 1000 ImageNet classes, only fewer than 20 have any recognition results. As shown in the following image, the top recognition results are all 0.0.
Hi, I used the sample from this link and followed the tutorial script to download and quantize the model. When running the quantized model on the QCS6490, The accuracy drop much higher than expected. Below are the SDK version and SOP I used. I'd like to know if this is an issue, and how I can resolve it.
My workflow from model quantization on host and deployment to OCS6490 is as follows.
show_inceptionv3_classifications_snpe.py
to check outputWhat I observed is that there are recognition results, but for the 1000 ImageNet classes, only fewer than 20 have any recognition results. As shown in the following image, the top recognition results are all 0.0.
Thanks.