Hi,
I am getting the following error while running the command " python3 ./models/inception_v3/scripts/setup_inceptionv3.py -a ./temp-assets-cache -d"
#the error message:
Traceback (most recent call last):
File "/home/nvidia/snpe-sdk/bin/x86_64-linux-clang/snpe-onnx-to-dlc", line 20, in <module>
from qti.aisw.converters import onnx as onnx_converter
File "/home/nvidia/snpe-sdk/lib/python/qti/aisw/converters/onnx/__init__.py", line 8, in <module>
from .onnx_to_ir import OnnxConverterFrontend
File "/home/nvidia/snpe-sdk/lib/python/qti/aisw/converters/onnx/onnx_to_ir.py", line 18, in <module>
from qti.aisw.converters.common.utils import code_to_message
File "/home/nvidia/snpe-sdk/lib/python/qti/aisw/converters/common/__init__.py", line 9, in <module>
from . import libPyIrGraph as ir_graph
ImportError: /home/nvidia/snpe-sdk/lib/python/qti/aisw/converters/common/libPyIrGraph.so: cannot open shared object file: No such file or directory
Request you help on the same.
Thanks in Advance.
Regards,
teddy
Dear developer,
What's SNPE version you tried to check? You can download the inception model manually and then quantize and execute model on taget.
BR.
Wei
i had been tried snpe-sdk 2.07.0 version for linux and also 1.68.0 version for ai
but i got the same error "libpyirgraph.so: cannot open shared object file: no such file or directory" and there's no information im using RB5 for robot .. ple let me know i to fix it ...